GROMACS version: 5.1.4
GROMACS modification: No
Hello,
I am trying to run a GROMACS NPT equilibration simulation on a molecular system containing a single 2-heptyl-3-hydroxy-4-quinolone in an ethanol/water solvent.
I generated the input system using CHARMM-GUI and successfully ran energy minimisation and NVT equilibration simulations in GROMACS. However, whilst attempting to prepare a NPT equilibration simulation using the command below, GROMACS was only able to find the position restraints for water (TIP3). The position restraints for ethanol (ETOH) and PQS (LIG) were unable to be identified.
gmx grompp -f step5.2_equilibration_npt.mdp -c step5.1_equilibration.gro -r step5.1_equilibration.gro -t step5.1_equilibration.cpt -p topol.top -o step5.2_equilibration_npt.tpr -n index.ndx
Here is the output:
Setting the LD random seed to 4013252236
Generated 210 of the 210 non-bonded parameter combinations
Generating 1-4 interactions: fudge = 1
Generated 136 of the 210 1-4 parameter combinations
ERROR 1 [file LIG.itp, line 397]:
No default Position Rest. types
ERROR 2 [file LIG.itp, line 398]:
No default Position Rest. types
ERROR 3 [file LIG.itp, line 399]:
No default Position Rest. types
ERROR 4 [file LIG.itp, line 400]:
No default Position Rest. types
ERROR 5 [file LIG.itp, line 401]:
No default Position Rest. types
ERROR 6 [file LIG.itp, line 402]:
No default Position Rest. types
ERROR 7 [file LIG.itp, line 403]:
No default Position Rest. types
ERROR 8 [file LIG.itp, line 404]:
No default Position Rest. types
ERROR 9 [file LIG.itp, line 405]:
No default Position Rest. types
ERROR 10 [file LIG.itp, line 406]:
No default Position Rest. types
ERROR 11 [file LIG.itp, line 407]:
No default Position Rest. types
ERROR 12 [file LIG.itp, line 408]:
No default Position Rest. types
ERROR 13 [file LIG.itp, line 409]:
No default Position Rest. types
ERROR 14 [file LIG.itp, line 410]:
No default Position Rest. types
ERROR 15 [file LIG.itp, line 411]:
No default Position Rest. types
ERROR 16 [file LIG.itp, line 412]:
No default Position Rest. types
ERROR 17 [file LIG.itp, line 413]:
No default Position Rest. types
ERROR 18 [file LIG.itp, line 414]:
No default Position Rest. types
ERROR 19 [file LIG.itp, line 415]:
No default Position Rest. types
ERROR 20 [file ETOH.itp, line 87]:
No default Position Rest. types
ERROR 21 [file ETOH.itp, line 88]:
No default Position Rest. types
ERROR 22 [file ETOH.itp, line 89]:
No default Position Rest. types
Excluding 3 bonded neighbours molecule type 'LIG'
turning H bonds into constraints...
Excluding 3 bonded neighbours molecule type 'ETOH'
turning H bonds into constraints...
Excluding 2 bonded neighbours molecule type 'TIP3'
turning H bonds into constraints...
Removing all charge groups because cutoff-scheme=Verlet
-------------------------------------------------------
Program gmx grompp, VERSION 5.1.4
Source code file: /scratch/scsjh/build/gromacs/5.1.4/default/gromacs-5.1.4/src/gromacs/gmxpreprocess/grompp.c, line: 1738
Fatal error:
There were 22 errors in input file(s)
For more information and tips for troubleshooting, please check the GROMACS
website at http://www.gromacs.org/Documentation/Errors
-------------------------------------------------------
However, the .itp files for PQS and Ethanol do contain position restraints at the end of their files (see below for ethanol’s .itp end of file).
#ifdef POSRES
[ position_restraints ]
1 1 POSRES_FC_BB POSRES_FC_BB POSRES_FC_BB
2 1 POSRES_FC_BB POSRES_FC_BB POSRES_FC_BB
6 1 POSRES_FC_BB POSRES_FC_BB POSRES_FC_BB
#endif
Is there a reason these position restraints cannot be considered by GROMACS. Any help would be appreciated.
P.S., removing the hash symbols on the “if” and “endif” surrounding the restraints led to the sam problem.
Κίind Regards,
I_Noble