Skip to main content

MODNet, the Material Optimal Descriptor Network for materials properties prediction.

Project description

MODNet: Material Optimal Descriptor Network

arXiv Build Status Read the Docs

Introduction

This repository contains the Python (3.8) package implementing the Material Optimal Descriptor Network (MODNet). It is a supervised machine learning framework for learning material properties from either the composition or crystal structure. The framework is well suited for limited datasets and can be used for learning multiple properties together by using joint learning.

MODNet appears on the MatBench leaderboard. As of 11/11/2021, MODNet provides the best performance of all submitted models on 7 out of 13 tasks.

This repository also contains two pretrained models that can be used for predicting the refractive index and vibrational thermodynamics from any crystal structure.

See the MODNet papers and repositories below for more details:

MODNet schematic

Figure 1. Schematic representation of the MODNet.

How to install

First, create a virtual environment (e.g., named modnet) with Python 3.8 using your favourite environment manager (the following instructions use conda):

conda create -n modnet python=3.8

Activate the environment:

conda activate modnet

Then, install pymatgen v2020.8.13 with conda, which will bundle several pre-built dependencies (e.g., numpy, scipy):

conda install -c conda-forge pymatgen=2020.8.13

(you could alternatively do this step with pip install pymatgen==2020.8.13).

Finally, install MODNet from PyPI with pip:

pip install modnet

Alternatively, for local development (or if you wish to use pinned dependencies that MODNet has been tested with), you can clone this git repository and make an editable install inside your chosen environment with pip:

git clone git@github.com:ppdebreuck/modnet
cd modnet
conda create -n modnet python=3.8
conda activate modnet
pip install -r requirements.txt  # optionally use pinned requirements
pip install -e .

Documentation

The documentation is available at ReadTheDocs.

Changelog

A brief changelog can be found in the release summaries on GitHub.

Author

This software was written by Pierre-Paul De Breuck and Matthew Evans with contributions from David Waroquiers and Gregoire Heymans. For an up-to-date list, see the Contributors on GitHub.

License

MODNet is released under the MIT License.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

modnet-0.1.13.tar.gz (10.3 MB view details)

Uploaded Source

Built Distribution

modnet-0.1.13-py3-none-any.whl (10.3 MB view details)

Uploaded Python 3

File details

Details for the file modnet-0.1.13.tar.gz.

File metadata

  • Download URL: modnet-0.1.13.tar.gz
  • Upload date:
  • Size: 10.3 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.8.13

File hashes

Hashes for modnet-0.1.13.tar.gz
Algorithm Hash digest
SHA256 5927c1e10260e651a171a7721e18c9f66aae134c1fd5b361ed967604f9849f99
MD5 d67b3f0a08a99c6ba6a12fdca1200dc2
BLAKE2b-256 659a979b39589d54391fd69bac49543a4d67bbc2ea71bc4a7e405a9bd2d6a9cf

See more details on using hashes here.

File details

Details for the file modnet-0.1.13-py3-none-any.whl.

File metadata

  • Download URL: modnet-0.1.13-py3-none-any.whl
  • Upload date:
  • Size: 10.3 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.8.13

File hashes

Hashes for modnet-0.1.13-py3-none-any.whl
Algorithm Hash digest
SHA256 accd6559155ded3ba00f826ef0dfc6fc3508dab44db37656deb568851c533f71
MD5 ce2327877d37b8e0e8eb2e8da53274a9
BLAKE2b-256 dfca7c865ecc037a1dc649eb5ecf1a0dc51250d587ff13a1cb2385132dfa311b

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page