I’m trying a MD simulation between a protein and a ligand. I opteined .itp and .gro files of ligand from prodrg server and I added it in .gro and .top file of the protein. I used the CHARMM27 force field. First error, in the cubic box: WARNING: Bad box in file 1.gro. I went ahead. gmx grompp -f ions.mdp -c water_box.gro -p 1.top -o ions.tpr → ERROR 1 [file DRGGMX.itp, line 23]: Atomtype CR1 not found.
I tried with another .itp file, generated from LigParGen, the error was: ERROR: Fatal error: Syntax error - File Ligand.itp, line 3 Last line read: ‘[ atomtypes ]’ Invalid order for directive atomtypes. How can I bypass this problem?