Difference between revisions of "G2chi.m"

From Spinach Documentation Wiki
Jump to: navigation, search
(Normalise sequential blank lines)
(Update function See also links and function index membership)
 
(One intermediate revision by the same user not shown)
Line 6: Line 6:
 
     chi=g2chi(g,T,S)
 
     chi=g2chi(g,T,S)
  
==Arguments==
+
==Parameters==
  
 
       g - 3x3 g-tensor matrix in Bohr magneton units
 
       g - 3x3 g-tensor matrix in Bohr magneton units
Line 19: Line 19:
  
 
==See also==
 
==See also==
[[chi_eff.m]], [[hfc2pcs.m]], [[hfc2pms.m]], [[xyz2pms.m]]
+
[[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]]''
 
''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