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

    Type Alias NuclearFissionYield

    Quantitative distribution of fission products.

    type NuclearFissionYield = {
        metastable: boolean;
        parent: NuclideId;
        yields: Mapping<IncidentNeutronEnergy, NumberValue<"quantity">>;
    }
    Index

    Properties

    metastable: boolean

    Indicates if the yield is for a metastable state.

    parent: NuclideId

    The parent nuclide undergoing fission.

    Yield values indexed by the energy of the incident neutrons.