12 December 2019 6 9K Report

I am a new Gromacs user . I want to do simulation of laccase with its ligand (N-acetyl-D-golocosamin)(NAG) which is a suger whith gromose 54a7 and I use the ATB server for production of ligand topology .I neutralized my system whith this command line

gmx genion -s ions.tpr -o ions.gro -p topol.top -pname NA -nname CL -neutral

but when I typed this command line

gmx grompp -f minim.mdp -c ions.gro -p topol.top -o em.tpr

I saw this Note: " System has non-zero total charge: -0.000368 .Total charge should normally be an integer" and also a warning: You are using Ewald electrostatics in a system with net charge. This can lead to severe artifacts, such as ions moving into regions with low dielectric, due to the uniform background charge. We suggest to neutralize your system with counter ions, possibly in combination with a physiological salt concentration.

Is it possile the decimal charge be related to charges in .itp file from ATB? If so how I can resolve this issue?

Similar questions and discussions