ClusterAbstractpublic class ClusterSumExternalField extends ClusterSum
| Modifier and Type | Field | Description |
|---|---|---|
protected MeterPotentialEnergy |
meterPE |
beta, clusters, clusterWeights, cPairID, debug, doCaching, f, fOld, fullBondIndexArray, fValues, lastCPairID, lastValue, value| Constructor | Description |
|---|---|
ClusterSumExternalField(ClusterBonds[] subClusters,
double[] subClusterWeights,
MayerFunction[] fArray) |
| Modifier and Type | Method | Description |
|---|---|---|
protected void |
calcValue() |
|
void |
setPotentialMaster(PotentialMaster potentialMaster) |
|
double |
value(BoxCluster box) |
Value of this cluster for the given pairset at the specified reciprocal
temperature.
|
getClusters, getFValues, getTemperature, getWeights, makeCopy, pointCount, setCaching, setTemperature, updateFprotected MeterPotentialEnergy meterPE
public ClusterSumExternalField(ClusterBonds[] subClusters, double[] subClusterWeights, MayerFunction[] fArray)
public void setPotentialMaster(PotentialMaster potentialMaster)
public double value(BoxCluster box)
ClusterAbstractvalue in interface ClusterAbstractvalue in class ClusterSumprotected void calcValue()
calcValue in class ClusterSum