Click or drag to resize

VectorCoupling Class

Contains vector coupling functions.
Inheritance Hierarchy
SystemObject
  Altaxo.CalcVectorCoupling

Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public class VectorCoupling

The VectorCoupling type exposes the following members.

Constructors
 NameDescription
Public methodVectorCouplingInitializes a new instance of the VectorCoupling class
Top
Methods
 NameDescription
Public methodStatic memberClebschGordan Calculate Clebsch-Gordan coefficient using the relation to the Wigner 3-j symbol:
C#
                            l1-l2+m3         1/2   ( l1  l2  l3 )
(l1 m1 l2 m2 | l3 m3) = (-1)         (2*l3+1)      ( m1  m2 -m3 )
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodStatic memberSixJSymbol Evaluate the 6j symbol
C#
h(l1) = { l1  l2  l3 }
        { l4  l5  l6 }
for all allowed values of l1, the other parameters being held fixed.
Public methodStatic memberThreeJSymbolJ Evaluate the Wigner 3j symbol
C#
f(l1) = (   l1    l2   l3 )
        ( -m2-m3  m2   m3 )
for all allowed values of l1, the other parameters being held fixed.
Public methodStatic memberThreeJSymbolM Evaluate the Wigner 3j symbol
C#
g(m2) = ( l1  l2     l3  )
        ( m1  m2  -m1-m2 )
for all allowed values of m2, the other parameters being held fixed.
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also