SpinMathThreeJ Method

Computes a 3j symbol.

Definition

Namespace: Meta.Numerics.Functions
Assembly: Meta.Numerics (in Meta.Numerics.dll) Version: 4.2.0+6d77d64445f7d5d91b12e331399c4362ecb25333
C#
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

Double
The 3j symbol.

See Also