IPotential
P3HydrogenManzhos.P3HydrogenManzhosMolecular
public class P3HydrogenManzhos extends java.lang.Object implements IPotential
Modifier and Type | Class | Description |
---|---|---|
static class |
P3HydrogenManzhos.P3HydrogenManzhosMolecular |
Modifier and Type | Field | Description |
---|---|---|
protected double[][] |
A |
|
protected double[] |
b |
|
protected Boundary |
boundary |
|
protected double[] |
cn |
|
protected static int |
d |
|
protected static int |
D |
|
protected double |
d0 |
|
protected double[] |
dn |
|
protected static Vector[] |
eqPos |
|
protected static int |
L |
|
protected double |
lambda |
|
protected static int |
N |
|
protected int[][] |
nPerm |
|
protected Vector |
vec |
|
protected double[][] |
w |
|
protected double[] |
xMaxp |
|
protected double |
xMaxt |
|
protected double[] |
xMinp |
|
protected double |
xMint |
|
protected double[][] |
xPos |
|
protected double[] |
y |
Constructor | Description |
---|---|
P3HydrogenManzhos(Space space) |
Modifier and Type | Method | Description |
---|---|---|
protected void |
getData() |
|
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 double |
sigma(double x) |
|
double |
vH2H2H2(Vector[] v1) |
protected Boundary boundary
protected static final int D
protected static final int d
protected static final int L
protected static final int N
protected double[] y
protected double[][] A
protected double[][] w
protected double[] cn
protected double[] b
protected double[] dn
protected double[] xMinp
protected double[] xMaxp
protected double xMint
protected double xMaxt
protected final double d0
protected final double lambda
protected static Vector[] eqPos
protected Vector vec
protected double[][] xPos
protected int[][] nPerm
public P3HydrogenManzhos(Space space)
public static void main(java.lang.String[] args)
public double vH2H2H2(Vector[] v1)
protected double sigma(double x)
protected void getData()
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