asarigun / torchmd

End-To-End Molecular Dynamics (MD) Engine using PyTorch

Home Page:http://www.torchmd.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TorchMD

About

TorchMD intends to provide a simple to use API for performing molecular dynamics using PyTorch. This enables researchers to more rapidly do research in force-field development as well as integrate seamlessly neural network potentials into the dynamics, with the simplicity and power of PyTorch.

TorchMD is currently WIP so feel free to provide feedback on the API or potential bugs in the GitHub issue tracker.

Citation

Please cite:

@misc{doerr2020torchmd,
      title={TorchMD: A deep learning framework for molecular simulations}, 
      author={Stefan Doerr and Maciej Majewsk and Adrià Pérez and Andreas Krämer and Cecilia Clementi and Frank Noe and Toni Giorgino and Gianni De Fabritiis},
      year={2020},
      eprint={2012.12106},
      archivePrefix={arXiv},
      primaryClass={physics.chem-ph}
}

Installation

We recommend installing TorchMD in a new python environment ideally through the Miniconda package manager.

conda create -n torchmd
conda activate torchmd
conda install pytorch torchvision cudatoolkit=10.1 -c pytorch
conda install ipython

pip install torchmd

Examples

Various examples can be found in the examples folder on how to perform dynamics using TorchMD.

Acknowledgements

We would like to acknowledge funding by the Chan Zuckerberg Initiative and Acellera in support of this project. This project will be now developed in collaboration with openMM (www.openmm.org) and acemd (www.acellera.com/acemd).

About

End-To-End Molecular Dynamics (MD) Engine using PyTorch

http://www.torchmd.org

License:MIT License


Languages

Language:Python 95.4%Language:Rich Text Format 4.1%Language:Makefile 0.2%Language:Shell 0.2%