Computes a 3j symbol.

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 ThreeJ(
	SpinState s1,
	SpinState s2,
	SpinState s3
)
Public Shared Function ThreeJ ( _
	s1 As SpinState, _
	s2 As SpinState, _
	s3 As SpinState _
) As Double
public:
static double ThreeJ(
	SpinState s1, 
	SpinState s2, 
	SpinState s3
)

Parameters

s1
SpinState
The first column spin state.
s2
SpinState
The second column spin state.
s3
SpinState
The third column spin state.

Return Value

The 3j symbol.

See Also