Code for generating omat24 input configurations and vasp input sets
Project description
OMat24 Dataset
[!CAUTION] OMat24 DFT calculations are not compatible with Materials Project calculations. If you are using models trained on OMat24 only for such calculations, you can find a OMat24 specific calculations of reference unary compounds and MP2020-style anion and GGA/GGA+U mixing corrections in this repo. Do not use MP2020 corrections or use the MP references compounds when using OMat24 trained models of OMat24 DFT calculations. Additional care must be taken when computing energy differences, such as formation and energy above hull and comparing with calculations in the Materials Project since DFT pseudopotentials are different and magnetic ground states may differ as well.
The OMat24 dataset is available for download from this HuggingFace repo.
Pretrained eqV2 and eSEN models can be downloaded from HuggingFace here and UMA models here.
The VASP sets used to generate OMat24 data are implemented as pymatgen VaspInputSets. You can
generate OMat24 VASP inputs as follows,
:tags: [skip-execution]
pip install fairchem-data-omat
from pymatgen.core import Structure, Lattice
from fairchem.data.omat.vasp.sets import OMat24StaticSet
lattice = Lattice.cubic(3.615)
structure = Structure.from_spacegroup(
"Fm-3m", species=["Cu"], coords=[[0, 0, 0]], lattice=lattice
)
input_set = OMat24StaticSet(structure)
input_set.write_input("path/to/input-dir")
Citing
If you use the OMat24 dataset or pretrained models in your work, consider citing the following,
@article{barroso_omat24,
title={Open Materials 2024 (OMat24) Inorganic Materials Dataset and Models},
author={Barroso-Luque, Luis and Muhammed, Shuaibi and Fu, Xiang and Wood, Brandon, Dzamba, Misko, and Gao, Meng and Rizvi, Ammar and Zitnick, C. Lawrence and Ulissi, Zachary W.},
journal={arXiv preprint arXiv:2410.12771},
year={2024}
}
@article{schmidt_2023_machine,
title={Machine-Learning-Assisted Determination of the Global Zero-Temperature Phase Diagram of Materials},
author={Schmidt, Jonathan and Hoffmann, Noah and Wang, Hai-Chen and Borlido, Pedro and Carri{\c{c}}o, Pedro JMA and Cerqueira, Tiago FT and Botti, Silvana and Marques, Miguel AL},
journal={Advanced Materials},
volume={35},
number={22},
pages={2210788},
year={2023},
url={https://onlinelibrary.wiley.com/doi/full/10.1002/adma.202210788},
publisher={Wiley Online Library}
}
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file fairchem_data_omat-0.2.0.tar.gz.
File metadata
- Download URL: fairchem_data_omat-0.2.0.tar.gz
- Upload date:
- Size: 8.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cb7ce02e7d62ae5e7f41fdbb4004bed165d64efd59606d286279bf6eb93fb1df
|
|
| MD5 |
aca2e673ee45abb2d851a61076442afe
|
|
| BLAKE2b-256 |
9f2e3ecf13944bb40ab5162f92c789f0be43c9feb1cdee5644b97753eeaae89b
|
File details
Details for the file fairchem_data_omat-0.2.0-py2.py3-none-any.whl.
File metadata
- Download URL: fairchem_data_omat-0.2.0-py2.py3-none-any.whl
- Upload date:
- Size: 11.5 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9be106fa3e8447804e86459dcc192ed5c47d6bd85531947b50050eb48e86b875
|
|
| MD5 |
fcfb452cd8fcaae3dce39241932a34f4
|
|
| BLAKE2b-256 |
5cbd31c76d97be160aee57fc72ba569df2abcd0dc08f82ba53e9fe8c2b142a7d
|