GROMACS version: 2025
GROMACS modification: No
Hello everyone,
I am new to molecular dynamics simulations and I would like to confirm whether my procedure for building a ligand topology is correct, and how to properly validate that the topology has been generated correctly.
My ligand is α-D-mannosylglycerate, and I intend to use the CHARMM36 force field.
The workflow I followed is:
I downloaded the ligand structure in .sdf format and converted it to .mol2 using Avogadro.
I uploaded the ligand to the CGenFF server, which provided the following files:
-
.str
-
.err
-
.cgenff.mol2
-
gmx.pdb
-
gmx.top
To convert the CHARMM files to GROMACS format, I used the CGenFF Python script:
python2 cgenff_charmm2gmx.py LIGX LIGX.cgenff.mol2 LIGX.str charmm36-jul2022.ff
This generated four files:
-
.itp
-
.prm
-
.top
-
ini.pdb
I then converted the coordinate file to GROMACS format using:
gmx editconf -f ini.pdb -o .gro
Any guidance would be greatly appreciated.
Thank you.