-
Notifications
You must be signed in to change notification settings - Fork 93
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
Parametrization error #581
Comments
Hi, thanks for the bug report. There are a few things that could be the cause of this
I'm unable to reproduce this on my machine using your snippet, although I may not be using the most up-to-date dependencies or the same ones as you are. Could you show the output of |
Thanks @mattwthompson,
|
Hmm, you're using a different version of AmberTools but I switched to the one you installed and still can't trigger this error. Nothing in your environment looks horribly out of date. If you update with |
Ok, now I get a different error 👍 , this is in some way positive!
|
The new error looks like the same issue as #532, which is caused by the new version of AmberTools adding a more strict input checker that doesn't like oxygen anions. This will be fixed in our 0.7.0 release in a few weeks. Until then, you can apply an ugly patch to fix this:
to
to
Apologies again for the ugly patch. We're going to get better about bugfix releases, we've just got a ton going on right now! |
Ok, now everything works perfectly. |
Hello everyone,
I am trying to perform an MD of betaine in water but seems that it is not possible for openforcefield to get the parameters of the solute.
I get the following warning:
Warning: In AmberToolsToolkitwrapper.compute_partial_charges_am1bcc: Molecule '' has more than one conformer, but this function will only generate charges for the first one.
But the problem is the following error:
Could it be caused by the dimension of the molecule?
To reproduce the error:
betaine.zip
The text was updated successfully, but these errors were encountered: