ClusterAbstract
public 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, updateF
protected MeterPotentialEnergy meterPE
public ClusterSumExternalField(ClusterBonds[] subClusters, double[] subClusterWeights, MayerFunction[] fArray)
public void setPotentialMaster(PotentialMaster potentialMaster)
public double value(BoxCluster box)
ClusterAbstract
value
in interface ClusterAbstract
value
in class ClusterSum
protected void calcValue()
calcValue
in class ClusterSum