Replies: 1 comment
-
There exists direct support for NequIP / Allegro / In general, the simple way to use a trained |
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
-
Hi Nequip developers,
I was hoping to get some help on building the model in the most straightforward and distilled way whereby I can prototype training and inference in a protein ligand molecular dynamics simulation with OpenMM's torchforce plugin. What would be the most straightforward way to define the model which can take in
atomic_numbers
oratomic_symbols
and outputenergies
andforces
?One good example is how torchANI supports such an interface whereby the model can be simply imported as:
Does Nequip support such a similar API or what would the most friction-less way to go about achieving something like this?
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions