Difference between revisions of "Stev2sph.m"

From Spinach Documentation Wiki
Jump to: navigation, search
(See also)
(Update function See also links and function index membership)
 
(5 intermediate revisions by the same user not shown)
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==
Line 6: Line 6:
 
     Bkq=stev2sph(k,Bkq)
 
     Bkq=stev2sph(k,Bkq)
  
==Description==
+
==Parameters==
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==
 
  
     k     - the spherical rank in question
+
     k   - the spherical rank in question
 
   
 
   
 
     Bkq  - a column of 2k+1 real coefficients
 
     Bkq  - a column of 2k+1 real coefficients
Line 23: Line 20:
 
             tensor operators, in decreasing order
 
             tensor operators, in decreasing order
 
             of projections
 
             of projections
 
==Examples==
 
See the files in examples/giant_spin directory
 
  
 
==Notes==
 
==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.
+
K.W.H. Stevens has done a 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==
 
==See also==
[[stevens.m]], [[irr_sph_ten.m]], [[pauli.m]], [[clebsch_gordan.m]]
+
[[stevens.m]], [[irr_sph_ten.m]], [[pauli.m]], [[clebsch_gordan.m]], [[add_spins.m]], [[cg_fast.m]], [[comm.m]], [[hilb2liouv.m]], [[ist_product_table.m]], [[lorentz.m]], [[mat2sphten.m]], [[multipack.m]], [[perm_group.m]], [[rocomm.m]], [[rwalk.m]], [[sle_operators.m]], [[sorensen.m]], [[spher_harmon.m]], [[sphten2mat.m]], [[superop.m]], [[twospinist.m]], [[wigner.m]], [[wigner_3j.m]], [[wigner_6j.m]], [[Kernel_utilities]]
 
 
[[Kernel_utilities#SU.282.29.2C_SO.283.29.2C_and_other_groups|SU(2), SO(3), and other groups]]
 
 
 
  
 
''Version 2.8, authors: [[Ilya Kuprov]], [[Elizaveta Suturina]]''
 
''Version 2.8, authors: [[Ilya Kuprov]], [[Elizaveta Suturina]]''

Latest revision as of 19:42, 6 June 2026

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)

Parameters

    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

Notes

K.W.H. Stevens has done a 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, add_spins.m, cg_fast.m, comm.m, hilb2liouv.m, ist_product_table.m, lorentz.m, mat2sphten.m, multipack.m, perm_group.m, rocomm.m, rwalk.m, sle_operators.m, sorensen.m, spher_harmon.m, sphten2mat.m, superop.m, twospinist.m, wigner.m, wigner_3j.m, wigner_6j.m, Kernel_utilities

Version 2.8, authors: Ilya Kuprov, Elizaveta Suturina