Click or drag to resize

VectorCoupling Methods

The VectorCoupling type exposes the following members.

Methods
 NameDescription
Public methodStatic memberClebschGordan Calculates the 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 Evaluates the 6j symbol
C#
h(l1) = { l1  l2  l3 }
        { l4  l5  l6 }
for all allowed values of l1, with the other parameters held fixed.
Public methodStatic memberThreeJSymbolJ Evaluates the Wigner 3j symbol
C#
f(l1) = (   l1    l2   l3 )
        ( -m2-m3  m2   m3 )
for all allowed values of l1, with the other parameters held fixed.
Public methodStatic memberThreeJSymbolM Evaluates the Wigner 3j symbol
C#
g(m2) = ( l1  l2     l3  )
        ( m1  m2  -m1-m2 )
for all allowed values of m2, with the other parameters held fixed.
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also