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

    Reference to a specific nuclear state by its energy and characteristics.

    type NuclearRef = {
        energy: NumberValue<"energy">;
        halfLife?: NumberValue<"time">;
        spinParity?: Spin;
    }
    Index

    Properties

    energy: NumberValue<"energy">

    Excitation energy of the nuclear state relative to the ground state.

    halfLife?: NumberValue<"time">

    Time required for half of the population in this state to decay.

    spinParity?: Spin

    Angular momentum and parity of the state.