public class ClusterWheatleySoftMix extends ClusterWheatleySoft
Modifier and Type | Field and Description |
---|---|
protected MayerFunction[][] |
fMap |
protected MayerFunction[][] |
mixF |
protected int[] |
nTypes |
Constructor and Description |
---|
ClusterWheatleySoftMix(int nPoints,
int[] nTypes,
MayerFunction[][] f,
double tol) |
Modifier and Type | Method and Description |
---|---|
ClusterAbstract |
makeCopy()
Returns another instance of an identical cluster (shallow copy).
|
protected void |
updateF(BoxCluster box) |
calcFullFQ, calcValue, pointCount, 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