Difference between revisions of "G2chi.m"
(Created page with "This function calculates a high-termperature estimate of the magnetic susceptibility tensor from the user-supplied g-tensor. Syntax: chi=g2chi(...") |
(Update function See also links and function index membership) |
||
| (4 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
| − | + | {{DISPLAYTITLE:g2chi.m}} __NOTOC__ | |
| + | Calculates a high-termperature estimate of the magnetic susceptibility tensor from the user-supplied g-tensor. | ||
| − | + | ==Syntax== | |
| − | Parameters | + | chi=g2chi(g,T,S) |
| + | |||
| + | ==Parameters== | ||
g - 3x3 g-tensor matrix in Bohr magneton units | g - 3x3 g-tensor matrix in Bohr magneton units | ||
| + | |||
| + | T - absolute temperature in Kelvin | ||
| + | |||
| + | S - electron spin (1/2, 1, 3/2, etc.) | ||
| + | |||
| + | ==Outputs== | ||
| − | + | chi - 3x3 magnetic susceptibility tensor in cubic Angstrom | |
| − | + | ==See also== | |
| + | [[chi_eff.m]], [[hfc2pcs.m]], [[hfc2pms.m]], [[xyz2pms.m]], [[kpcs.m]], [[lpcs.m]], [[ppcs.m]], [[Hyperfine_shift_module]] | ||
| − | + | ''Version 2.4, authors: [[Elizaveta Suturina]], [[Ilya Kuprov]]'' | |
Latest revision as of 19:36, 6 June 2026
Calculates a high-termperature estimate of the magnetic susceptibility tensor from the user-supplied g-tensor.
Syntax
chi=g2chi(g,T,S)
Parameters
g - 3x3 g-tensor matrix in Bohr magneton units
T - absolute temperature in Kelvin
S - electron spin (1/2, 1, 3/2, etc.)
Outputs
chi - 3x3 magnetic susceptibility tensor in cubic Angstrom
See also
chi_eff.m, hfc2pcs.m, hfc2pms.m, xyz2pms.m, kpcs.m, lpcs.m, ppcs.m, Hyperfine_shift_module
Version 2.4, authors: Elizaveta Suturina, Ilya Kuprov