Project ID: plumID:24.011
Source: mueller/iter1/plumed.dat
Originally used with PLUMED version: 2.9
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
tested onv2.10
tested onmaster
tested on master
# 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

# load interface for bias computation LOADLoads a library, possibly defining new actions. More details FILEfile to be loaded=./pytorch_model_bias.cpp #LOAD FILE=./pytorch_model_bias.so
p: POSITIONCalculate the components of the position of an atom or atoms. More details ATOMthe atom number=1 q: PYTORCH_MODEL_BIASThis action is not part of PLUMED and was included by using a LOAD command More details FILE=../models/model_0.pt ARG=p.x,p.y LAMBDA=1.0 EPSILON=1e-7 mueller: CUSTOMCalculate a combination of variables using a custom expression. More details ARGthe values input to this function=p.x,p.y PERIODICif the output of your function is periodic then you should specify the periodicity of the function=NO ... FUNCthe function you wish to evaluate=0.15*(146.7-200*exp(-1*(x-1)^2+0*(x-1)*(y-0)-10*(y-0)^2)-100*exp(-1*(x-0)^2+0*(x-0)*(y-0.5)-10*(y-0.5)^2)-170*exp(-6.5*(x+0.5)^2+11*(x+0.5)*(y-1.5)-6.5*(y-1.5)^2)+15*exp(0.7*(x+1)^2+0.6*(x+1)*(y-1)+0.7*(y-1)^2)) ...
# this is the total bias bias: CUSTOMCalculate a combination of variables using a custom expression. More details ARGthe values input to this function=q.bias-0 varthe names to give each of the arguments in the function=a PERIODICif the output of your function is periodic then you should specify the periodicity of the function=NO FUNCthe function you wish to evaluate=-a biased: CUSTOMCalculate a combination of variables using a custom expression. More details ARGthe values input to this function=mueller,bias VARthe names to give each of the arguments in the function=x,y PERIODICif the output of your function is periodic then you should specify the periodicity of the function=NO FUNCthe function you wish to evaluate=x+y potential: BIASVALUETakes the value of one variable and use it as a bias More details ARGthe labels of the scalar/vector arguments whose values will be used as a bias on the system=biased lwall: LOWER_WALLSDefines a wall for the value of one or more collective variables, More details ARGthe arguments on which the bias is acting=p.x KAPPAthe force constant for the wall=1000 ATthe positions of the wall=-1.3 uwall: UPPER_WALLSDefines a wall for the value of one or more collective variables, More details ARGthe arguments on which the bias is acting=p.x KAPPAthe force constant for the wall=1000 ATthe positions of the wall=+1.0 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=50 FILEthe name of the file on which to output these quantities=COLVAR ARGthe labels of the values that you would like to print to the file=p.x,p.y,q.*,bias,mueller,bias ENDPLUMEDTerminate plumed input. More details