Code for generating omat24 input configurations and vasp input sets
Project description
OMat24 Dataset
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,
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.1.0.tar.gz.
File metadata
- Download URL: fairchem_data_omat-0.1.0.tar.gz
- Upload date:
- Size: 4.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
eccf15ff44232ff3bbd63c57d34b95366a4154685a0edc14b7939faf11f5ab01
|
|
| MD5 |
402f3f3f5b6a8639b89864b19e4da407
|
|
| BLAKE2b-256 |
3e39708e9e084e8de6dec249a48c0f63c7e0a369fcc79df59e078e7fea7a77e7
|
File details
Details for the file fairchem_data_omat-0.1.0-py2.py3-none-any.whl.
File metadata
- Download URL: fairchem_data_omat-0.1.0-py2.py3-none-any.whl
- Upload date:
- Size: 6.3 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 |
335fda790862cdd567882bed31ba5bb9a719a49ed5df30194e8a5fc119445b35
|
|
| MD5 |
449a6d2173dcff0e0a00009806555937
|
|
| BLAKE2b-256 |
c5ae39a880bd6fde9632a27e37a44c59600c2c080dcb15f9a79bc54d98f91d63
|