CONVERT_TO_FES
This is part of the gridtools module

Convert a histogram to a free energy surface.

This action allows you to take a free energy surface that was calculated using the HISTOGRAM action and to convert it to a free energy surface. This transformation performed by doing:

\[ F(x) = -k_B T \ln H(x) \]

The free energy calculated on a grid is output by this action and can be printed using DUMPGRID

Examples

This is a typical example showing how CONVERT_TO_FES might be used when post processing a trajectory. The input below calculates the free energy as a function of the distance between atom 1 and atom 2. This is done by accumulating a histogram as a function of this distance using kernel density estimation and the HISTOGRAM action. All the data within this trajectory is used in the construction of this HISTOGRAM. Finally, once all the data has been read in, the histogram is converted to a free energy using the formula above and the free energy is output to a file called fes.dat

Click on the labels of the actions for more information on what each action computes
tested on master




Glossary of keywords and components
Compulsory keywords
ARG the histogram that you would like to convert into a free energy surface
Options
MINTOZERO

( default=off ) set the minimum in the free energy to be equal to zero

GRID the histogram that you would like to convert into a free energy surface (old syntax)
TEMP the temperature at which you are operating