-
Notifications
You must be signed in to change notification settings - Fork 18
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
Optimize EnergyShifter of TorchANI #38
Conversation
@peastman could you review? |
What's the reason for including this here? It ought to be a trivial operation. Does TorchANI somehow manage to implement it in an inefficient way? |
This is based on the assumption that the molecule is constant. TorchANI doesn't support such optimizations. |
Wouldn't it make more sense to contribute this to TorchANI then? It seems out of scope for this repository. |
@peastman can we proceed with this? |
Yes, go ahead. |
This assume that a molecule is constant, so the energy contribution from the atomic self-energies can be pre-computed.
TochANIEnergyShifter