Configuration
public class ConfigurationClusterWertheimGCPMDirectSampling extends ConfigurationCluster
Modifier and Type | Field | Description |
---|---|---|
protected PNWaterGCPMThreeSite |
associationPotential |
|
protected PNWaterGCPMThreeSite |
associationPotential2 |
|
protected PNWaterGCPMThreeSite |
associationPotential3 |
|
protected double |
diagramIndex |
|
protected PNWaterGCPMThreeSite |
nonAssociationPotential |
|
protected IRandom |
random |
space
Constructor | Description |
---|---|
ConfigurationClusterWertheimGCPMDirectSampling(Space _space,
IRandom random,
PNWaterGCPMThreeSite associationPotential) |
|
ConfigurationClusterWertheimGCPMDirectSampling(Space _space,
IRandom random,
PNWaterGCPMThreeSite associationPotential,
PNWaterGCPMThreeSite associationPotential2) |
|
ConfigurationClusterWertheimGCPMDirectSampling(Space _space,
IRandom random,
PNWaterGCPMThreeSite associationPotential,
PNWaterGCPMThreeSite associationPotential2,
double diagramIndex) |
|
ConfigurationClusterWertheimGCPMDirectSampling(Space _space,
IRandom random,
PNWaterGCPMThreeSite associationPotential,
PNWaterGCPMThreeSite associationPotential2,
PNWaterGCPMThreeSite associationPotential3) |
Modifier and Type | Method | Description |
---|---|---|
void |
association(MoleculePair pair,
Box box) |
|
void |
association2(MoleculePair pair,
Box box) |
|
void |
association3(MoleculePair pair,
Box box) |
|
void |
association4(MoleculePair pair,
Box box) |
|
void |
initializeCoordinatesBranch(Box box) |
|
void |
initializeCoordinatesTetramer(Box box) |
|
void |
initializeCoordinatesTrimer(Box box) |
|
void |
translationTetramer(double[] d,
double[] e,
double[] f,
Box box) |
|
void |
translationTrimer(double[] d,
double[] e,
Box box) |
initializeCoordinates
protected IRandom random
protected PNWaterGCPMThreeSite associationPotential
protected PNWaterGCPMThreeSite associationPotential2
protected PNWaterGCPMThreeSite associationPotential3
protected PNWaterGCPMThreeSite nonAssociationPotential
protected double diagramIndex
public ConfigurationClusterWertheimGCPMDirectSampling(Space _space, IRandom random, PNWaterGCPMThreeSite associationPotential)
public ConfigurationClusterWertheimGCPMDirectSampling(Space _space, IRandom random, PNWaterGCPMThreeSite associationPotential, PNWaterGCPMThreeSite associationPotential2)
public ConfigurationClusterWertheimGCPMDirectSampling(Space _space, IRandom random, PNWaterGCPMThreeSite associationPotential, PNWaterGCPMThreeSite associationPotential2, PNWaterGCPMThreeSite associationPotential3)
public ConfigurationClusterWertheimGCPMDirectSampling(Space _space, IRandom random, PNWaterGCPMThreeSite associationPotential, PNWaterGCPMThreeSite associationPotential2, double diagramIndex)
public void initializeCoordinatesTrimer(Box box)
public void initializeCoordinatesTetramer(Box box)
public void initializeCoordinatesBranch(Box box)
public void translationTrimer(double[] d, double[] e, Box box)
public void translationTetramer(double[] d, double[] e, double[] f, Box box)
public void association(MoleculePair pair, Box box)
public void association2(MoleculePair pair, Box box)
public void association3(MoleculePair pair, Box box)
public void association4(MoleculePair pair, Box box)