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

    A discrete excited energy state of the atomic nucleus.

    type Level = {
        angularMomentum?: Spin;
        band?: number;
        decayChannel?: DecayChannel[];
        dipoleMoment?: NumberValue<"magneticMoment">;
        energy?: NumberValue<"energy">;
        halfLife?: NumberValue<"time">;
        isoSpin?: Spin;
        isotopeAbundance?: NumberValue<"massFraction">;
        quadrupoleMoment?: NumberValue<"area">;
    }
    Index

    Properties

    angularMomentum?: Spin

    The spin-parity of the excited nuclear level.

    band?: number

    The rotational or vibrational band to which the level belongs.

    decayChannel?: DecayChannel[]

    The possible decay modes from this excited state.

    dipoleMoment?: NumberValue<"magneticMoment">

    The magnetic dipole moment of the excited state.

    energy?: NumberValue<"energy">

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

    halfLife?: NumberValue<"time">

    The mean lifetime or half-life of the excited state.

    isoSpin?: Spin

    The isospin quantum number of the excited level.

    isotopeAbundance?: NumberValue<"massFraction">

    The relative population probability found in specific environments.

    quadrupoleMoment?: NumberValue<"area">

    The electric quadrupole moment of the excited state.