spinguin.core.nmr_isotopes#
This module contains a dictionary of NMR isotopes with the following properties:
Spin quantum number
Gyromagnetic ratio (gamma) in MHz/T
Quadrupole moment (Q) in barns
Source: https://www.kherb.io/docs/nmr_table.html
If your isotope is not listed, you can add it by following the format of the existing entries.
TODO: Mahdollista oman isotoopin lisääminen suoraan paketista? TODO: Tarkista kvadrupolimomentit?
- gamma(isotope: str, unit: Literal['Hz', 'rad/s'])[source]#
Returns the gyromagnetic ratio of the requested isotope.
- Parameters:
isotope (str) – Nucleus symbol (e.g. ‘1H’) used to select the gyromagnetic ratio.
unit ({'Hz', 'rad/s'}) – Specifies in which unit the gyromagnetic ratio is returned.
- Returns:
gamma – Gyromagnetic ratio in the requested units.
- Return type:
float