-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using Ewald electrostatics in a system with net charge Warning #32
Comments
Hi! Did you solvate this system yourself (outside of a3fe)? If so, could you please check that you neutralised it. If you solvated within a3fe, please could you share the input files and I'll debug? Thanks! |
I haven't solvated it, but there is GTP molecule and Mg2+ ion in my protein system. |
Thanks for sharing! Looking at the charge of the solvated system, with
gives
So the issue is probably that the charge isn't close enough to zero. This fractional charge is due to your cofactor, which has a net charge of |
Thank you for the tip!
I guess in this case I can just add Process.Gromacs(..., ignore_warnings=True) into a3fe/run/system_prep.py: line 722? |
No problem! Great, I've confirmed that I no longer get that error for your system with the reparameterised GTP with integer charge. The issue was that the GTP charge was -4.0050, rather than -4.0000 - this meant that it couldn't be completely neutralised to 0 during the solvation stage (only -0.0050), and GROMACS was unhappy. So no need to ignore warnings - just rerun with the reparameterised input. You've probably already seen, but BioSimSpace has some helpful functions for updating your system, so you can do something like
with the reparameterised GTP. |
Thank you very much! I will try this solution soon. |
Hi!
I got this issue:
Could you help me please?
Thank you!
The text was updated successfully, but these errors were encountered: