Skip to content

QuinNet: Efficiently Incorporating Quintuple Interactions into Geometric Deep Learning Force Fields (NeurIPS 2023)

License

Notifications You must be signed in to change notification settings

Zun-Wang/QuinNet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QuinNet: Efficiently Incorporating Quintuple Interactions into Geometric Deep Learning Force Fields


📌 Introduction

This repository contains the source code for NeurIPS 2023 paper "QuinNet: Efficiently Incorporating Quintuple Interactions into Geometric Deep Learning Force Fields". QuinNet is an equivariant graph neural network that efficiently expresses many-body interactions up to five-body interactions with ab initio accuracy.


🚀 Quickstart

Install dependencies

# clone project
git clone https://github.com/Zun-Wang/QuinNet.git
cd QuinNet

# [OPTIONAL] create conda environment
[Optional] conda create -n QuinNet python=3.9
[Optional] conda activate QuinNet

# Recommed to install part of dependencies in advance
# Take `cuda116` version as an example
pip install rdkit ase
pip install torch==1.13.1+cu116 --extra-index-url https://download.pytorch.org/whl/cu116
pip install pyg_lib torch_scatter torch_sparse torch_cluster torch_spline_conv -f https://data.pyg.org/whl/torch-1.13.0+cu116.html
pip install torch_geometric==2.3.0
pip install pytorch-lightning==1.6.3

Train QuinNet

CUDA_VISIBLE_DEVICES=0 python train.py --conf example/hparams_aspirin.yaml

Acknowledgements

This project is based on the repo torchmd-net.

About

QuinNet: Efficiently Incorporating Quintuple Interactions into Geometric Deep Learning Force Fields (NeurIPS 2023)

Resources

License

Stars

Watchers

Forks

Languages