GROMACS version: 2019.4
GROMACS modification: Yes
Dear GROMACS users,
I’ve simulated the protein-ligand complex system with charmm36-jul2017 force field.
I generated the ligand topology/parameter files from the cgenff and cgenff_charmm2gmx_py3_nx.py file. and there is no problem until I used the ‘gmx grompp’. Even the ‘gmx pdb2gmx’ didn’t raise error.
But when I issued the command line below:
gmx_mpi grompp -f MDP/ions.mdp -c COMPLEX/complex_solv.gro -p TOP/topol.top -o COMPLEX/ions.tpr
Fatal error came up
ERROR 1 [file lig.prm, line 12]:
Unknown bond_atomtype CG2R61
I attached my lig.prm file generated by cgenff_charmm2gmx_py3_nx.py
[ bondtypes ]
; i j func b0 kb
[ angletypes ]
; i j k func theta0 ktheta ub0 kub
[ dihedraltypes ]
; i j k l func phi0 kphi mult
CG2R61 CG321 CG321 NG311 9 0.000000 0.167360 3
CG321 CG321 NG311 SG3O2 9 0.000000 0.418400 1
CG321 CG321 NG311 SG3O2 9 0.000000 2.928800 2
CG321 CG321 NG311 SG3O2 9 0.000000 0.418400 3
CG321 CG321 NG311 HGP1 9 0.000000 0.418400 3
[ dihedraltypes ]
; 'improper' dihedrals
; i j k l func phi0 kphi
Any ideas? Thank you for reply in advance