NMR properties

Returns NMR properties of the isotopes
1.1K Downloads
Updated 18 Jul 2006

View License

Returns NMR properties of the isotopes

EXAMPLE
H = isotopes('1H'), T = isotopes('3H'), or if the atomic mass is not specified, i.e. I = isotopes('H'), the function returns array of structures with data for all isotopes of the specified element. Isotopes('n') returns NMR properties for neutron. Isotopes called without arguments returns the whole table.

The output structure has the following fields:
.name - element name;
.isotope - element symbol and mass number, i.e. 19F;
.Z - atomic number;
.mass - mass number;
.I - nuclear spin;
.gamma - magnetogyric ratio in rad/(T s) calculated from the resonant frequency: 2*pi*F(@1T);
.ResFreq - resonant frequency in Hertz for an applied field B0 of 1 tesla (in cgs units, 10 kilogauss);
.RelSensB - sensitivity relative to 1H (=1) assuming an equal number of nuclei, constant temperature, and constant B0:
0.0076508(mu/mu_N)^3(I + 1)/I^2;
.RelSensF - sensitivity relative to 1H (=1) assuming an equal number of nuclei, constant temperature, and constant resonance frequency:
O.23871(mu/mu_N)(I + 1);
.u - nuclear magnetic moment in units of the nuclear magneton, (u/mu_N);
.Q - nuclear quadrupole moment in units of femtometers squared (1 fm2 = 10^-2 barn)

REFERENCES
1. "Nuclear spins, moments, and other data related to NMR spectroscopy" (9-93) CRC Handbook of Chemistry and Physics, 83th Ed., CRC Press, Boca Raton, FL, 2002.
2. Stone, N. J., <www.nndc.bnl.gov/nndc/stone_moments/>
3. http://www.hbcpnetbase.com/

Cite As

Peter Volegov (2024). NMR properties (https://www.mathworks.com/matlabcentral/fileexchange/11722-nmr-properties), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2006a
Compatible with any release
Platform Compatibility
Windows macOS Linux
Acknowledgements

Inspired: Gmr.m (NMR & MRI Properties)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.0.0.0