Periodic Table Database Schema - v0.7.1
    Preparing search index...
    NuclearBaseLevel: NuclearRef & {
        decayChannel?: DecayChannel[];
        isospin?: Spin;
        magneticMoment?: NumberValue<"magneticMoment">;
        quadrupoleMoment?: NumberValue<"area">;
    }

    Shared base properties for excited and ground nuclear levels.

    Type Declaration

    • OptionaldecayChannel?: DecayChannel[]

      Documented radioactive decay channels from this state.

    • Optionalisospin?: Spin

      Quantum number relating to the proton and neutron content of the nucleus.

    • OptionalmagneticMoment?: NumberValue<"magneticMoment">

      Measure of the interaction between the nucleus and an external magnetic field.

    • OptionalquadrupoleMoment?: NumberValue<"area">

      Measure of the deviation of the nuclear charge distribution from spherical symmetry.