Run torchmd without prior #27
Unanswered
AntonioMirarchi
asked this question in
Q&A
Replies: 3 comments
-
what is the error? |
Beta Was this translation helpful? Give feedback.
0 replies
-
It's probably trying to precompute the LJ params. They won't be used in the sim if you don't include any forceterms. As a quick fix you can include dummy values in the forcefield file. A proper solution needs to be implemented by @stefdoerr. But I'm not sure if it's worth the effort since we are aiming to run NNPs with openMM plugin (it's faster). |
Beta Was this translation helpful? Give feedback.
0 replies
-
it's an if then, so it's probably worth it.
The if then is there for bonds, etc but not for LJ
…On Mon, Dec 5, 2022 at 11:25 AM Maciej Majewski ***@***.***> wrote:
It's probably trying to precompute the LJ params. They won't be used in
the sim if you don't include any forceterms. As a quick fix you can include
dummy values in the forcefield file. A proper solution needs to be
implemented by @stefdoerr <https://github.com/stefdoerr>. But I'm not
sure if it's worth the effort since we are aiming to run NNPs with openMM
plugin (it's faster).
—
Reply to this email directly, view it on GitHub
<#27 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AB3KUOSTM2SFX7QZDLEPF3DWLW7JNANCNFSM6AAAAAASUCRGX4>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I'm trying to run torchmd loading a ckpt file from torchmdnet without prior. There is a problem when the code try to compute the LJ-term on line 106 of the parameters.py. We are using forceterms = [] in the conf file. So how can I run a MD loading all the parameters from the torchmd-net cktp without prior?
Beta Was this translation helpful? Give feedback.
All reactions