Configuration
public class ConfigurationClusterWertheimGCPM 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 |
---|---|
ConfigurationClusterWertheimGCPM(Space _space,
IRandom random,
PNWaterGCPMThreeSite associationPotential) |
|
ConfigurationClusterWertheimGCPM(Space _space,
IRandom random,
PNWaterGCPMThreeSite associationPotential,
PNWaterGCPMThreeSite associationPotential2) |
|
ConfigurationClusterWertheimGCPM(Space _space,
IRandom random,
PNWaterGCPMThreeSite associationPotential,
PNWaterGCPMThreeSite associationPotential2,
double diagramIndex) |
|
ConfigurationClusterWertheimGCPM(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,
MoleculePair pair2,
Box box) |
|
void |
association5(MoleculePair pair,
MoleculePair pair2,
Box box) |
|
void |
association6(MoleculePair pair,
MoleculePair pair2,
Box box) |
|
void |
initializeCoordinates(Box box) |
Defines the placement of the molecules.
|
void |
initializeCoordinates2(Box box) |
|
void |
initializeCoordinates3(Box box) |
|
void |
initializeCoordinates4(Box box) |
|
void |
initializeCoordinates5(Box box) |
|
void |
initializeCoordinatesER(Box box) |
|
void |
translation(double[] d,
double[] e,
Box box) |
protected IRandom random
protected PNWaterGCPMThreeSite associationPotential
protected PNWaterGCPMThreeSite associationPotential2
protected PNWaterGCPMThreeSite associationPotential3
protected PNWaterGCPMThreeSite nonAssociationPotential
protected double diagramIndex
public ConfigurationClusterWertheimGCPM(Space _space, IRandom random, PNWaterGCPMThreeSite associationPotential)
public ConfigurationClusterWertheimGCPM(Space _space, IRandom random, PNWaterGCPMThreeSite associationPotential, PNWaterGCPMThreeSite associationPotential2)
public ConfigurationClusterWertheimGCPM(Space _space, IRandom random, PNWaterGCPMThreeSite associationPotential, PNWaterGCPMThreeSite associationPotential2, PNWaterGCPMThreeSite associationPotential3)
public ConfigurationClusterWertheimGCPM(Space _space, IRandom random, PNWaterGCPMThreeSite associationPotential, PNWaterGCPMThreeSite associationPotential2, double diagramIndex)
public void initializeCoordinates(Box box)
Configuration
initializeCoordinates
in interface Configuration
initializeCoordinates
in class ConfigurationCluster
Configuration.initializeCoordinates(etomica.box.Box)
public void initializeCoordinatesER(Box box)
public void initializeCoordinates2(Box box)
public void initializeCoordinates3(Box box)
public void initializeCoordinates4(Box box)
public void initializeCoordinates5(Box box)
public void translation(double[] d, double[] e, 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, MoleculePair pair2, Box box)
public void association5(MoleculePair pair, MoleculePair pair2, Box box)
public void association6(MoleculePair pair, MoleculePair pair2, Box box)