Hi all,
I encountered this error while trying Plumed2.8:
+++ PLUMED error
+++ at AtomNumber.h:95, function PLMD::AtomNumber&
PLMD::AtomNumber::setSerial(unsigned int)
+++ assertion failed: i>0
+++ message follows +++
serial of an atom cannot be zero
While I checked that the atoms do exist in the pdb file
This is the .dat :
# Activate MOLINFO functionalities
MOLINFO STRUCTURE=step6.6_equilibration.pdb
# you should use MOLINFO shortcuts
d1: DISTANCE ATOMS=1711,3917
#Distance metadynamics
metad: METAD ARG=d1 SIGMA=0.1 HEIGHT=0.1 PACE=200 BIASFACTOR=4 FILE=HILLS_TM3-6 GRID_MIN=0.7 GRID_MAX=1.9
# Print both collective variables on COLVAR file every 10 steps
PRINT ARG=d1 FILE=COLVAR_TM3-6 STRIDE=10
From .pdb file;
ATOM 1711 CA ARG 129 54.370 64.760 84.650 1.00 0.00
ATOM 3917 CA VAL 269 59.480 72.090 83.640 1.00 0.00
Cannot post whole .pdb because file is too big.
I wonder what I did wrong?
Thank you in advance, Odi