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

    Description of a electromagnetic transition (gamma-ray) between nuclear levels.

    type NuclearGamma = {
        conversionCoefficient?: NumberValue<NoUnit>;
        fromLevel: NuclearLevelId;
        gammaEnergy?: NumberValue<"energy">;
        intensity?: NumberValue<NoUnit>;
        mixingRatio?: NumberValue<NoUnit>;
        multipolarity?: string;
        reducedTransitionProbability?: {
            electric?: NumberValue<NoUnit>;
            magnetic?: NumberValue<NoUnit>;
        };
        toLevel: NuclearLevelId;
    }
    Index

    Properties

    conversionCoefficient?: NumberValue<NoUnit>

    Ratio of the rate of internal conversion to the rate of gamma emission.

    fromLevel: NuclearLevelId

    The initial excited nuclear state.

    gammaEnergy?: NumberValue<"energy">

    Energy of the emitted gamma-ray photon.

    intensity?: NumberValue<NoUnit>

    Relative frequency of this transition.

    mixingRatio?: NumberValue<NoUnit>

    Ratio of the intensities of different multipolarity components.

    multipolarity?: string

    Classification of the radiation field (e.g., E1, M2).

    reducedTransitionProbability?: {
        electric?: NumberValue<NoUnit>;
        magnetic?: NumberValue<NoUnit>;
    }

    Mathematical probability of transition normalized by the phase space.

    Type Declaration

    • Optionalelectric?: NumberValue<NoUnit>

      Electric component of the transition probability.

    • Optionalmagnetic?: NumberValue<NoUnit>

      Magnetic component of the transition probability.

    The final nuclear state after transition.