ClusterAbstractClusterSumStickyEFpublic 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, valuepublic ClusterSumEF(ClusterBonds[] subClusters, double[] subClusterWeights, MayerFunction[] eArray)
public ClusterAbstract makeCopy()
ClusterAbstractmakeCopy in interface ClusterAbstractmakeCopy in class ClusterSumprotected void updateF(BoxCluster box)
updateF in class ClusterSum