{ "info": { "author": "Chi Chen", "author_email": "chc273@eng.ucsd.edu", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Science/Research", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Topic :: Scientific/Engineering :: Chemistry", "Topic :: Scientific/Engineering :: Information Analysis", "Topic :: Scientific/Engineering :: Physics", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "[](https://circleci.com/gh/materialsvirtuallab/megnet)\n[](https://coveralls.io/github/materialsvirtuallab/megnet?branch=master)\n\n# Table of Contents\n* [Introduction](#introduction)\n* [MEGNet Framework](#megnet-framework)\n* [Installation](#installation)\n* [Usage](#usage)\n* [Datasets](#datasets)\n* [Implementation details](#implementation-details)\n* [Computing requirements](#computing-requirements)\n* [Known limitations](#limitations)\n* [Contributors](#contributors)\n* [References](#references)\n\n\n# Introduction\n\nThis repository represents the efforts of the [Materials Virtual Lab](http://www.materialsvirtuallab.org) \nin developing graph networks for machine learning in materials science. It is a \nwork in progress and the models we have developed thus far are only based on \nour best efforts. We welcome efforts by anyone to build and test models using \nour code and data, all of which are publicly available. Any comments or \nsuggestions are also welcome (please post on the Github Issues page.)\n\nA web app using our pre-trained MEGNet models for property prediction in \ncrystals is available at http://megnet.crystals.ai.\n\n\n# MEGNet framework\n\nThe MatErials Graph Network (MEGNet) is an implementation of DeepMind's graph \nnetworks[1] for universal machine learning in materials science. We have \ndemonstrated its success in achieving very low prediction errors in a broad \narray of properties in both molecules and crystals (see \n[\"Graph Networks as a Universal Machine Learning Framework for Molecules and Crystals\"](https://doi.org/10.1021/acs.chemmater.9b01294)[2]).\n\nBriefly, Figure 1 shows the sequential update steps of the graph network, \nwhereby bonds, atoms, and global state attributes are updated using information\nfrom each other, generating an output graph.\n\n\n