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

Namespace:  Meta.Numerics.Functions
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 1.5.0.0 (1.5.0.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public static SpinState[] Combine(
	SpinState s1,
	SpinState s2
)
Public Shared Function Combine ( _
	s1 As SpinState, _
	s2 As SpinState _
) As SpinState()
public:
static array<SpinState>^ Combine(
	SpinState s1, 
	SpinState s2
)

Parameters

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

Return Value

A list of spin states which may be obtained.

See Also