SpinMathThreeJ Method
Computes a 3j symbol.
Namespace: Meta.Numerics.FunctionsAssembly: Meta.Numerics (in Meta.Numerics.dll) Version: 4.2.0+6d77d64445f7d5d91b12e331399c4362ecb25333
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
)
static member ThreeJ :
s1 : SpinState *
s2 : SpinState *
s3 : SpinState -> float
- s1 SpinState
- The first column spin state.
- s2 SpinState
- The second column spin state.
- s3 SpinState
- The third column spin state.
DoubleThe 3j symbol.