Skip to content

[WIP] Machine Learning Molecular ForceField Training and Deploying Framework

License

Notifications You must be signed in to change notification settings

MolCrafts/molpot

Repository files navigation

MolPot: An Extensible Framework for Molecular Potential Training & Deployment

molpot is designed for efficient building, training and deployment of molecular simulation potentials, leveraging a modular design to enable flexible customization and seamless integration into different workflows. It incorporates cutting-edge techniques, such as torch.compile for optimized deep learning execution and high-performance C++ operators for computational efficiency. For more information, please refer to the documentation.

molpot_trainer

Feature

  • Hybrid and Modular Neural Network and Classical Potential;
  • High-Performance C++ Operators;
  • Built-in torch-based MD simulation;
  • Versatile Data Pipeline;
  • User-Friendly App Wrapping

Installation

To install molpot, you can use pip:

pip install molpot

or clone the repository and install it manually:

git clone http:
cd molpot
pip install .

or install from docker

docker pull molpot/molpot:latest

or apptainer by using definition file

apptainer build molpot.sif molpot.def

How to get started

Instead of giving getting started guide here, we prefer to give a tutorial about how to learn this package, since molpot is a general and extensible package. Once you have a requirements, find a similar example or tutorial, read the code and check the docstring, and you will get a good understanding. Here is a table of content of the doc:

Interface

TO BE ANNOUNCED

Roadmap

TO BE ANNOUNCED

Citation

Acknowledgements

About

[WIP] Machine Learning Molecular ForceField Training and Deploying Framework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published