Contains methods for computing functions of spin and spin states.
Namespace:
Meta.Numerics.FunctionsAssembly: Meta.Numerics (in Meta.Numerics.dll) Version: 1.4.0.0 (1.4.0.0)
Syntax
| C# | Visual Basic | Visual C++ |
public static class SpinMath
Public NotInheritable Class SpinMath
public ref class SpinMath abstract sealed
Members
| All Members | Methods |
| Member | Description | |
|---|---|---|
| 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.
|