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

    Type Alias NuclearCollection

    NuclearCollection: Collection<
        {
            decay?: Many<StructProperty<DecayRadiation>>;
            fission?: NuclearFission;
            gammas?: Many<StructProperty<NuclearGamma>>;
            ground?: One<StructProperty<NuclearGroundState>>;
            levels?: Collection<
                { [K in NuclearLevelId]: One<StructProperty<NuclearLevel>> },
            >;
            moments?: NuclearMoments;
            reactions?: NuclearReactions;
            spectroscopy?: NuclearSpectroscopy;
        },
    >

    Comprehensive collection of nuclear data, categorized by states, transitions, and interactions.