Skip to content
Snippets Groups Projects
Commit a5f933b0 authored by Carlo Camilloni's avatar Carlo Camilloni
Browse files

belfast-1: updated tutorial to make it work with plumed23

parent 3bef3cee
No related branches found
No related tags found
No related merge requests found
...@@ -261,14 +261,16 @@ PRINT ARG=abeta.lessthan,dd.mean,dd.min,dd.max,dd.moment-2 STRIDE=1 FILE=COLVAR ...@@ -261,14 +261,16 @@ PRINT ARG=abeta.lessthan,dd.mean,dd.min,dd.max,dd.moment-2 STRIDE=1 FILE=COLVAR
HISTOGRAM ... HISTOGRAM ...
ARG=abeta.lessthan,dd.mean ARG=abeta.lessthan,dd.mean
LABEL=hh
USE_ALL_DATA USE_ALL_DATA
KERNEL=discrete KERNEL=discrete
GRID_MIN=0,0.8 GRID_MIN=0,0.8
GRID_MAX=4,1.2 GRID_MAX=4,1.2
GRID_BIN=40,40 GRID_BIN=40,40
GRID_WFILE=histo
... HISTOGRAM ... HISTOGRAM
DUMPGRID GRID=hh FILE=histo
ENDPLUMED ENDPLUMED
\endverbatim \endverbatim
...@@ -286,15 +288,17 @@ and the BANDWIDTH should be smaller (i.e. one order of magnitude) than the varia ...@@ -286,15 +288,17 @@ and the BANDWIDTH should be smaller (i.e. one order of magnitude) than the varia
\verbatim \verbatim
HISTOGRAM ... HISTOGRAM ...
LABEL=hh
ARG=abeta.lessthan,dd.mean ARG=abeta.lessthan,dd.mean
USE_ALL_DATA USE_ALL_DATA
GRID_MIN=0,0.8 GRID_MIN=0,0.8
GRID_MAX=4,1.2 GRID_MAX=4,1.2
GRID_SPACING=0.04,0.004 GRID_SPACING=0.04,0.004
BANDWIDTH=0.08,0.008 BANDWIDTH=0.08,0.008
GRID_WFILE=histo
... HISTOGRAM ... HISTOGRAM
DUMPGRID GRID=hh FILE=histo
ENDPLUMED ENDPLUMED
\endverbatim \endverbatim
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment