-
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
Torch problems when using NNPOps with Openmm-ML #76
Comments
This was fixed in #71, but we haven't released the new version. |
That means we need to build a new release today, since the fix is required for the OpenMM 8 release candidate. Can you build it? |
Ah, that's great to hear! Apologies, I thought that fix was in the current version I'll eagerly await the new release Thanks! |
@zanebeckwith NNPOps 0.3 has been released. Could you confirm, if it fixes the issue? |
@raimis yes, this fixed it! And it is significantly faster (at least 10x) than the torchani version, that's awesome! Thank you! It's still 10-50x slower than OpenFF for some simple small molecules (methane, alanine). This is a limited test, so I don't put too much stock in the numbers. But, to set my expectations, what is the expected performance compared to a traditional force field, and what do I need to be aware of to get that maximum performance? (I can ask that question elsewhere if there's a better forum. Thank you for your help!) |
Thanks for the great ecosystem for ML potentials in MD!
I tried running this simple `openmm-ml` example that uses `createSystem`:
I'm using a simple methane PDB file:
When I specify to use the
torchani
implementation, everything goes through OK.However, when I try to use
nnpops
, I get the following stacktrace (when running the energy minimization):I'm using the
mmh/openmm-8-beta-linux
environment (via the commandmamba env create mmh/openmm-8-beta-linux
) on a Debian Bullseye system with an NVIDIA T4.My full environment dump (`conda env export`):
I've seen some mention of similar problems, but haven't been able to find the solution.
Any help is greatly appreciated. Apologies if this isn't the correct repo to open this issue in.
Thanks!
The text was updated successfully, but these errors were encountered: