Replies: 5 comments 5 replies
-
Hi @leoil, thanks for the questions, answers to your two questions below.
You can then simply put that extxyz file as the input to our code and everything should work. Note that if you want energies and forces, you will have to be careful on how to set the loss-function weights (we recommend using a weight of 1 on the energies and a weight of N^2 on the forces, where N is average number of atoms in the system). Let us know if you have any other questions.
|
Beta Was this translation helpful? Give feedback.
-
Thanks for your response.
|
Beta Was this translation helpful? Give feedback.
-
Hi @leoil, that sounds good! Regarding your questions:
The networks should then implicitly learn the correct partial charges. Does that make sense? I highly recommend you do this on our |
Beta Was this translation helpful? Give feedback.
-
Yes, that make sense. Thanks for your detailed guide, I'll give it a try. |
Beta Was this translation helpful? Give feedback.
-
Hi there, I've been reading this, and I think some of the code it refers to is from an older state than the current nequip code. Does any of you have an example input? In my case, the goal is prediction of atomic partial charges (so a single per-atom scalar feature, or PS: I see in the code there is an |
Beta Was this translation helpful? Give feedback.
-
Is your feature request related to a problem? Please describe.
The trained model shows great performance on dataset with single system like MD17. I'm wondering if it also support the training&fitting on dataset with multiple systems.
I removed
npz_fixed_field_keys
in the config file and run a quick test on thesn2-reaction
dataset used in PhysNet, which includes various structures of different molecules related to that reactions. It uses 0 padding to represent those molecular with fewer atoms. Here is the result.Also in order to model long range interactions, properties like atomic charges and dipoles is needed. I wonder if it's possible to implement this feature based on the existing code to calculate them.
I've tried to implement it myself, but not clear exactly which part of the code should be modified. :(
Describe the solution you'd like
Additional context
atomic_number
in sn2 datasetBeta Was this translation helpful? Give feedback.
All reactions