Skip to content
forked from priba/nmp_qc

Our own implementation of Neural Message Passing for Computer Vision paper

License

Notifications You must be signed in to change notification settings

gooster1997/nmp_qc

 
 

Repository files navigation

Neural Message Passing for Quantum Chemistry

Implementation of different models of Neural Networks on graphs as explained in the article proposed by Gilmer et al. [1].

Installation

$ pip install -r requirements.txt
$ python main.py

Installation of rdkit

Running any experiment using QM9 dataset needs installing the rdkit package, which can be done following the instructions available here

Data

The data used in this project can be downloaded here.

Bibliography

Cite

@Article{Gilmer2017,
  author  = {Justin Gilmer and Samuel S. Schoenholz and Patrick F. Riley and Oriol Vinyals and George E. Dahl},
  title   = {Neural Message Passing for Quantum Chemistry},
  journal = {CoRR},
  year    = {2017}
}

Authors

About

Our own implementation of Neural Message Passing for Computer Vision paper

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%