IPotentialP3HydrogenATM.P3HydrogenAtomicpublic class P3HydrogenATM extends java.lang.Object implements IPotential
| Modifier and Type | Class | Description |
|---|---|---|
static class |
P3HydrogenATM.P3HydrogenAtomic |
| Modifier and Type | Field | Description |
|---|---|---|
protected Boundary |
boundary |
|
protected Vector |
dr |
|
protected static double |
E0 |
|
protected Vector |
r1 |
|
protected Vector |
r2 |
|
protected Vector |
r3 |
| Constructor | Description |
|---|---|
P3HydrogenATM(Space space) |
| Modifier and Type | Method | Description |
|---|---|---|
double |
getRange() |
Returns the range over which the potential applies.
|
static void |
main(java.lang.String[] args) |
|
int |
nBody() |
The number of atoms on which the potential depends.
|
void |
setBox(Box box) |
Informs the potential of the box on which it acts so that it can
properly consider the boundaries.
|
protected Boundary boundary
protected static final double E0
protected Vector dr
protected Vector r1
protected Vector r2
protected Vector r3
public P3HydrogenATM(Space space)
public static void main(java.lang.String[] args)
public double getRange()
IPotentialgetRange in interface IPotentialpublic void setBox(Box box)
IPotentialsetBox in interface IPotentialpublic int nBody()
IPotentialnBody in interface IPotential