Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 1.14 KB

README.md

File metadata and controls

35 lines (27 loc) · 1.14 KB

GraphVAMPnets for Uncovering Slow Collective Variables of Self-Assembly Dynamics

figure

Installation

The source code can be installed with a local clone:

git clone https://github.com/xuhuihuang/graphvampnets.git

(note that the dependencies should be installed first by two steps)

pip install -r ./requirements1.txt
pip install -r ./requirements2.txt
python ./setup.py install

Tutorial

A tutorial can be found here. Note that the data may be too large for colab to process, and you can load processed data for training or load pretrained models to play.

Reference

Our codebase builds heavily on

Thanks for open-sourcing!