sle_operators.m

From Spinach Documentation Wiki
Jump to: navigation, search

Wigner D function basis set and rotation generators required by the gridfree.m context. The function returns matrix representations of the angular momentum operators in the basis of Wigner D functions, matrix representations of Wigner D function product operators, and a descriptor of the basis itself.

Syntax

    [Lx,Ly,Lz,D,space_basis]=sle_operators(max_rank)

Parameters

    max_rank   - maximum L rank for Wigner D functions

Outputs

    space_basis  -   lab space basis set descriptor, in
                     [L M N] format, giving indices of
                     each Wigner function in the basis.

    Lx,Ly,Lz  - representations of lab space rotation
                generators in the Wigner function basis,
                to be used in the building of the lab
                space diffusion operator.

    D         - a cell array of Wigner function product
                superoperators, corresponding to multi-
                plication by D[2,M,N] of the basis Wig-
                ner functions, to be used in the build-
                ing of the spin Hamiltonian operator.

Notes

Automatic caching is implemented - the function would not recompute operator sets that it can find on disk.

See also

wigner.m, gridfree.m, v2fplanck.m, irr_sph_ten.m, clebsch_gordan.m, wigner_3j.m, wigner_6j.m, add_spins.m, cg_fast.m, comm.m, hilb2liouv.m, ist_product_table.m, lorentz.m, mat2sphten.m, multipack.m, pauli.m, perm_group.m, rocomm.m, rwalk.m, sorensen.m, spher_harmon.m, sphten2mat.m, stev2sph.m, stevens.m, superop.m, twospinist.m, Kernel_utilities

Version 2.8, authors: Ilya Kuprov, Luke Edwards