Difference between revisions of "Stev2sph.m"

From Spinach Documentation Wiki
Jump to: navigation, search
(See also)
Line 1: Line 1:
{{DISPLAYTITLE:stev2sph.m}}
+
{{DISPLAYTITLE:stev2sph.m}} __NOTOC__
Stevens coefficients into irreducible spherical tensor coefficients.
+
Transforms the coefficients in front of Stevens operators, as produced by [[stevens.m]], into the coefficients before the irreducible spherical tensor operators, as produced by [[irr_sph_ten.m]] function. Works up to 6th spherical rank. Source: http://dx.doi.org/10.1088/0022-3719/18/7/009
  
 
==Syntax==
 
==Syntax==
  
 
     Bkq=stev2sph(k,Bkq)
 
     Bkq=stev2sph(k,Bkq)
 
==Description==
 
Transforms the coefficients in front of Stevens operators, as produced by [[stevens.m]], into the coefficients before the irreducible spherical tensor operators, as produced by [[irr_sph_ten.m]] function. Works up to 6th spherical rank. Source: http://dx.doi.org/10.1088/0022-3719/18/7/009
 
  
 
==Arguments==
 
==Arguments==

Revision as of 10:29, 25 July 2023

Transforms the coefficients in front of Stevens operators, as produced by stevens.m, into the coefficients before the irreducible spherical tensor operators, as produced by irr_sph_ten.m function. Works up to 6th spherical rank. Source: http://dx.doi.org/10.1088/0022-3719/18/7/009

Syntax

    Bkq=stev2sph(k,Bkq)

Arguments

    k     - the spherical rank in question

   Bkq   - a column of 2k+1 real coefficients
           in front of Stevens operators, in
           increasing order of projections

Outputs

   Bkq   - a column of 2k+1 complex coefficients
           in front of irreducible spherical 
           tensor operators, in decreasing order
           of projections

Examples

See the files in examples/giant_spin directory

Notes

K.W.H. Stevens has done a great disservice to Magnetic Resonance by his ill-considered choice of basis operators for the crystal field theory he was developing. Choosing irreducible spherical tensors instead would have saved many days to nearly everybody in this field. At the moment, the community is stuck with the ridiculously bad definitions that do not follow the 3D rotation group - "for historical reasons". Someone would have created crystal field theory if Stevens hadn't - but he had poisoned it forever by doing it badly.

See also

stevens.m, irr_sph_ten.m, pauli.m, clebsch_gordan.m

SU(2), SO(3), and other groups


Version 2.8, authors: Ilya Kuprov, Elizaveta Suturina