greetings users,
I have generated an gromacs compatible ff for a ligand from LIGPargen.
ITP is in OPLS ff format having sections as follows.
; GENERATED BY LigParGen Server
;
[ atomtypes ]
[ moleculetype ]
[ atoms ]
[ bonds ]
[ angles ]
[ dihedrals ]
**; IMPROPER DIHEDRAL ANGLES **
[ dihedrals ]
; PROPER DIHEDRAL ANGLES
[ pairs ]
I want to convert the parameters to gromacs compatible charmm FF. this FF require sections like
CHARMM36 FF in GROMACS format
[ defaults ]
[ atomtypes ]
; name at.num mass charge ptype sigma epsilon ; sigma_14 epsilon_14
** [ bondtypes ]**
[ angletypes ]
; i j k func th0 cth S0 Kub
[ dihedraltypes ]
; i j k l func phi0 cp mult
can someone suggest way to interconvert the parameters?
I will be really thankful for your help.