Computes the value of the 6j symbol for the six given spins.
Namespace:
Meta.Numerics.Functions
Assembly:
Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax public static double SixJ(
Spin j1,
Spin j2,
Spin j3,
Spin j4,
Spin j5,
Spin j6
)
Public Shared Function SixJ (
j1 As Spin,
j2 As Spin,
j3 As Spin,
j4 As Spin,
j5 As Spin,
j6 As Spin
) As Double
public:
static double SixJ(
Spin j1,
Spin j2,
Spin j3,
Spin j4,
Spin j5,
Spin j6
)
static member SixJ :
j1 : Spin *
j2 : Spin *
j3 : Spin *
j4 : Spin *
j5 : Spin *
j6 : Spin -> float
Parameters
- j1
- Type: Meta.Numerics.FunctionsSpin
Upper left spin. - j2
- Type: Meta.Numerics.FunctionsSpin
Upper middle spin. - j3
- Type: Meta.Numerics.FunctionsSpin
Upper right spin. - j4
- Type: Meta.Numerics.FunctionsSpin
Lower left spin. - j5
- Type: Meta.Numerics.FunctionsSpin
Lower middle spin. - j6
- Type: Meta.Numerics.FunctionsSpin
Lower right spin.
Return Value
Type:
DoubleThe value of {{j1,j2,j3},{j4,j5,j6}}.
See Also