metadata
license: apache-2.0
pipeline_tag: graph-ml
This repository contains the FlashMD universal models. These are models designed to run accelerated molecular dynamics for chemical systems across the periodic table.
These models offer acceleration with respect to traditional molecular dynamics by allowing the use of larger steps. Each FlashMD model follows the following naming
convention: flashmd_{mlip}_{timestep}fs.ckpt, where "mlip" is the name of the MLIP (machine-learned interatomic potential) that was used to generate the training
trajectories for the FlashMD model, and {timestep} is the FlashMD timestep in fs. The corresponding MLIP is also made available as mlip_{mlip}.ckpt.
These models are supposed to be used with the flashmd package, which is available on PyPI (pip install flashmd).