Project ID: plumID:19.068
Source: model/opes-model/plumed.dat
Originally used with PLUMED version: 2.7
Stable: zipped raw stdout - zipped raw stderr - stderr
Master: zipped raw stdout - zipped raw stderr - stderr
Click on the labels of the actions for more information on what each action computes
# vim:ft=plumedEnables syntax highlighting for PLUMED files in vim. See here for more details.
UNITSThis command sets the internal units for the code. More details NATURAL use natural units
The UNITS action with label calculates somethingpThe POSITION action with label p calculates the following quantities: Quantity | Type | Description |
p.x | scalar | the x-component of the atom position |
p.y | scalar | the y-component of the atom position |
p.z | scalar | the z-component of the atom position |
: POSITIONCalculate the components of the position of an atom or atoms. More details ATOMthe atom number=1
opesThe OPES_METAD action with label opes calculates the following quantities: Quantity | Type | Description |
opes.bias | scalar | the instantaneous value of the bias potential |
opes.rct | scalar | estimate of c(t). log(exp(beta V)/beta, should become flat as the simulation converges. Do NOT use for reweighting |
opes.zed | scalar | estimate of Z_n. should become flat once no new CV-space region is explored |
opes.neff | scalar | effective sample size |
opes.nker | scalar | total number of compressed kernels used to represent the bias |
: OPES_METADOn-the-fly probability enhanced sampling with metadynamics-like target distribution. This action has hidden defaults. More details ...
ARGthe labels of the scalars on which the bias will act=p.x
FILE a file in which the list of all deposited kernels is stored=Kernels.data
PACEthe frequency for kernel deposition=500
SIGMA the initial widths of the kernels=0.185815
BARRIERthe free energy barrier to be overcome=10
...
opes: OPES_METADOn-the-fly probability enhanced sampling with metadynamics-like target distribution. This action uses the defaults shown here. More details ...
ARGthe labels of the scalars on which the bias will act=p.x
FILE a file in which the list of all deposited kernels is stored=Kernels.data
PACEthe frequency for kernel deposition=500
SIGMA the initial widths of the kernels=0.185815
BARRIERthe free energy barrier to be overcome=10
TEMP temperature=-1 COMPRESSION_THRESHOLD merge kernels if closer than this threshold, in units of sigma=1
...
PRINTPrint quantities to a file. More details FMTthe format that should be used to output real numbers=%g STRIDE the frequency with which the quantities of interest should be output=500 FILEthe name of the file on which to output these quantities=Colvar.data ARGthe labels of the values that you would like to print to the file=p.x,p.y,opes.*
ENDPLUMEDTerminate plumed input. More details