Skip to content

A playground for applying graph convolutional networks to molecules.

License

Notifications You must be signed in to change notification settings

bismuthadams1/nagl

 
 

Repository files navigation

NAGL

test codecov License: MIT

A playground for applying graph convolutional networks to molecules, with a focus on learning continuous "atom-type" embeddings and from these classical molecule force field parameters.

This framework is mostly based upon the End-to-End Differentiable Molecular Mechanics Force Field Construction preprint by Wang, Fass and Chodera.

Getting Started

Examples for using this framework can be found in the examples directory.

Installation

The required dependencies for this framework can be installed using conda:

conda install -c conda-forge -c dglteam nagl "dgl >=0.7"

Optional dependencies

To make the full use of the framework, it is recommended to install the following

# Molecule labelling
conda install -c conda-forge openff-toolkit

License

The main package is release under the MIT license. Parts of the package are inspired by / modified from a number of third party packages whose licenses are included in the 3rd party license file.

Copyright

Copyright (c) 2021, Simon Boothroyd

About

A playground for applying graph convolutional networks to molecules.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.4%
  • HTML 1.5%
  • Makefile 0.1%