allegro icon indicating copy to clipboard operation
allegro copied to clipboard

how can i conbine it with gromacs?

Open InvincibleZZH opened this issue 1 year ago • 2 comments

in my own research, trajctories are generated from gromacs, is it possible to combine allegro with gromacs?

InvincibleZZH avatar Jun 30 '23 06:06 InvincibleZZH

Hi developers of Allegro, any updates on this? I am looking to run it within Gromacs and/or OpenMM as well.

JSLJ23 avatar Jul 05 '23 06:07 JSLJ23

Hi all,

Thanks for your interest in our work!

You can use trajectories or frames from any code as training data as long as you write up conversions into XYZ format (the ase library can help with this).

For running MD, we do not presently support GROMACS, but there has been work done on an integration into OpenMM that is available currently: https://github.com/mir-group/nequip/issues/288#issuecomment-1439034749. This should provide a much greater level of immediate compatibility with a GROMACS based workflow than LAMMPS does. However it is important to remember that LAMMPS remains our only 1st party MD integration for now, and is the only one currently that supports multi-GPU MD with Allegro. (There is also an integration now with CP2K: https://www.cp2k.org/howto:allegro?s[]=allegro).

Linux-cpp-lisp avatar Jul 11 '23 23:07 Linux-cpp-lisp