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

    Properties related to Nuclear Magnetic Resonance (NMR) spectroscopy.

    type NMR = {
        gyromagneticRatio?: NumberValue<"gyromagneticRatio">;
        larmorPrecession?: NumberValue<"frequency">;
        relativeSensitivity?: PrimitiveValue<number>;
        spin?: Spin;
    }
    Index

    Properties

    gyromagneticRatio?: NumberValue<"gyromagneticRatio">

    The ratio of a nucleus's magnetic moment to its angular momentum.

    larmorPrecession?: NumberValue<"frequency">

    The frequency at which the magnetic moment of a nucleus precesses around an external field.

    relativeSensitivity?: PrimitiveValue<number>

    The relative sensitivity of the nucleus to magnetic fields compared to a reference nucleus. An inherent problem with NMR spectroscopy is its comparatively low sensitivity (poor signal-to-noise ratio).

    spin?: Spin

    The intrinsic angular momentum of the nucleus.