Inference of NequIP and Allegro implemented into CP2K and question about metadata #341
-
Hi, Thanks for the development of such impressive work and for making it open-source. We have implemented inference of NequIP as well as Allegro into the CP2K molecular mechanics package, FIST. This was recently merged into the CP2K development branch and will soon appear in CP2K v2023.2. If possible, I would like to ask to add the options For example, in
We would then adapt this to the CP2K/LibTorch interface, instead of parsing the Thanks again. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi @gabriele16 , Wow!! Exciting to see this and thank you for your efforts in this direction and reaching out. On I also have logic in there for getting a (usually, not always) correct default from the metadata for old models that don't store it: https://github.com/mir-group/nequip/blob/develop/nequip/scripts/deploy.py#L127 Would you be willing to have a quick Zoom call at some point? I'd love to chat and learn more about this effort. My email is in my GitHub profile, please feel free to reach out. |
Beta Was this translation helpful? Give feedback.
Hi @gabriele16 ,
Wow!! Exciting to see this and thank you for your efforts in this direction and reaching out.
On
develop
, aka 0.6.*---which will be released tomain
soon and which should be your only development target for new code---I think this is already implemented: https://github.com/mir-group/nequip/blob/develop/nequip/scripts/deploy.py#L314I also have logic in there for getting a (usually, not always) correct default from the metadata for old models that don't store it: https://github.com/mir-group/nequip/blob/develop/nequip/scripts/deploy.py#L127
Would you be willing to have a quick Zoom call at some point? I'd love to chat and learn more about this effort. My email is in my Git…