Current status of OpenMM and LAMMPS integration #69
-
Given the recent OpenMM 8.0 release, what is the current status of MACE's compatibility with it? Both in terms of the systems it supports (periodic/nonperiodic) as well as the compute platforms (CPU/CUDA) and the actual speed gains with respect to the native ASE calculator and the faster |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Hey! |
Beta Was this translation helpful? Give feedback.
Hey!
Thank you for your interest.
The opemMM interface is currently in beta on a different fork https://github.com/davkovacs/mace/tree/openmm3 and a pull request is open to merge all these functionalities. @davkovacs will know better, but from what I understand, it can currently do non-periodic ML and MM-ML simulations. More detailed tutorials will be available in the coming weeks. For periodic systems, we are yet to solve all the compatibility issues with openMM. You can do CUDA MD; the speed is 15-20 ns/day.
As for LAMMPs, we also have a CPU interface in beta that we are testing internally and developing the GPU one.
All these functionalities are programmed to be released in the coming …