ClusterAbstract
ClusterSumStickyEF
public class ClusterSumEF extends ClusterSum
beta, clusters, clusterWeights, cPairID, debug, doCaching, f, fOld, fullBondIndexArray, fValues, lastCPairID, lastValue, value
Constructor | Description |
---|---|
ClusterSumEF(ClusterBonds[] subClusters,
double[] subClusterWeights,
MayerFunction[] eArray) |
Constructs a Cluster sum of the given cluster and weights.
|
Modifier and Type | Method | Description |
---|---|---|
ClusterAbstract |
makeCopy() |
Returns another instance of an identical cluster (shallow copy).
|
protected void |
updateF(BoxCluster box) |
calcValue, getClusters, getFValues, getTemperature, getWeights, pointCount, setCaching, setTemperature, value
public ClusterSumEF(ClusterBonds[] subClusters, double[] subClusterWeights, MayerFunction[] eArray)
public ClusterAbstract makeCopy()
ClusterAbstract
makeCopy
in interface ClusterAbstract
makeCopy
in class ClusterSum
protected void updateF(BoxCluster box)
updateF
in class ClusterSum