GROMACS version: 2021.4
GROMACS modification: Yes/No
Hello,
I am facing a problem when running a simulation with a box created with Packmol. My box has 100 molecules of water and I created a topol.top file as:
; Include forcefield parameters
#include “oplsaa.ff/forcefield.itp”
; and the SPC/E water model.
#include “oplsaa.ff/spce.itp”
[ system ]
; Name
water
[ molecules ]
SOL 100
I also created a .gro file with editconf.
However, when I try to run a simulation, I get problems like:
atom name 1 in /home/maria/Documents/simulations/water_18042024/output_files/topol.top and /home/maria/Documents/simulations/water_18042024/output_files/box.gro does not match (OW - O)
Do you know how to solve this?
Thanks!