Dear Plumed users,
Here is my plumed.dat file's content:
# vim:ft=plumed
MOLINFO STRUCTURE=reference.pdb
phi: TORSION ATOMS=@phi-2
psi: TORSION ATOMS=@psi-2
hhphi: HISTOGRAM ARG=phi STRIDE=50 GRID_MIN=-pi GRID_MAX=pi GRID_BIN=600 BANDWIDTH=0.1
hhpsi: HISTOGRAM ARG=psi STRIDE=50 GRID_MIN=-pi GRID_MAX=pi GRID_BIN=600 BANDWIDTH=0.1
ffphi: CONVERT_TO_FES GRID=hhphi
ffpsi: CONVERT_TO_FES GRID=hhpsi
DUMPGRID GRID=ffphi FILE=fes_phi STRIDE=100000
DUMPGRID GRID=ffpsi FILE=fes_psi STRIDE=100000
PRINT ARG=phi,psi FILE=colvar.dat STRIDE=50
when i run: gmx_mpi_d mdrun -s topolA -plumed plumed.dat -v, I get the error:
+++ Internal PLUMED error
+++ file Action.cpp, line 215
+++ message: ERROR in input to action HISTOGRAM with label hhphi : keyword RUN is compulsory for this action
Aborted (core dumped)
I could not find anything about this online.
Any help would be highly appreciated.
Thank you.
Warm regards,
Ved