From 9c40e412212734479c8cbd5102eaf1acc9ec627b Mon Sep 17 00:00:00 2001 From: Gareth Tribello <gareth.tribello@gmail.com> Date: Sat, 27 Jul 2019 20:14:17 +0200 Subject: [PATCH] Small fixes to get example inputs in these files to run --- user-doc/Miscelaneous.md | 4 ++-- user-doc/tutorials/a-trieste-2.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/user-doc/Miscelaneous.md b/user-doc/Miscelaneous.md index d6b5defa6..a1a452d41 100644 --- a/user-doc/Miscelaneous.md +++ b/user-doc/Miscelaneous.md @@ -573,12 +573,12 @@ METAD ... PACE=100 SIGMA=@replicas:0.1,0.3 GRID_MIN=@replicas:0.0,-pi - GRID_MAX=@replicas:2.0,+pi + GRID_MAX=@replicas:2.0,pi ... # On replica 0, this means: # METAD ARG=d HEIGHT=1.0 PACE=100 SIGMA=0.1 GRID_MIN=0.0 GRID_MAX=2.0 # On replica 1, this means: -# METAD ARG=t HEIGHT=1.0 PACE=100 SIGMA=0.3 GRID_MIN=-pi GRID_MAX=+pi +# METAD ARG=t HEIGHT=1.0 PACE=100 SIGMA=0.3 GRID_MIN=-pi GRID_MAX=pi \endplumedfile This would be a typical setup for a bias exchange simulation. diff --git a/user-doc/tutorials/a-trieste-2.txt b/user-doc/tutorials/a-trieste-2.txt index 367d085db..df1ee5715 100644 --- a/user-doc/tutorials/a-trieste-2.txt +++ b/user-doc/tutorials/a-trieste-2.txt @@ -405,7 +405,7 @@ reweighted histogram. \plumedfile UNITS NATURAL #Â This ensures that Boltzmann's constant is one -data: READ FILE=mynormal VALUES=rand IGNORE_FORCES +data: READ FILE=normal_data VALUES=rand IGNORE_FORCES mm: RESTRAINT ARG=data AT=0.6 KAPPA=33.333 rw: REWEIGHT_BIAS TEMP=1 hh: HISTOGRAM ARG=data STRIDE=1 GRID_MIN=0 GRID_MAX=1.0 GRID_BIN=20 KERNEL=DISCRETE LOGWEIGHTS=rw -- GitLab