3.2.2.1. Wigner3j.m¶
Calculat the Wigner \(3j\) symbol using precalculated tables.
3.2.2.1.1. Syntax¶
w = Wigner3j(j1_max, j2_max, j3_max, m1, m2, m3).
3.2.2.1.2. Output arguments¶
w — The wigner \(3j\) symbol, which reads
(3.2.6)¶\[\begin{split}\begin{pmatrix}
2j_1 + |m_1| & 2j_2 + |m_2| & 2j_3 + |m_3| \\
m_1 & m_2 & m_3
\end{pmatrix}\end{split}\]
3.2.2.1.3. Input arguments¶
3.2.2.1.3.1. Mandatory arguments¶
j1_max, j2_max, j3_max — The maxima of the angular momenta.
m_1,m_2,m_3 — Projective quantum numbers.
3.2.2.1.3.2. Optional arguments¶
NA
3.2.2.1.4. Dependencies¶
NA