GROMACS version:2018
GROMACS modification: Yes/No
Hello, I made the membrane protein system which contains lipids, protein, TIP3 and glycerol. When I am running energy minimization using steepest gradient , I got the following error:
Energy minimization has stopped, but the forces have not converged to the
requested precision Fmax < 10000 (which may not be possible for your system).
It stopped because the algorithm tried to make a new step whose size was too
small, or there was no change in the energy since last step. Either way, we
regard the minimization as converged to within the available machine
precision, given your starting configuration and EM parameters.
Double precision normally gives you higher accuracy, but this is often not
needed for preparing to run molecular dynamics.
You might need to increase your constraint accuracy, or turn
off constraints altogether (set constraints = none in mdp file)
writing lowest energy coordinates.
Back Off! I just backed up em_1.gro to ./#em_1.gro.6#
Steepest Descents converged to machine precision in 15 steps,
but did not reach the requested Fmax < 10000.
Potential Energy = 1.7865916e+10
Maximum force = 6.6251391e+12 on atom 48960
Norm of force = 2.3636585e+10
My mdp file is as :-
define = -DPOSRES -DPOSRES_FC_BB=10000.0 -DPOSRES_FC_SC=10000.0 -DPOSRES_FC_LIPID=10000.0 -DDIHRES -DDIHRES_FC=10000.0
integrator = steep
emtol = 10000.0
nsteps = 5000
nstlist = 10
cutoff-scheme = Verlet
rlist = 1.2
vdwtype = Cut-off
vdw-modifier = Force-switch
rvdw_switch = 1.0
rvdw = 1.2
coulombtype = PME
rcoulomb = 1.2
;
constraints = h-bonds
constraint_algorithm = LINCS
topology file is :-
;;
;; Generated by CHARMM-GUI FF-Converter
;;
;; Correspondance:
;; jul316@lehigh.edu or wonpil@lehigh.edu
;;
;; The main GROMACS topology file
;;
; Include forcefield parameters
#include “toppar/forcefield.itp”
#include “toppar/PROA.itp”
#include “toppar/PROB.itp”
#include “toppar/PROC.itp”
#include “toppar/PROD.itp”
#include “toppar/GOL.itp”
#include “toppar/POPE.itp”
#include “toppar/SOD.itp”
#include “toppar/CLA.itp”
#include “toppar/TIP3.itp”
[ system ]
; Name
Title
[ molecules ]
; Compound #mols
PROA 1
PROB 1
PROC 1
PROD 1
GOL 14
POPE 300
SOD 84
CLA 92
TIP3 31596
Can you tell me the possible solution , Thank you