Difference between revisions of "G2chi.m"

From Spinach Documentation Wiki
Jump to: navigation, search
(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:
This function calculates a high-termperature estimate of the magnetic susceptibility tensor from the user-supplied g-tensor. Syntax:
+
{{DISPLAYTITLE:g2chi.m}} __NOTOC__
 +
Calculates a high-termperature estimate of the magnetic susceptibility tensor from the user-supplied g-tensor.
  
                              chi=g2chi(g,T)
+
==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==
  
       T - absolute temperature in Kelvin
+
       chi - 3x3 magnetic susceptibility tensor in cubic Angstrom
  
Outputs:
+
==See also==
 +
[[chi_eff.m]], [[hfc2pcs.m]], [[hfc2pms.m]], [[xyz2pms.m]], [[kpcs.m]], [[lpcs.m]], [[ppcs.m]], [[Hyperfine_shift_module]]
  
    chi - 3x3 magnetic susceptibility tensor in cubic Angstrom
+
''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