All Projects → torchmd → torchmd-cg

torchmd / torchmd-cg

Licence: MIT license
Example to fit parameters and run CG simulations using TorchMD and Schnet

Programming Languages

Jupyter Notebook
11667 projects
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to torchmd-cg

invariant-point-attention
Implementation of Invariant Point Attention, used for coordinate refinement in the structure module of Alphafold2, as a standalone Pytorch module
Stars: ✭ 116 (+404.35%)
Mutual labels:  protein-folding
votca
The source of the votca-csg and xtp packages
Stars: ✭ 28 (+21.74%)
Mutual labels:  coarse-grained-molecular-dynamics
tr-rosetta-pytorch
Implementation of trRosetta and trDesign for Pytorch, made into a convenient package, for protein structure prediction and design
Stars: ✭ 62 (+169.57%)
Mutual labels:  protein-folding

torchmd-cg

Installation

conda create -n torchmd_cg
conda activate torchmd_cg
conda install pytorch torchvision cudatoolkit=10.1 -c pytorch
conda install pyyaml ipython scikit-learn tqdm
pip install pytorch-lightning
pip install torchmd-cg

Usage

pip install moleculekit
conda install seaborn pandas jupyter

Check the jupyter notebook in the tutorial folder

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