zzhang222 / GAMD

Data and code for graph neural network accelerated molecular dynamics

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GAMD

Data and code for Graph neural network Accelerated Molecular Dynamics

Dependencies

Data generation

The data generation scripts using classical MD are in the dataset subfolder. For example, to generate the data for Lennard Jones particles:

cd dataset
python generate_lj_data.py

The generated data can also be downloaded from below links:

The DFT data used in this work is derived from the paper: How van der Waals interactions determine the unique properties of water (pdf) (data link).

We provide our processed data (.npz fromat) at data link.

Training

The training scripts and pretrained models are in the code subfolder. Please refer to the subfolder for more details.

About

Data and code for graph neural network accelerated molecular dynamics

License:MIT License


Languages

Language:Jupyter Notebook 75.3%Language:Python 24.7%