IPotential
P3HydrogenATM.P3HydrogenAtomic
public 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()
IPotential
getRange
in interface IPotential
public void setBox(Box box)
IPotential
setBox
in interface IPotential
public int nBody()
IPotential
nBody
in interface IPotential