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

    Structural model for the intrinsic angular momentum and parity of a nuclear state.

    type Spin = {
        calculatedValue: number;
        parity: SpinParity;
        value: string;
    }
    Index

    Properties

    calculatedValue: number

    Calculated numerical spin value.

    parity: SpinParity

    Symmetry property of the nuclear wave function under spatial inversion.

    value: string

    Typographic representation of the spin (e.g., '1/2+').