Difference between revisions of "Stev2sph.m"
(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: | ||
Bkq=stev2sph(k,Bkq) | Bkq=stev2sph(k,Bkq) | ||
| − | == | + | ==Parameters== |
k - the spherical rank in question | k - the spherical rank in question | ||
| Line 25: | Line 25: | ||
==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]] |
| − | |||
| − | [[ | ||
''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