jorgemunozl/mace_omat_lora_v1
Graph Machine Learning • Updated • 1
The dataset viewer is not available because its heuristics could not detect any supported data files. You can try uploading some data files, or configuring the data files location manually.
Merged DFT training data for Lithium–Fluoride systems computed with Quantum ESPRESSO (PAW).
| # | Group | Frame count |
|---|---|---|
| 1 | LIFINTERFACE_KJPAW_V1 |
149 |
| 2 | LIFINTERFACE_KJPAW_NPT_V2 |
477 |
| 3 | LIFINTERFACE_KJPAW_NPT |
258 |
| 4 | LIWITHF_NPT_FINAL |
3236 |
| 5 | LIWITHF_ISOLATED |
38 |
| 6 | LIF64_KJPAW_V2 |
2000 |
| 7 | LIWITHF_V3 |
1195 |
| 8 | LIF64_ISOLATED |
56 |
Total frames: 7409
5REF_energyREF_forcesstress (when available)Single multi-frame extxyz file.
from ase.io import read
atoms_list = read("minimal_li_f_mace_dataset.extxyz", index=":")
print(f"Loaded {len(atoms_list)} configurations")