public static class VirialLJDU.VirialLJParam extends ParameterBase
Modifier and Type | Field | Description |
---|---|---|
double |
BDAccFrac |
|
double |
BDtol |
|
long |
blockSize |
|
boolean |
doChainRef |
|
boolean |
doHist |
|
int |
nDer |
|
int |
nPoints |
|
long |
numSteps |
|
int[] |
randomSeeds |
|
double |
refFrac |
|
java.lang.String |
restartFilename |
|
double |
sigmaHSRef |
|
double |
temperature |
|
double[] |
uWeights |
|
boolean |
writeRefPref |
parsers
Constructor | Description |
---|---|
VirialLJParam() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addParser, getParsers, getValueString, removeParser, setValue
public int nPoints
public double temperature
public int nDer
public long numSteps
public double sigmaHSRef
public boolean writeRefPref
public double refFrac
public boolean doHist
public boolean doChainRef
public long blockSize
public double BDAccFrac
public double BDtol
public double[] uWeights
public int[] randomSeeds
public java.lang.String restartFilename