First I would like to warn everyone that I'm new to PLUMED. I have performed metadynamics simulations before with NAMD, but not using PLUMED. We decided to switch to GROMACS, so now I am trying to perform a metadynamics simulation with GROMACS 4.6.7 and PLUMED 2.1.1. When I run my simulation without using grid, everything works fine. However once I uncomment the GRID options I receive the following error:
I do not really understand where the problem is, since the values that are being explored are well within the GRID_MIN-GRID_MAX range.
UNITS LENGTH=nm ENERGY=kj/mol TIME=ps
#
##################################################################
#DEFINE GROUPS AND COMS
##################################################################
ab: GROUP NDX_FILE=index.ndx NDX_GROUP=AB_Ca
c_bottom: GROUP NDX_FILE=index.ndx NDX_GROUP=C_bottom_Ca
d_bottom: GROUP NDX_FILE=index.ndx NDX_GROUP=D_bottom_Ca
a_i: GROUP NDX_FILE=index.ndx NDX_GROUP=A_111_112_heavy
b_i: GROUP NDX_FILE=index.ndx NDX_GROUP=B_111_112_heavy
c_i: GROUP NDX_FILE=index.ndx NDX_GROUP=C_49_82_heavy
d_i: GROUP NDX_FILE=index.ndx NDX_GROUP=D_49_82_heavy
#
com_ab: COM ATOMS=ab
com_c_bottom: COM ATOMS=c_bottom
com_d_bottom: COM ATOMS=d_bottom
##################################################################
#DEFINE CVs
##################################################################
ang: ANGLE ATOMS=com_c_bottom,com_ab,com_d_bottom
cn_a_d: COORDINATION GROUPA=a_i GROUPB=d_i R_0=0.4
cn_b_c: COORDINATION GROUPA=b_i GROUPB=c_i R_0=0.4
##################################################################
#SET WALLS
##################################################################
uwall: UPPER_WALLS ARG=ang,cn_a_d,cn_b_c AT=2.4,44.0,44.0 KAPPA=150.0,150.0,150.0
lwall: LOWER_WALLS ARG=ang AT=1.4 KAPPA=150.0
##################################################################
#METADYNAMICS
##################################################################
METAD ...
LABEL=metad
ARG=ang,cn_a_d,cn_b_c
PACE=100
HEIGHT=1.2
SIGMA=0.04,1,1
#GRID_MIN=1.4,0,0
#GRID_MAX=2.4,44.0,44.0
FILE=HILLS
... METAD
##################################################################
#OUTPUT
##################################################################
PRINT ARG=ang,cn_a_d,cn_b_c,metad.bias STRIDE=50 FILE=COLVAR
##################################################################
#! FIELDS time ang cn_a_d cn_b_c metad.bias
0.000000 1.502978 43.750342 31.362944 0.000000
0.100000 1.502508 41.959095 36.184315 0.000000
0.200000 1.502326 41.106465 38.363767 0.000000
0.300000 1.500268 39.061361 37.743294 0.122124
0.400000 1.498676 36.868988 37.299855 0.000000
0.500000 1.497909 34.835206 37.018463 0.145790
0.600000 1.498553 39.112815 34.352828 0.000000
0.700000 1.499987 40.456059 36.713441 0.278401
0.800000 1.499625 40.359629 35.582627 0.277794
I could not find anything on this error in google. I probably do not interpret the error message correctly. Any suggestions?