Skip to contents

Converting hyperfine splitting constants (HFSCs, \(a\) values in mT) into hyperfine coupling ones (HFCCs, \(A\) values in MHz).

Usage

convert_a_mT_2A(a.mT, g.val = 2.0023193)

Arguments

a.mT

Numeric value/vector of HFSCs in mT ('line distances' from EPR spectrum)

g.val

Numeric value/vector, corresponding to actual \(g\)-factor (unitless). Default: g.val = 2.00231930 (corresponding to free electron).

Value

Numeric value/vector corresponding to HFCCs (\(A\)) in MHz.

Details

Conversion done according to following relation: $$A = (a\,g\,\mu_{\text{B}}) / h$$ where \(h\) corresponds to Planck's constant and \(\mu_{\text{B}}\) to Bohr's magneton. Both latter are obtained by constans::syms$h and constants::syms$mub, respectively, using the constants package (see syms). Conversion is suitable for the EPR simulations and/or ENDOR.

See also

Other Conversions and Corrections: convert_A_MHz_2a(), convert_B(), convert_time2var(), correct_time_Exp_Specs()

Examples

convert_a_mT_2A(a.mT = 0.5)
#> [1] 14.01
#
convert_a_mT_2A(0.6,2.0059)
#> [1] 16.85
#
convert_a_mT_2A(0.15,g.val = 2.00036)
#> [1] 4.2