-
Notifications
You must be signed in to change notification settings - Fork 30
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
Errors with get charges
in generateResidueTemplete
#229
Comments
Looks like charging failed. Usually this is because the molecule was misperceived because the topology was missing some bonds, but it looks like your PDB has the appropriate |
Thanks. The error does not occur when
|
Working on this now! |
I got some more useful debug info out:
Looks like the problem is sodium. Can you include an |
I can confirm that changing forcefield = app.ForceField('gaff.xml','tip3p.xml') to forcefield = app.ForceField('gaff.xml','tip3p.xml','amber99sbildn.xml') eliminates the error because |
Great, thanks for looking into this! |
I'm trying to setup a system in openmm that contains only (non-peptide) small molecules and am running into problems with generating the parameters, particular with using Modeller to add solvent.
My code snippet is the following:
Running the last command throws up the error below. Any suggestions? I've attached the input PDB file as a
.txt
file so github can load it. Thanks!nanoparticle.txt
The text was updated successfully, but these errors were encountered: