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

    Type Alias NuclideEntity

    The comprehensive entity for all nuclear and isotopic data in the repository.

    type NuclideEntity = {
        decayChains: NuclideDecayChains;
        index: NuclideIndex;
        nuclides: NuclideCollection;
    }
    Index

    Properties

    decayChains: NuclideDecayChains

    Auto-generated graph of all radioactive decay paths and parent-child relationships.

    Auto-generated index for fast lookup by proton/neutron counts.

    Detailed scientific records for each individual nuclide.