GROMACS version: 2022
GROMACS modification: No
Here post your question
I tried to minimized the structure obtained from Modeller.
Here is the min.mdp:
cpp = /lib/cpp
;define = -DFLEXIBLE
constraints = none
integrator = steep
nsteps = -1
;
; Energy minimizing stuff
;
emtol = 500
emstep = 0.001
nstcomm = 1
ns_type = grid
rlist = 1
rcoulomb = 1.0
rvdw = 1.0
Tcoupl = no
Pcoupl = no
gen_vel = no
cutoff-scheme = verlet
There is no error during the minimization process but when I checked the pdb file generated via trjconv (I did add the -pbc option and most chains were whole), there are some broken resides like a Gly went through the Phe ring.
How can I fix this? Thanks for any help.