Contains methods for computing functions of spin and spin states.

Namespace: Meta.Numerics.Spin
Assembly: Meta.Numerics (in Meta.Numerics.dll) Version: 2.1.0.0 (2.1.0.0)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public static class SpinMath
Public NotInheritable Class SpinMath
public ref class SpinMath abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type SpinMath =  class end

Members

      
 All Members  Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
ClebschGodron(SpinState, SpinState, SpinState)
Computes a Clebsch-Gordon coefficient.
Combine(Spin, Spin)
Enumerates all the spins that can be obtained by combining two spins.
Combine(SpinState, SpinState)
Enumerates all spin states that may be obtained by combining two spin states.
SixJ(Spin, Spin, Spin, Spin, Spin, Spin)
Computes the value of the 6j symbol for the six given spins.
ThreeJ(SpinState, SpinState, SpinState)
Computes a 3j symbol.

Inheritance Hierarchy

System..::..Object
  Meta.Numerics.Spin..::..SpinMath

See Also