CoolFace
Datasetpublic

foundry-ml/piezoelectric_tensor_v1-1

A database to enable discovery and design of piezoelectric materials Dataset containing DFT-calculated piezoelectric properties for 941 materials Dataset Information Source: Foundry-ML DOI: 10.18126/p280-xrvg Year: 2022 Authors: de Jong, Maarten, Chen, Wei, Geerlings, Henry, Asta, Mark, Persson, Kristin A. Data Type: tabular Fields Field Role Description Units material_id input Materials Project ID formula input Material composition… See the full description on the dataset page: https://huggingface.co/datasets/foundry-ml/piezoelectric_tensor_v1-1.

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

A database to enable discovery and design of piezoelectric materials

Dataset containing DFT-calculated piezoelectric properties for 941 materials

Dataset Information

  • —Source: Foundry-ML
  • —DOI: 10.18126/p280-xrvg
  • —Year: 2022
  • —Authors: de Jong, Maarten, Chen, Wei, Geerlings, Henry, Asta, Mark, Persson, Kristin A.
  • —Data Type: tabular

Fields

FieldRoleDescriptionUnits
material_idinputMaterials Project ID
formulainputMaterial composition
nsitesinputNumber of sites in the unit cell
point_groupinputString denoting the point group of the structure
space_groupinputSpace group number
volumeinputVolume of relaxed structureCubic Angstroms
structureinputPymatgen structure representation of material
eij_maxtargetMaximum longitudinal piezoelectric modulusC/m2
log(eij_max)targetLog10 of eij_maxC/m2
v_maxtargetCrystallographic direction, corresponding to maxim
piezoelectric_tensortargetTensor, describing piezoelectric behavior (IEEE-foC/m2
cifinputMaterial structure in CIF format
metainputSummary of material metadata
poscarinputMaterial structure in POSCAR format

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/p280-xrvg")
X, y = dataset.get_as_dict()['train']

With HuggingFace Datasets

python
from datasets import load_dataset

dataset = load_dataset("piezoelectric_tensor_v1.1")

Citation

bibtex
@misc{https://doi.org/10.18126/p280-xrvg
doi = {10.18126/p280-xrvg}
url = {https://doi.org/10.18126/p280-xrvg}
author = {de Jong, Maarten and Chen, Wei and Geerlings, Henry and Asta, Mark and Persson, Kristin A.}
title = {A database to enable discovery and design of piezoelectric materials}
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.