ist_product_table.m

From Spinach Documentation Wiki
Revision as of 19:38, 6 June 2026 by Kuprov (talk | contribs) (Update function See also links and function index membership)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Structure coefficient tables for the associative envelopes of su(mult) algebras.

Syntax

    [product_table_left,product_table_right]=ist_product_table(mult)

Parameters

    mult      - multiplicity, the number of energy levels
                of the spin in question

Outputs

Output contains the structure coefficients in the following conventions:

 product_table_left(n,m,k)=trace(T{n}*T{m}*T{k}')/...
                           sqrt(trace(T{k}*T{k}')*trace(T{m}*T{m}'))

 product_table_right(n,m,k)=trace(T{m}*T{n}*T{k}')/...
                            sqrt(trace(T{k}*T{k}')*trace(T{m}*T{m}')));

corresponding to the IST expansion of the left and right multiplicative action by T{n} on T{m}, as given in Eq 7.18 of the first edition of IK's book (normalisation is missing in the book, that's a typo). Numbering translation between single and double index is given by lm2lin.m and lin2lm.m.

Notes

These are expensive tables: disk cache is created and used automatically. The smallest and most frequently used case is hard-coded.

See also

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

Version 2.8, authors: Ilya Kuprov