Computes a Clebsch-Gordon coefficient.

Namespace:  Meta.Numerics.Functions
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 1.5.0.0 (1.5.0.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public static double ClebschGodron(
	SpinState s1,
	SpinState s2,
	SpinState s
)
Public Shared Function ClebschGodron ( _
	s1 As SpinState, _
	s2 As SpinState, _
	s As SpinState _
) As Double
public:
static double ClebschGodron(
	SpinState s1, 
	SpinState s2, 
	SpinState s
)

Parameters

s1
SpinState
The first spin state.
s2
SpinState
The second spin state.
s
SpinState
The total spin state.

Return Value

The Clebsch-Gordon coefficient measuring the contribution of the given first and second spin states to the given total spin state.

See Also