add_spins.m

From Spinach Documentation Wiki
Revision as of 18:47, 5 June 2026 by Kuprov (talk | contribs) (Rename Arguments section heading to Parameters)
Jump to: navigation, search

Reduction of direct products of two su(2) irreps.

Syntax

    [mult,proj]=add_spins(spin_a,spin_b)

Parameters

    spin_a  - quantum number of the first spin,
              an integer or a half-integer

    spin_b  - quantum number of the second spin,
              an integer or a half-integer

Outputs

    mult    - multiplicities corresponding to
              the values of the total spin that
              are present

    proj    - projectors that reduce the direct
              product representation, a cell ar-
              ray of matrices

See also

pauli.m, wigner.m, stevens.m, irr_sph_ten.m, operator.m, state.m

SU(2), SO(3), and other groups

Version 2.8, authors: Ilya Kuprov