GROMACS version: 2024
GROMACS modification: No
I am planning to run simulations using ff19sb by preparing the system entirely using AmberTools, then converting the final topology and coordinate files to GROMACS format using ParmEd. However, in looking at the description of FFs in GROMACS, the CHARMM section says the following:
For using CHARMM36 in GROMACS, please use the following settings in the mdp file:
constraints = h-bonds
cutoff-scheme = Verlet
vdwtype = cutoff
vdw-modifier = force-switch
rlist = 1.2
rvdw = 1.2
rvdw-switch = 1.0
coulombtype = PME
rcoulomb = 1.2
DispCorr = no
There is no comparable section for AMBER FFs, but the wording seems to imply that these values are to be used only with CHARMM36. What are the default values for these, and/or what values should be used with ff19sb?