Click or drag to resize

SpinMathClebschGodron Method

Computes a Clebsch-Gordon coefficient.

Namespace:  Meta.Numerics.Functions
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public static double ClebschGodron(
	SpinState s1,
	SpinState s2,
	SpinState s
)

Parameters

s1
Type: Meta.Numerics.FunctionsSpinState
The first spin state.
s2
Type: Meta.Numerics.FunctionsSpinState
The second spin state.
s
Type: Meta.Numerics.FunctionsSpinState
The total spin state.

Return Value

Type: Double
The Clebsch-Gordon coefficient measuring the contribution of the given first and second spin states to the given total spin state.
See Also