clebsch_gordan2: Clebsch-Gordan Coeffcient Alternate Version.

Description Usage Arguments Details Examples

Description

clebsch_gordan calculates the Clebsch-Gordan coefficient

Usage

1
clebsch_gordan2(j1, j2, m1, m2, j, mj)

Arguments

j1

A numeric. The total angular momentum for state 1.

j2

A numeric. The total angular momentum for state 2.

m1

A numeric. The magnetic quantum number for state 1.

m2

A numeric. The magnetic quantum number for state 2.

j

A numeric. The combined total angular momentum.

mj

A numeric. The combined magnetic quantum number.

Details

This function calculates the Clebsch-Gordan coeffcient for an arbitrary selection of quantum numbers j_1, j_2, m_1, m_2, j, and m_j. The condition that must be met is (m_1 + m_2) = m_j. The analytic form used to calculate the Clebsch-Gordan coefficient can be found in Cornwell's Group Theory of Physics.

Examples

1
clebsch_gordan2(1, 1 / 2, 0, 1 / 2, 3 / 2, 1 / 2)

bgrich/starkr documentation built on May 12, 2019, 8:21 p.m.