The Materials Project (MP) is a major initiative to compute the properties of all known inorganic materials and provide the data freely to the public. It provides a searchable database of calculated properties (band structures, elastic c…
The Materials Project (MP) is a major initiative to compute the properties of all known inorganic materials and provide the data freely to the public. It provides a searchable database of calculated properties (band structures, elastic constants, piezoelectricity, etc.) generated using high-throughput DFT (VASP). It also provides an API (MAPIDoc) and a Python client (`mp_api`) for programmatic access.
The Materials Project (MP) is a major initiative to compute the properties of all known inorganic materials and provide the data freely to the public. It provides a searchable database of calculated properties (band structures, elastic constants, piezoelectricity, etc.) generated using high-throughput DFT (VASP). It also provides an API (MAPIDoc) and a Python client (mp_api) for programmatic access.
Scientific domain: Materials database, high-throughput DFT, materials informatics
Target user community: Materials scientists, data scientists, chemists
MPRester) for downloading large datasets.Sources: Materials Project website, APL Mater. 1, 011002 (2013)
from mp_api.client import MPRester
with MPRester("API_KEY") as mpr:
docs = mpr.summary.search(chemsys="Li-Fe-P", band_gap=(1.0, 3.0))
Primary sources:
Confidence: VERIFIED
Verification status: ✅ VERIFIED