Periodic Table Database Schema - v0.6.3
    Preparing search index...

    A discrete energy state of the atomic nucleus.

    type NuclearState = {
        angularMomentum?: Spin;
        energy?: NumberValue<"energy">;
    }
    Index

    Properties

    angularMomentum?: Spin

    The spin-parity of the excited nuclear level.

    energy?: NumberValue<"energy">

    The energy of the excited state relative to the ground state.