Difference between revisions of "Gauss2mhz.m"
(Normalise sequential blank lines) |
m (Spot-edit Spinach function page first-line NOTOC and template fields) |
||
| Line 1: | Line 1: | ||
| − | {{DISPLAYTITLE:gauss2mhz.m}} | + | {{DISPLAYTITLE:gauss2mhz.m}} __NOTOC__ |
Converts hyperfine couplings from Gauss to MHz (linear frequency). The Gauss specification may be defined as "the magnetic field at which the electron frequency is equal to the frequency provided". | Converts hyperfine couplings from Gauss to MHz (linear frequency). The Gauss specification may be defined as "the magnetic field at which the electron frequency is equal to the frequency provided". | ||
Revision as of 18:27, 5 June 2026
Converts hyperfine couplings from Gauss to MHz (linear frequency). The Gauss specification may be defined as "the magnetic field at which the electron frequency is equal to the frequency provided".
Syntax
hfc_mhz=gauss2mhz(hfc_gauss,g)
Arguments
hfc_gauss - an array of values in Gauss
g - electron g-factor; if this parameter
is skipped, free electron g-factor is
used for conversion
Outputs
hfc_mhz - an array of values in MHz
Examples
See examples/esr_liquids and examples/esr_solids directories.
Notes
The principal advantage of Gauss and mT units for hyperfine coupling is that they make the hyperfine tensor independent of the electron g-tensor. This is very useful in ab initio calculations of hyperfine couplings because g-tensor is a much harder quantity to compute.
See also
icm2hz.m, hz2icm.m, ang2cgsppm.m, castep2nqi.m, cgsppm2ang.m, eeqq2nqi.m, frac2cart.m, mhz2gauss.m, fwhm2rlx.m, g2freq.m, hartree2joule.m, mt2hz.m
Version 2.2, authors: Ilya Kuprov