SpinMathCombine(SpinState, SpinState) Method

Enumerates all spin states that may be obtained by combining two spin states.

Definition

Namespace: Meta.Numerics.Functions
Assembly: Meta.Numerics (in Meta.Numerics.dll) Version: 4.2.0+6d77d64445f7d5d91b12e331399c4362ecb25333
C#
public static SpinState[] Combine(
	SpinState s1,
	SpinState s2
)

Parameters

s1  SpinState
The first spin state.
s2  SpinState
The second spin state.

Return Value

SpinState
A list of spin states which may be obtained.

See Also