#include <Wigner.h>
Static Public Member Functions | |
| double | ThreeJ (const int two_ja, const int two_jb, const int two_jc, const int two_ma, const int two_mb, const int two_mc) |
| Evaluate 3j symbols. | |
| Dpair | ThreeJErr (const int two_ja, const int two_jb, const int two_jc, const int two_ma, const int two_mb, const int two_mc) |
| Evaluate 3j symbols(x) and estimate the error. | |
| double | ClebschGordan (const int two_ja, const int two_jb, const int two_jc, const int two_ma, const int two_mb, const int two_mc) |
| Evaluate the Clebsch-Gordan symbol. | |
| Dpair | ClebschGordanErr (const int two_ja, const int two_jb, const int two_jc, const int two_ma, const int two_mb, const int two_mc) |
| Evaluate the Clebsch-Gordan symbol and estimate the error. | |
| double | SixJ (const int two_ja, const int two_jb, const int two_jc, const int two_jd, const int two_je, const int two_jf) |
| Evaluate 6j symbols. | |
| Dpair | SixJErr (const int two_ja, const int two_jb, const int two_jc, const int two_jd, const int two_je, const int two_jf) |
| Evaluate 6j symbols and estimate the error. | |
| double | NineJ (const int two_ja, const int two_jb, const int two_jc, const int two_jd, const int two_je, const int two_jf, const int two_jg, const int two_jh, const int two_ji) |
| Evaluate 9j symbols. | |
| Dpair | NineJErr (const int two_ja, const int two_jb, const int two_jc, const int two_jd, const int two_je, const int two_jf, const int two_jg, const int two_jh, const int two_ji) |
| Evaluate 9j symbols and estimate the error. | |
Definition at line 25 of file Wigner.h.
|
||||||||||||||||||||||||||||
|
Evaluate the Clebsch-Gordan symbol.
|
|
||||||||||||||||||||||||||||
|
Evaluate the Clebsch-Gordan symbol and estimate the error.
|
|
||||||||||||||||||||||||||||||||||||||||
|
Evaluate 9j symbols.
|
|
||||||||||||||||||||||||||||||||||||||||
|
Evaluate 9j symbols and estimate the error.
|
|
||||||||||||||||||||||||||||
|
Evaluate 6j symbols.
|
|
||||||||||||||||||||||||||||
|
Evaluate 6j symbols and estimate the error.
|
|
||||||||||||||||||||||||||||
|
Evaluate 3j symbols.
|
|
||||||||||||||||||||||||||||
|
Evaluate 3j symbols(x) and estimate the error.
|
1.3.4