Difference between revisions of "Rocomm.m"
(→See also) |
(Update function See also links and function index membership) |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 6: | Line 6: | ||
C=rocomm(A) | C=rocomm(A) | ||
| − | == | + | ==Parameters== |
A - a cell array of square matrices | A - a cell array of square matrices | ||
| Line 15: | Line 15: | ||
==See also== | ==See also== | ||
| − | [[ | + | [[add_spins.m]], [[cg_fast.m]], [[clebsch_gordan.m]], [[comm.m]], [[hilb2liouv.m]], [[irr_sph_ten.m]], [[ist_product_table.m]], [[lorentz.m]], [[mat2sphten.m]], [[multipack.m]], [[pauli.m]], [[perm_group.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]]'' | ''Version 2.8, authors: [[Ilya Kuprov]]'' | ||
Latest revision as of 19:41, 6 June 2026
Right-ordered nested commutator [[[[A{1},A{2}],A{3}],A{4}],...] built from the user-supplied matrices.
Syntax
C=rocomm(A)
Parameters
A - a cell array of square matrices
Outputs
C - right-ordered nested commutator
See also
add_spins.m, cg_fast.m, clebsch_gordan.m, comm.m, hilb2liouv.m, irr_sph_ten.m, ist_product_table.m, lorentz.m, mat2sphten.m, multipack.m, pauli.m, perm_group.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