CoolFace
Datasetpublic

foundry-ml/wolverton_oxides_v1-1

High-throughput DFT calculations of formation energy, stability and oxygen vacancy formation energy of ABO3 perovskites Dataset containing DFT-calculated formation energy and convex hull energies of 4914 perovskite oxides Dataset Information Source: Foundry-ML DOI: 10.18126/h15n-7wu8 Year: 2022 Authors: Emery, Antoine, Wolverton, Chris Data Type: tabular Fields Field Role Description Units formula input Material composition atom a… See the full description on the dataset page: https://huggingface.co/datasets/foundry-ml/wolverton_oxides_v1-1.

sourceHugging Facecc-by-4.0updated 9mo agoView on Hugging Face
0likes19downloads
Dataset Card

High-throughput DFT calculations of formation energy, stability and oxygen vacancy formation energy of ABO3 perovskites

Dataset containing DFT-calculated formation energy and convex hull energies of 4914 perovskite oxides

Dataset Information

Fields

FieldRoleDescriptionUnits
formulainputMaterial composition
atom ainputElement on the A-site sublattice
atom binputElement on the B-site sublattice
lowest distortioninputStructural category of perovskite structure type
e_formtargetDFT-calculated formation energy, relative to elemeeV/atom
e_hulltargetDFT-calculated convex hull energyeV/atom
mu_binputMagnetic moment of the relaxed structureBohr magneton
vpainputAtomic volume of the relaxed structureAng^3 per atom
gap pbeinputDFT-PBE calculated band gapeV
ainputLattice constant of the a-axisAngstrom
binputLattice constant of the b-axisAngstrom
cinputLattice constant of the c-axisAngstrom
alphainputLattice alpha angledegrees
betainputLattice beta angledegrees
gammainputLattice gamma angledegrees
e_form oxygentargetOxygen vacancy formation energyeV

Splits

  • train: train

Usage

With Foundry-ML (recommended for materials science workflows)

python
from foundry import Foundry

f = Foundry()
dataset = f.get_dataset("10.18126/h15n-7wu8")
X, y = dataset.get_as_dict()['train']

With HuggingFace Datasets

python
from datasets import load_dataset

dataset = load_dataset("wolverton_oxides_v1.1")

Citation

bibtex
@misc{https://doi.org/10.18126/h15n-7wu8
doi = {10.18126/h15n-7wu8}
url = {https://doi.org/10.18126/h15n-7wu8}
author = {Emery, Antoine and Wolverton, Chris}
title = {High-throughput DFT calculations of formation energy, stability and oxygen vacancy formation energy of ABO3 perovskites}
keywords = {machine learning, foundry}
publisher = {Materials Data Facility}
year = {root=2022}}

License

CC-BY 4.0


This dataset was exported from [Foundry-ML](https://github.com/MLMI2-CSSI/foundry), a platform for materials science datasets.