ClusterAbstract
public class ClusterWheatleySoftMixBD extends ClusterWheatleySoftBD
Modifier and Type | Field | Description |
---|---|---|
protected MayerFunction[][] |
fMap |
|
protected MayerFunction[][] |
mixF |
|
protected int[] |
nTypes |
Constructor | Description |
---|---|
ClusterWheatleySoftMixBD(int nPoints,
int[] nTypes,
MayerFunction[][] f,
int precision) |
Modifier and Type | Method | 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 ClusterWheatleySoftMixBD(int nPoints, int[] nTypes, MayerFunction[][] f, int precision)
public ClusterAbstract makeCopy()
ClusterAbstract
makeCopy
in interface ClusterAbstract
makeCopy
in class ClusterWheatleySoftBD
protected void updateF(BoxCluster box)
updateF
in class ClusterWheatleySoftBD