Skip to content
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

Support for AM1BCC charge #69

Open
xiki-tempula opened this issue Dec 20, 2023 · 1 comment
Open

Support for AM1BCC charge #69

xiki-tempula opened this issue Dec 20, 2023 · 1 comment

Comments

@xiki-tempula
Copy link
Contributor

Would it be good to support AM1BCC charge for both fragment and whole molecule?
The charge could be generated from a rdkit mol using OpenFFMol with

openffmol.from_rdkit(rdmol)
openffmol.assign_partial_charges("am1bccelf10")

But would need to add openff-toolkit as a new dependency. This calculation is quick and can be done as part of the QForce routine.

@selimsami
Copy link
Owner

I would like to avoid adding that dependency just for this. Openff-toolkit seem to have a ton of dependencies, one of which being the huge rdkit (~100 MB).

AM1 charges you could probably get from any software - I imagine there should be an simple way to get the BCC correction?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants