ClusterAbstract
ClusterWheatleyMultibodyMix
public class ClusterWheatleySoftMix extends ClusterWheatleySoft
Modifier and Type | Field | Description |
---|---|---|
protected MayerFunction[][] |
fMap |
|
protected MayerFunction[][] |
mixF |
|
protected int[] |
nTypes |
Constructor | Description |
---|---|
ClusterWheatleySoftMix(int nPoints,
int[] nTypes,
MayerFunction[][] f,
double tol) |
Modifier and Type | Method | Description |
---|---|---|
ClusterAbstract |
makeCopy() |
Returns another instance of an identical cluster (shallow copy).
|
protected void |
updateF(BoxCluster box) |
calcFullFQ, calcValue, getAverageCheck, getAverageCheckBD, pointCount, setBDAccFrac, setDoCaching, setTemperature, value
protected final MayerFunction[][] mixF
protected final int[] nTypes
protected final MayerFunction[][] fMap
public ClusterWheatleySoftMix(int nPoints, int[] nTypes, MayerFunction[][] f, double tol)
public ClusterAbstract makeCopy()
ClusterAbstract
makeCopy
in interface ClusterAbstract
makeCopy
in class ClusterWheatleySoft
protected void updateF(BoxCluster box)
updateF
in class ClusterWheatleySoft