Skip to content

Instantly share code, notes, and snippets.

@awhite40
Last active August 29, 2015 14:07
Show Gist options
  • Save awhite40/3e12df4295926d3e0a27 to your computer and use it in GitHub Desktop.
Save awhite40/3e12df4295926d3e0a27 to your computer and use it in GitHub Desktop.
Summary of Materials Project and appplication to the Materials Informatics class

#Materials Project

Materials Project gives on-line access to materials information on known and predicted materials as well as analysis tools to aid the materials design process.

Overview

One of the main emphases is the computation of properties for materials which have little or no experimental data available. Choice of material is done by both predictive algorithms and crowd-source methods that allow researchers to submit crystal structures for evaluation. Currently the majority of the data available is on compounds from the Inorganic Crystal Structural Database. Project also provides access to the computed data which allows materials scientists to evaluate potential materials. Materials Project provides structural, electronic and energetic data on the compounds found in the database.

Data Access

Matrials API

Materials project includes a API which can be accessed through the web based on Representational State Transfer principles. This is privilaged access so users must login and create an API key. They have also provided an python user interface called pymatgen to allow easier access to the available data. In addition they have provided the following GUIs which allow the user to search through the available data:

  • Materials Explorer - allows search of materials based on composition or properties
  • Lithium Battery Explorer - expansion of the materials explorer that includes application specific search criteria

Analysis

Materials Project also includes various apps for analysis of the data.

  • Phase Diagram - constructs low temperature phase diagrams
  • Reaction Calculator - calculates reaction energies
  • Pourbaix Diagrams - determines water solubility

References

Material Project website

A Jain, S Ong, G Hautier, W Chen, W Richards, S Dacek, S Cholia, D Gunter, D Skinner, G Ceder and K Persson APL Materials 1, 011002(2013)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment