Add MatPES-R2SCAN-2025.2 files
Browse files- README.md +55 -0
- co/co_0.parquet +3 -0
- ds.parquet +3 -0
README.md
ADDED
|
@@ -0,0 +1,55 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
configs:
|
| 3 |
+
- config_name: default
|
| 4 |
+
data_files: "co/*.parquet"
|
| 5 |
+
- config_name: info
|
| 6 |
+
data_files: "ds.parquet"
|
| 7 |
+
license: bsd-3-clause
|
| 8 |
+
tags:
|
| 9 |
+
- molecular dynamics
|
| 10 |
+
- mlip
|
| 11 |
+
- interatomic potential
|
| 12 |
+
pretty_name: MatPES-R2SCAN-2025.2
|
| 13 |
+
---
|
| 14 |
+
### <details><summary>Cite this dataset </summary>Kaplan, A. D., Liu, R., Qi, J., Ko, T. W., Deng, B., Riebesell, J., Ceder, G., Persson, K. A., and Ong, S. P. _MatPES-R2SCAN-2025.2_. ColabFit, 2026. https://doi.org/None</details>
|
| 15 |
+
#### This dataset has been curated and formatted for the ColabFit Exchange
|
| 16 |
+
#### This dataset is also available on the ColabFit Exchange:
|
| 17 |
+
https://materials.colabfit.org/id/DS_q1zgft23gdbl_1
|
| 18 |
+
#### Visit the ColabFit Exchange to search additional datasets by author, description, element content and more.
|
| 19 |
+
https://materials.colabfit.org
|
| 20 |
+
<br><hr>
|
| 21 |
+
# Dataset Name
|
| 22 |
+
MatPES-R2SCAN-2025.2
|
| 23 |
+
### Description
|
| 24 |
+
MatPES (Materials Potential Energy Surface) is a foundational PES dataset developed collaboratively by the Materials Virtual Lab and the Materials Project. The v2025.2 r2SCAN release contains 386,544 structures sampled via the DIRECT method from 300 K NpT molecular dynamics simulations seeded from Materials Project entries. Static DFT calculations were performed using VASP with the r2SCAN meta-GGA functional and MatPESStaticSet convergence settings optimized for energy, force, and stress calculations. v2025.2 removes a small number of duplicated structures present in v2025.1, and the original files add Bader charges and Bader magnetic moments per atom. The previous version of this dataset (MatPES-R2SCAN-2025.1) is available from ColabFit. There is a companion dataset calculated with the PBE functional (MatPES-PBE-2025.2).
|
| 25 |
+
### Dataset authors
|
| 26 |
+
Aaron D. Kaplan, Runze Liu, Ji Qi, Tsz Wai Ko, Bowen Deng, Janosh Riebesell, Gerbrand Ceder, Kristin A. Persson, Shyue Ping Ong
|
| 27 |
+
### Publication
|
| 28 |
+
https://doi.org/10.48550/arXiv.2503.04070
|
| 29 |
+
### Original data link
|
| 30 |
+
https://matpes.ai/
|
| 31 |
+
### License
|
| 32 |
+
BSD-3-Clause
|
| 33 |
+
### Number of unique molecular configurations
|
| 34 |
+
386520
|
| 35 |
+
### Number of atoms
|
| 36 |
+
3049029
|
| 37 |
+
### Elements included
|
| 38 |
+
Ac, Ag, Al, Ar, As, Au, B, Ba, Be, Bi, Br, C, Ca, Cd, Ce, Cl, Co, Cr, Cs, Cu, Dy, Er, Eu, F, Fe, Ga, Gd, Ge, H, He, Hf, Hg, Ho, I, In, Ir, K, Kr, La, Li, Lu, Mg, Mn, Mo, N, Na, Nb, Nd, Ne, Ni, Np, O, Os, P, Pa, Pb, Pd, Pm, Pr, Pt, Pu, Rb, Re, Rh, Ru, S, Sb, Sc, Se, Si, Sm, Sn, Sr, Ta, Tb, Tc, Te, Th, Ti, Tl, Tm, U, V, W, Xe, Y, Yb, Zn, Zr
|
| 39 |
+
### Properties included
|
| 40 |
+
energy, formation energy, atomic forces, electronic band gap, cauchy stress
|
| 41 |
+
<br>
|
| 42 |
+
<hr>
|
| 43 |
+
|
| 44 |
+
# Usage
|
| 45 |
+
- `ds.parquet` : Aggregated dataset information.
|
| 46 |
+
- `co/` directory: Configuration rows each include a structure, calculated properties, and metadata.
|
| 47 |
+
- `cs/` directory : Configuration sets are subsets of configurations grouped by some common characteristic. If `cs/` does not exist, no configurations sets have been defined for this dataset.
|
| 48 |
+
- `cs_co_map/` directory : The mapping of configurations to configuration sets (if defined).
|
| 49 |
+
<br>
|
| 50 |
+
#### ColabFit Exchange documentation includes descriptions of content and example code for parsing parquet files:
|
| 51 |
+
- [Parquet parsing: example code](https://materials.colabfit.org/docs/how_to_use_parquet)
|
| 52 |
+
- [Dataset info schema](https://materials.colabfit.org/docs/dataset_schema)
|
| 53 |
+
- [Configuration schema](https://materials.colabfit.org/docs/configuration_schema)
|
| 54 |
+
- [Configuration set schema](https://materials.colabfit.org/docs/configuration_set_schema)
|
| 55 |
+
- [Configuration set to configuration mapping schema](https://materials.colabfit.org/docs/cs_co_mapping_schema)
|
co/co_0.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:09b4d9ff7cdb7879bed43a4987f7384af5848ae8ce4965edc2259b818ff035d5
|
| 3 |
+
size 250328782
|
ds.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0c9a5dd999366219581c8849c6e455d8e3445c7521b7fcf5994090051096deaf
|
| 3 |
+
size 20935
|