SpinMathClebschGodron Method
Computes a Clebsch-Gordon coefficient.
Namespace: Meta.Numerics.FunctionsAssembly: Meta.Numerics (in Meta.Numerics.dll) Version: 4.2.0+6d77d64445f7d5d91b12e331399c4362ecb25333
public static double ClebschGodron(
SpinState s1,
SpinState s2,
SpinState s
)
Public Shared Function ClebschGodron (
s1 As SpinState,
s2 As SpinState,
s As SpinState
) As Double
public:
static double ClebschGodron(
SpinState s1,
SpinState s2,
SpinState s
)
static member ClebschGodron :
s1 : SpinState *
s2 : SpinState *
s : SpinState -> float
- s1 SpinState
- The first spin state.
- s2 SpinState
- The second spin state.
- s SpinState
- The total spin state.
DoubleThe Clebsch-Gordon coefficient measuring the contribution of the given first and
second spin states to the given total spin state.