GROMACS version: 2022.5
GROMACS modification: Yes (include patch plumed 2.9.1)
Hello GROMACS community,
I am working on a system with a microgel that uses a mixed force field (GAFF + GLYCAM) along with water in a simulation box. I recently modified the system to include a small molecule (ligand), which is set for GAFF. I am trying to integrate this small molecule by calling its ITP file into my existing topology file (.TOP), instead of regenerating the topology file from Amber (using tleap and ACPYPE).
Here’s what I’ve done so far:
I added the following line to my existing topology (topol.top):
#include "oxd.itp"
Updated the [ molecules ] section to include the small molecule:
[ molecules ]
; Compound nmols
diamantane 1
SOL 189204
oxd 39
I used insert-molecules to modify the gro file and so be able include the small molecule’s coordinates.
However, when I run gmx grompp, I receive an error for each atom in the small molecule, such as:
ERROR 143 [file oxd.itp, line 273]: No default LJ-14 types
It appears that the Lennard-Jones 1-4 interaction types for the ligand are not being recognized. Since I’m using a mixed force field system (GAFF for the ligand and GAFF+GLYCAM for the microgel), I’m unsure if this is due to force field compatibility issues, missing parameters, or something else related to the nonbonded interactions.
My questions are:
1-How can I resolve the “No default LJ-14 types” error for my small molecule without going back to tleap (and acpype) to prepare again the entire system?
2-Is this error likely caused by a conflict between GAFF and GLYCAM parameters, and if so, how can I manage these interactions properly in GROMACS?
Any help or advice would be greatly appreciated! Thanks in advance!