dielectrics
Pushing the Pareto front of band gap and permittivity with ML-guided dielectric materials discovery incl. experimental synthesis and characterization.
Science Score: 49.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
✓DOI references
Found 4 DOI reference(s) in README -
✓Academic publication links
Links to: arxiv.org, zenodo.org -
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (10.7%) to scientific vocabulary
Repository
Pushing the Pareto front of band gap and permittivity with ML-guided dielectric materials discovery incl. experimental synthesis and characterization.
Basic Info
- Host: GitHub
- Owner: janosh
- License: mit
- Language: HTML
- Default Branch: main
- Homepage: https://janosh.github.io/dielectrics/
- Size: 116 MB
Statistics
- Stars: 10
- Watchers: 2
- Forks: 1
- Open Issues: 0
- Releases: 1
Metadata Files
readme.md
ML-Guided of High-Performance Dielectric Materials
This repo implements a dielectric materials discovery workflow that integrates ML as the first filter in a multi-step funnel. We use surrogate models for band gaps, dielectric constants, and formation energies. Instead of exact Cartesian coordinates, we use Wyckoff positions as ML inputs for a coordinate-free, coarse-grained crystal structure representation. This enables rapid generation, stability prediction and property screening of novel structures through elemental substitutions. Following DFPT validation of the most promising candidates, the last selection step is an expert committee to incorporate human intuition when weighing the risks, precursor availability and ease of experimental synthesis of high-expected-reward materials. We validate the workflow by feeding it 135k generated structures as well as Materials Project and WBM materials which are ML-screened down to 2.7k DFPT calculations. Our deployment culminated in making and characterizing two new metastable materials in the process: CsTaTeO6 and Bi2Zr2O7 which partially and fully satisfy our target metrics, respectively.
Interactive Pareto Front Plot
The most interesting materials in our dataset are viewable in an interactive Plotly scatter plot at
https://janosh.github.io/dielectrics
Database Access
Read-only credentials for MongoDB Atlas M2 instance holding 2.7k DFPT results:
yml
host: mongodb+srv://atomate-cluster.q8s9p.mongodb.net
port: 27017
database: dielectrics
collection: tasks
readonly_user: readonly
readonly_password: kHsBcWwTb4
Example Python code using pymongo to filter our 2.7k DFPT results for all materials with figure or merit $\Phi\text{M} > 200$ (defined as $\Phi\text{M} = E\text{gap} \cdot \epsilon\text{total}$) and $E_\text{hull-dist} < 0.05\ \text{eV}$:
```py from pymongo import MongoClient
cluster = "atomate-cluster.q8s9p.mongodb.net/atomate" server = f"mongodb+srv://readonly:kHsBcWwTb4@{cluster}" db = MongoClient(server).dielectrics closetohullhighfom = db.tasks.find({ "eabovehullpbe": {"$lt": 0.1}, "output.bandgap": { "$gt": 3 }, "output.epsilonstatic.0.0": { "$gt": 10 }, "output.epsilon_ionic.0.0": { "$gt": 50 }, }) ```
How to Cite
bib
@article{riebesell_discovery_2024,
title = {Discovery of high-performance dielectric materials with machine-learning-guided search},
author = {Riebesell, Janosh and Surta, Todd Wesley and Goodall, Rhys Edward Andrew and Gaultois, Michael William and Lee, Alpha Albert},
doi = {10.1016/j.xcrp.2024.102241},
url = {https://cell.com/cell-reports-physical-science/abstract/S2666-3864(24)00546-0},
journaltitle = {Cell Reports Physical Science},
issn = {2666-3864},
volume = {5},
number = {10},
date = {2024-10-16},
note = {Publisher: Elsevier},
}
Owner
- Name: Janosh Riebesell
- Login: janosh
- Kind: user
- Location: GitHub
- Website: https://janosh.dev
- Repositories: 62
- Profile: https://github.com/janosh
Working on computational chemistry with pre-trained ML force fields
GitHub Events
Total
- Issues event: 7
- Watch event: 2
- Delete event: 3
- Issue comment event: 11
- Push event: 14
- Pull request event: 3
- Create event: 1
Last Year
- Issues event: 7
- Watch event: 2
- Delete event: 3
- Issue comment event: 11
- Push event: 14
- Pull request event: 3
- Create event: 1
Issues and Pull Requests
Last synced: 7 months ago
All Time
- Total issues: 5
- Total pull requests: 4
- Average time to close issues: about 1 month
- Average time to close pull requests: about 2 months
- Total issue authors: 4
- Total pull request authors: 2
- Average comments per issue: 2.6
- Average comments per pull request: 0.25
- Merged pull requests: 1
- Bot issues: 0
- Bot pull requests: 3
Past Year
- Issues: 4
- Pull requests: 3
- Average time to close issues: about 2 months
- Average time to close pull requests: 2 months
- Issue authors: 3
- Pull request authors: 1
- Average comments per issue: 2.5
- Average comments per pull request: 0.33
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 3
Top Authors
Issue Authors
- 919607 (2)
- ml-evs (1)
- obaica (1)
- zdcao121 (1)
Pull Request Authors
- pre-commit-ci[bot] (3)
- CompRhys (2)
Top Labels
Issue Labels
Pull Request Labels
Dependencies
- actions/checkout v4 composite
- actions/deploy-pages v2 composite
- actions/upload-pages-artifact v2 composite