SpinMathSixJ Method

Computes the value of the 6j symbol for the six given spins.

Definition

Namespace: Meta.Numerics.Functions
Assembly: Meta.Numerics (in Meta.Numerics.dll) Version: 4.2.0+6d77d64445f7d5d91b12e331399c4362ecb25333
C#
public static double SixJ(
	Spin j1,
	Spin j2,
	Spin j3,
	Spin j4,
	Spin j5,
	Spin j6
)

Parameters

j1  Spin
Upper left spin.
j2  Spin
Upper middle spin.
j3  Spin
Upper right spin.
j4  Spin
Lower left spin.
j5  Spin
Lower middle spin.
j6  Spin
Lower right spin.

Return Value

Double
The value of {{j1,j2,j3},{j4,j5,j6}}.

See Also