IPotential
P2HydrogenHindePatkowski.P2HydrogenHindePatkowskiAtomic
, P2HydrogenHindePatkowski.P2HydrogenHindePatkowskiMolecular
public class P2HydrogenHindePatkowski extends java.lang.Object implements IPotential
Modifier and Type | Class | Description |
---|---|---|
static class |
P2HydrogenHindePatkowski.P2HydrogenHindePatkowskiAtomic |
|
static class |
P2HydrogenHindePatkowski.P2HydrogenHindePatkowskiMolecular |
Modifier and Type | Field | Description |
---|---|---|
protected Boundary |
boundary |
|
protected Vector |
com0 |
|
protected Vector |
com1 |
|
protected Vector |
dr |
|
java.io.FileWriter |
filePat |
|
protected Vector |
hh0 |
|
protected Vector |
hh1 |
|
protected Vector |
n0 |
|
protected Vector |
n1 |
|
protected P2HydrogenHinde |
p2Hinde |
|
protected P2HydrogenPatkowski |
p2Patkowski |
|
protected boolean |
print |
|
protected static double |
r0 |
Constructor | Description |
---|---|
P2HydrogenHindePatkowski(Space space) |
Modifier and Type | Method | Description |
---|---|---|
double |
getRange() |
Returns the range over which the potential applies.
|
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 Vector dr
protected Vector com0
protected Vector com1
protected Vector hh0
protected Vector hh1
protected Vector n0
protected Vector n1
protected P2HydrogenHinde p2Hinde
protected P2HydrogenPatkowski p2Patkowski
protected static final double r0
protected boolean print
public java.io.FileWriter filePat
public P2HydrogenHindePatkowski(Space space)
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