GROMACS version: 2018.1
GROMACS modification: Yes
Here post your question
Dear Gromacs users,
I converted both topology and structure files of my system from the Amber package to the Gromacs one. Therefore, I have the com.gro and com.top files. The next step was the inclusion of solvent molecules using the following command line:
gmx solvate -cp newbox.gro -cs spc216.gro -o com_solv.gro -p topol.top
The solvated structure and topology were successfully generated. However, I got an error during the inclusion of ions by using the following command line:
gmx grompp -f ions.mdp -c com_solv.gro -p com_solv.top -o ions.tpr
The error message was:
GROMACS: gmx grompp, version 2018.1
Executable: /usr/bin/gmx
Data prefix: /usr
Working dir: /home/eduardo/Documents/Projeto_Doutorado/Gromacs/Gromacs-cddp_CNH/AlignZ
Command line:
gmx grompp -f ions.mdp -c com_solv.gro -p com_solv.top -o ions.tpr
Setting the LD random seed to 797119382
Generated 171 of the 171 non-bonded parameter combinations
Generating 1-4 interactions: fudge = 0.5
Generated 171 of the 171 1-4 parameter combinations
ERROR 1 [file com_solv.top, line 5337]:
Atomtype OW not found
Program: gmx grompp, version 2018.1
Source file: src/gromacs/gmxpreprocess/toppush.cpp (line 1390)
Fatal error:
There was 1 error in input file(s)
For more information and tips for troubleshooting, please check the GROMACS
The ions.mdp file was:
=============================================================
; ions.mdp - used as input into grompp to generate ions.tpr
; Parameters describing what to do, when to stop and what to save
integrator = steep ; Algorithm (steep = steepest descent minimization)
emtol = 1000.0 ; Stop minimization when the maximum force < 1000.0 kJ/mol/nm
emstep = 0.01 ; Minimization step size
nsteps = 50000 ; Maximum number of (minimization) steps to perform
; Parameters describing how to find the neighbors of each atom and how to calculate the interactions
nstlist = 10 ; Frequency to update the neighbor list and long range forces
cutoff-scheme = Verlet ; Buffered neighbor searching
ns_type = grid ; Method to determine neighbor list (simple, grid)
coulombtype = cutoff ; Treatment of long range electrostatic interactions
rcoulomb = 1.0 ; Short-range electrostatic cut-off
rvdw = 1.0 ; Short-range Van der Waals cut-off
pbc = xyz ; Periodic Boundary Conditions in all 3 dimensions
I verified that the OW type (oxygen atom of a SPC water molecule) was presented in both com_solv.gro and com_solv.top files.
I would like to know if anyone could help me with this error. If necessary, I can provide my input files (com_solv.gro and com_solv.top).
Sincerely,
Eduardo.