IPotential
, IPotentialAtomic
, Potential2Soft
, Potential2Spherical
, PotentialSoft
public class P2HydrogenPatkowskiIso extends Potential2SoftSpherical
Modifier and Type | Field | Description |
---|---|---|
protected static double[] |
cdataIso |
|
protected static double[] |
cexIso |
|
protected static double[] |
cspIso |
boundary, dr, gradient
Constructor | Description |
---|---|
P2HydrogenPatkowskiIso(Space space) |
Modifier and Type | Method | Description |
---|---|---|
protected double |
d(int n,
double beta,
double r) |
|
double |
d2u(double r2) |
The second derivative of the pair energy, times the square of the
separation: r^2 d^2u/dr^2.
|
double |
du(double r2) |
The derivative of the pair energy, times the separation r: r du/dr.
|
static void |
main(java.lang.String[] args) |
|
double |
u(double r2) |
The pair energy u(r^2) with no truncation applied.
|
double |
uInt(double rC) |
Integral of the potential, used to evaluate corrections for potential truncation.
|
nBody
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
energy, getRange, gradient, gradient, hyperVirial, integral, setBox, virial
protected static final double[] cexIso
protected static final double[] cspIso
protected static final double[] cdataIso
public P2HydrogenPatkowskiIso(Space space)
public static void main(java.lang.String[] args)
public double u(double r2)
Potential2Spherical
r2
- the square of the distance between the particles.protected double d(int n, double beta, double r)
public double du(double r2)
Potential2SoftSpherical
du
in interface Potential2Soft
du
in class Potential2SoftSpherical
public double d2u(double r2)
Potential2SoftSpherical
d2u
in class Potential2SoftSpherical
public double uInt(double rC)
Potential2SoftSpherical
uInt
in class Potential2SoftSpherical