Click or drag to resize

SpinMathThreeJ Method

Computes a 3j symbol.

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

Parameters

s1
Type: Meta.Numerics.FunctionsSpinState
The first column spin state.
s2
Type: Meta.Numerics.FunctionsSpinState
The second column spin state.
s3
Type: Meta.Numerics.FunctionsSpinState
The third column spin state.

Return Value

Type: Double
The 3j symbol.
See Also