-
Notifications
You must be signed in to change notification settings - Fork 86
Fix Espaloma system/template generator #271
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
Conversation
… EspalomaTemplateGenerator
…nd template_generator.py
|
I think |
| # NOTE: espaloma (nn) partial charges are assigned to molecules automatically if available. | ||
| # We need to overwrite the partial charges if we want to read them from the molecule. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch! We need to make sure if this is the case because we want users to be able to use charges from other methods/models combined with espaloma. I'll raise an issue about this so we can keep track of this.
This is now supported in c198793 |
|
We need to make sure we respect this #282 (comment) |
|
@ijpulidos Is it OK to close this PR since we have a #293 that replaces this purpose? |
|
Yes, closing! |
This draft PR is fixes #245 and #263 by adding
template_generator_kwargsto the system generators.ToDo