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
)
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
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:
DoubleThe 3j symbol.
See Also