Project ID: plumID:19.050
Source: plumed_histogram.dat
Originally used with PLUMED version: not specified
Stable: zipped raw stdout - zipped raw stderr - stderr
Master: zipped raw stdout - zipped raw stderr - stderr
# These first two commands instruct plumed to read in the quantities for each # trajectory frame that were computed using the previous input file cv: READRead quantities from a colvar file. More details FILEthe name of the file from which to read these quantities=COLVAR-reweight VALUESthe values to read from the file=cont2.* IGNORE_TIME ignore the time in the colvar file w: READRead quantities from a colvar file. More details FILEthe name of the file from which to read these quantities=COLVAR-reweight VALUESthe values to read from the file=bias IGNORE_TIME ignore the time in the colvar file # This command computes the reweighting factors for each of the frames in the # trajectory from the simulation bias for that frame. These reweighting factors # are the exponential terms in the expression above. aa: REWEIGHT_BIASCalculate weights for ensemble averages that negate the effect the bias has on the region of phase space explored More details ARG the biases that must be taken into account when reweighting=w TEMPthe system temperature=325 # This command constructs the weighted histogram that appears inside the # logarithm in the equation above hh: HISTOGRAMAccumulate the average probability density along a few CVs from a trajectory. More details ... ARGthe quantities that are being used to construct the histogram=cv.dist1 GRID_MIN the lower bounds for the grid=0 GRID_MAX the upper bounds for the grid=6.5 GRID_BINthe number of bins for the grid=650 BANDWIDTHthe bandwidths for kernel density esimtation=0.02 LOGWEIGHTSthe logarithm of the quantity to use as the weights when calculating averages=aa ... # This first of these two commands takes the logarithm of the weighted # histogram, while the second outputs the final free energy surface to a file. ff: CONVERT_TO_FESConvert a histogram to a free energy surface. More details GRIDthe histogram that you would like to convert into a free energy surface (old syntax)=hh TEMPthe temperature at which you are operating=325 DUMPGRIDOutput the function on the grid to a file with the PLUMED grid format. More details GRIDthe grid you would like to print (can also use ARG for specifying what is being printed)=ff FILE the file on which to write the grid=FES-reweight.dat