All Projects → torchmd → Torchmd

torchmd / Torchmd

Licence: mit
End-To-End Molecular Dynamics (MD) Engine using PyTorch

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Torchmd

Face Attribute Prediction
Face Attribute Prediction on CelebA benchmark with PyTorch Implementation
Stars: ✭ 92 (-7.07%)
Mutual labels:  neural-networks
Colvars
Collective variables module for molecular simulation and analysis programs
Stars: ✭ 99 (+0%)
Mutual labels:  molecular-dynamics
Semanticsegpapercollection
Stars: ✭ 102 (+3.03%)
Mutual labels:  neural-networks
Pytorch Esn
An Echo State Network module for PyTorch.
Stars: ✭ 98 (-1.01%)
Mutual labels:  neural-networks
Neural Tangents
Fast and Easy Infinite Neural Networks in Python
Stars: ✭ 1,357 (+1270.71%)
Mutual labels:  neural-networks
Micro Racing
🚗 🏎️ 🎮 online 3D multiplayer neural networks based racing game
Stars: ✭ 100 (+1.01%)
Mutual labels:  neural-networks
Deeplearninganimepapers
A list of papers and other resources on deep learning with anime style images.
Stars: ✭ 1,307 (+1220.2%)
Mutual labels:  neural-networks
Pytorchnlpbook
Code and data accompanying Natural Language Processing with PyTorch published by O'Reilly Media https://nlproc.info
Stars: ✭ 1,390 (+1304.04%)
Mutual labels:  neural-networks
Mit Deep Learning Book Pdf
MIT Deep Learning Book in PDF format (complete and parts) by Ian Goodfellow, Yoshua Bengio and Aaron Courville
Stars: ✭ 9,859 (+9858.59%)
Mutual labels:  neural-networks
Tooth Detection
🦷 Detection of restorations and treatments on dental x-rays in Tensorflow, using Faster-RCNN
Stars: ✭ 99 (+0%)
Mutual labels:  neural-networks
Gnn Meta Attack
Implementation of the paper "Adversarial Attacks on Graph Neural Networks via Meta Learning".
Stars: ✭ 99 (+0%)
Mutual labels:  neural-networks
Sarcasmdetection
Sarcasm detection on tweets using neural network
Stars: ✭ 99 (+0%)
Mutual labels:  neural-networks
Yank
An open, extensible Python framework for GPU-accelerated alchemical free energy calculations.
Stars: ✭ 101 (+2.02%)
Mutual labels:  molecular-dynamics
Factorized Tdnn
PyTorch implementation of the Factorized TDNN (TDNN-F) from "Semi-Orthogonal Low-Rank Matrix Factorization for Deep Neural Networks" and Kaldi
Stars: ✭ 98 (-1.01%)
Mutual labels:  neural-networks
Smrt
Handle class imbalance intelligently by using variational auto-encoders to generate synthetic observations of your minority class.
Stars: ✭ 102 (+3.03%)
Mutual labels:  neural-networks
Tageditor
🏖TagEditor - Annotation tool for spaCy
Stars: ✭ 92 (-7.07%)
Mutual labels:  neural-networks
Flexneuart
Flexible classic and NeurAl Retrieval Toolkit
Stars: ✭ 99 (+0%)
Mutual labels:  neural-networks
Spokestack Python
Spokestack is a library that allows a user to easily incorporate a voice interface into any Python application.
Stars: ✭ 103 (+4.04%)
Mutual labels:  neural-networks
Sigmoidal ai
Tutoriais de Python, Data Science, Machine Learning e Deep Learning - Sigmoidal
Stars: ✭ 103 (+4.04%)
Mutual labels:  neural-networks
Codesearchnet
Datasets, tools, and benchmarks for representation learning of code.
Stars: ✭ 1,378 (+1291.92%)
Mutual labels:  neural-networks

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).

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].