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

    Representation of the nuclear spin state.

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

    Properties

    calculatedValue: number

    The numerical value of the total angular momentum quantum number J.

    parity: SpinParity

    The symmetry of the wave function under spatial inversion.

    value: string

    The spectroscopic notation/label for the spin state (e.g., "1/2-").