dwvisser.math
Class ClebschGordon
java.lang.Object
|
+--dwvisser.math.ClebschGordon
- public class ClebschGordon
- extends java.lang.Object
Copied from NSF libraries clebsh.f
Method Summary |
double |
getCoefficient(double j1,
double m1,
double j2,
double m2,
double J,
double M)
Calculates the Clebsch-Gordon Coeffiecient, . |
java.lang.String |
getDiracNotation(double j1,
double m1,
double j2,
double m2,
double J,
double M)
|
static void |
main(java.lang.String[] args)
|
static void |
printTable(double j1,
double j2)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClebschGordon
public ClebschGordon()
getCoefficient
public double getCoefficient(double j1,
double m1,
double j2,
double m2,
double J,
double M)
- Calculates the Clebsch-Gordon Coeffiecient, .
getDiracNotation
public java.lang.String getDiracNotation(double j1,
double m1,
double j2,
double m2,
double J,
double M)
printTable
public static void printTable(double j1,
double j2)
main
public static void main(java.lang.String[] args)