SummaryDoc
schema below for a full list of data fields returned, and the alternative source endpoint in which they can be found.MPDataEntry
objects containing SummaryDoc
data will be returned from theMPRester.summary.search
method.builder_meta
(EmmetMeta): Builder metadata.nsites
(integer): Total number of sites in the structure. Source endpoint: materialselements
(list): List of elements in the material. Source endpoint: materialsnelements
(integer): Number of elements. Source endpoint: materialscomposition
(dictionary): Full composition for the material. Source endpoint: materialscomposition_reduced
(dictionary): Simplified representation of the composition. Source endpoint: materialsformula_pretty
(string): Cleaned representation of the formula. Source endpoint: materialsformula_anonymous
(string): Anonymized representation of the formula. Source endpoint: materialschemsys
(string): dash-delimited string of elements in the material. Source endpoint: materialsvolume
(float): Total volume for this structure in ų. Source endpoint: materialsdensity
(float): Density in grams per cm³. Source endpoint: materialsdensity_atomic
(float): The atomic packing density in atoms/cm³. Source endpoint: materialssymmetry
(SymmetryData): Symmetry data for this material. Source endpoint: materialsmaterial_id
(string): The Materials Project ID of the material, used as a universal reference across property documents.This comes in the form: mp-******. Source endpoint: materialsdeprecated
(boolean): Whether this property document is deprecated. Source endpoint: provenancedeprecation_reasons
(list): List of deprecation tags detailing why this document isn't valid. Source endpoint: provenancelast_updated
(string): Timestamp for the most recent calculation update for this property.origins
(list): Dictionary for tracking the provenance of properties.warnings
(list): Any warnings related to this property.structure
(dictionary): The lowest energy structure for this material. Source endpoint: materialstask_ids
(list): List of Calculations IDs associated with this material. Source endpoint: materialsuncorrected_energy_per_atom
(float): The total DFT energy of this material per atom in eV/atom. Source endpoint: thermoenergy_per_atom
(float): The total corrected DFT energy of this material per atom in eV/atom. Source endpoint: thermoformation_energy_per_atom
(float): The formation energy per atom in eV/atom. Source endpoint: thermoenergy_above_hull
(float): The energy above the hull in eV/Atom. Source endpoint: thermois_stable
(boolean): Flag for whether this material is on the hull and therefore stable. Source endpoint: thermoequilibrium_reaction_energy_per_atom
(float): The reaction energy of a stable entry from the neighboring equilibrium stable materials in eV. Also known as the inverse distance to hull. Source endpoint: thermodecomposes_to
(list): List of decomposition data for this material. Only valid for metastable or unstable material. Source endpoint: thermoxas
(list): List of xas documents. Source endpoint: xasgrain_boundaries
(list): List of grain boundary documents. Source endpoint: grain_boundaryband_gap
(float): Band gap energy in eV. Source endpoint: electronic_structurecbm
(number, object): Conduction band minimum data. Source endpoint: electronic_structurevbm
(number, object): Valence band maximum data. Source endpoint: electronic_structureefermi
(float): Fermi energy in eV. Source endpoint: electronic_structureis_gap_direct
(boolean): Whether the band gap is direct. Source endpoint: electronic_structureis_metal
(boolean): Whether the material is a metal. Source endpoint: electronic_structurees_source_calc_id
(string, integer): The source calculation ID for the electronic structure data. Source endpoint: electronic_structurebandstructure
(BandstructureData): Band structure data for the material. Source endpoint: electronic_structuredos
(DosData): Density of states data for the material. Source endpoint: electronic_structuredos_energy_up
(float): Spin-up DOS band gap in eV. Source endpoint: electronic_structuredos_energy_down
(float): Spin-down DOS band gap in eV. Source endpoint: electronic_structureis_magnetic
(boolean): Whether the material is magnetic. Source endpoint: magnetismordering
(string): Type of magnetic ordering. Source endpoint: magnetismtotal_magnetization
(float): Total magnetization in μB. Source endpoint: magnetismtotal_magnetization_normalized_vol
(float): Total magnetization normalized by volume in μB/ų. Source endpoint: magnetismtotal_magnetization_normalized_formula_units
(float): Total magnetization normalized by formula unit in μB/f.u. . Source endpoint: magnetismnum_magnetic_sites
(integer): The number of magnetic sites. Source endpoint: magnetismnum_unique_magnetic_sites
(integer): The number of unique magnetic sites. Source endpoint: magnetismtypes_of_magnetic_species
(list): Magnetic specie elements. Source endpoint: magnetismk_voigt
(float): Voigt average of the bulk modulus in GPa. Source endpoint: elasticityk_reuss
(float): Reuss average of the bulk modulus in GPa. Source endpoint: elasticityk_vrh
(float): Voigt-Reuss-Hill average of the bulk modulus in GPa. Source endpoint: elasticityg_voigt
(float): Voigt average of the shear modulus in GPa. Source endpoint: elasticityg_reuss
(float): Reuss average of the shear modulus in GPa. Source endpoint: elasticityg_vrh
(float): Voigt-Reuss-Hill average of the shear modulus in GPa. Source endpoint: elasticityuniversal_anisotropy
(float): Elastic anisotropy. Source endpoint: elasticityhomogeneous_poisson
(float): Poisson's ratio. Source endpoint: elasticitye_total
(float): Total dielectric constant. Source endpoint: dielectrice_ionic
(float): Ionic contribution to dielectric constant. Source endpoint: dielectrice_electronic
(float): Electronic contribution to dielectric constant. Source endpoint: dielectricn
(float): Refractive index. Source endpoint: dielectrice_ij_max
(float): Piezoelectric modulus. Source endpoint: piezoelectricweighted_surface_energy_EV_PER_ANG2
(float): Weighted surface energy in eV/Ų. Source endpoint: surface_propertiesweighted_surface_energy
(float): Weighted surface energy in J/m². Source endpoint: surface_propertiesweighted_work_function
(float): Weighted work function in eV. Source endpoint: surface_propertiessurface_anisotropy
(float): Surface energy anisotropy. Source endpoint: surface_propertiesshape_factor
(float): Shape factor. Source endpoint: surface_propertieshas_reconstructed
(boolean): Whether the material has any reconstructed surfaces. Source endpoint: surface_propertiespossible_species
(list): Possible charged species in this material. Source endpoint: oxidation_stateshas_props
(list): List of properties that are available for a given material. Source endpoint: summarytheoretical
(boolean): Whether the material is theoretical. Source endpoint: provenanceMPRester.summary._search
method. The same parameter information can also be found here.