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

    Type Alias GammaTransition

    Properties of a gamma-ray transition between nuclear energy levels.

    type GammaTransition = {
        conversionCoefficient?: PrimitiveValue<number>;
        final?: NuclearState;
        gRayMixingRatio?: PrimitiveValue<number>;
        halfLife?: NumberValue<"time">;
        initial?: NuclearState;
        magneticTransitionProbability?: PrimitiveValue<number>;
        multipolarity?: string;
        reducedElectricProbability?: PrimitiveValue<number>;
        relativeIntensity?: NumberValue<"quantity">;
        transitionEnergy?: NumberValue<"energy">;
    }
    Index

    Properties

    conversionCoefficient?: PrimitiveValue<number>

    The ratio of internal conversion electrons to gamma-ray photons emitted.

    final?: NuclearState

    The properties of the nuclear state after the photon emission.

    gRayMixingRatio?: PrimitiveValue<number>

    The ratio of the different multipole components (e.g., E2/M1) in the transition.

    halfLife?: NumberValue<"time">

    The lifetime of the excited state before gamma emission.

    initial?: NuclearState

    The properties of the nuclear state before the photon emission.

    magneticTransitionProbability?: PrimitiveValue<number>

    The transition probability for the magnetic part of the electromagnetic decay.

    multipolarity?: string

    The electromagnetic character of the transition (e.g., E1, M1, E2).

    reducedElectricProbability?: PrimitiveValue<number>

    The reduced probability for the electric part of the transition.

    relativeIntensity?: NumberValue<"quantity">

    The observed intensity of the gamma line relative to other transitions.

    transitionEnergy?: NumberValue<"energy">

    The energy of the emitted gamma-ray photon.