Add OC20_IS2RES_val_ood_both files
Browse files- README.md +55 -0
- co/co_0.parquet +3 -0
- co/co_1.parquet +3 -0
- co/co_2.parquet +3 -0
- co/co_3.parquet +3 -0
- co/co_4.parquet +3 -0
- co/co_5.parquet +3 -0
- co/co_6.parquet +3 -0
- co/co_7.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: cc-by-4.0
|
| 8 |
+
tags:
|
| 9 |
+
- molecular dynamics
|
| 10 |
+
- mlip
|
| 11 |
+
- interatomic potential
|
| 12 |
+
pretty_name: OC20 IS2RES val ood both
|
| 13 |
+
---
|
| 14 |
+
### <details><summary>Cite this dataset </summary>Chanussot, L., Das, A., Goyal, S., Lavril, T., Shuaibi, M., Riviere, M., Tran, K., Heras-Domingo, J., Ho, C., Hu, W., Palizhati, A., Sriram, A., Wood, B., Yoon, J., Parikh, D., Zitnick, C. L., and Ulissi, Z. _OC20 IS2RES val ood both_. ColabFit, 2024. https://doi.org/10.60732/b8c9473b</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_u9jm7oxyusjc_0
|
| 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 |
+
OC20 IS2RES val ood both
|
| 23 |
+
### Description
|
| 24 |
+
OC20_IS2RES_ood_ads is the out-of-domain validation set for the OC20 Initial Structure to Relaxed Structure (IS2RS) and Initial Structure to Relaxed Energy (IS2RE) tasks with unseen adsorbates. Features include energy, atomic forces and data from the OC20 mappings file, including adsorbate id, materials project bulk id and miller index.
|
| 25 |
+
### Dataset authors
|
| 26 |
+
Lowik Chanussot, Abhishek Das, Siddharth Goyal, Thibaut Lavril, Muhammed Shuaibi, Morgane Riviere, Kevin Tran, Javier Heras-Domingo, Caleb Ho, Weihua Hu, Aini Palizhati, Anuroop Sriram, Brandon Wood, Junwoong Yoon, Devi Parikh, C. Lawrence Zitnick, Zachary Ulissi
|
| 27 |
+
### Publication
|
| 28 |
+
https://doi.org/10.1021/acscatal.0c04525
|
| 29 |
+
### Original data link
|
| 30 |
+
https://fair-chem.github.io/catalysts/datasets/oc20.html
|
| 31 |
+
### License
|
| 32 |
+
CC-BY-4.0
|
| 33 |
+
### Number of unique molecular configurations
|
| 34 |
+
3665193
|
| 35 |
+
### Number of atoms
|
| 36 |
+
308297930
|
| 37 |
+
### Elements included
|
| 38 |
+
Ag, Al, As, Au, Bi, C, Ca, Cd, Cl, Co, Cr, Cs, Cu, Fe, Ga, Ge, H, Hf, Hg, In, Ir, K, Mn, Mo, N, Na, Nb, Ni, O, Os, P, Pb, Pd, Pt, Rb, Re, Rh, Ru, S, Sb, Sc, Se, Si, Sn, Sr, Ta, Tc, Te, Ti, Tl, V, W, Y, Zn, Zr
|
| 39 |
+
### Properties included
|
| 40 |
+
energy, adsorption energy, atomic forces
|
| 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:97a488a674e2308f90e71e45f7e7afc6d7c76a8c244c8d0b95ebd1d1899ad56a
|
| 3 |
+
size 1739201984
|
co/co_1.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:525637bfaa5d41a79c9874b5cc03e866d4c21cf20fc82407b44cc1a2a62837c2
|
| 3 |
+
size 1738997712
|
co/co_2.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8713cffeecd3c1ca0b13c5e8dcd508f9a455618e7fba7ae3cd1592d741eaee37
|
| 3 |
+
size 1740081318
|
co/co_3.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:02f219b013181605eec4867c5cc5d0434f8822d4a1665ffb229b9fcb1f09200d
|
| 3 |
+
size 1740012396
|
co/co_4.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:91b67903385da4387e46bfee56dc108c342baf2e4350831137a852723ab99198
|
| 3 |
+
size 1738671673
|
co/co_5.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0fb7808b2c1324e080ebf8a3d0a118638717a0bad63f79488b75b6f8bd8fb144
|
| 3 |
+
size 1738350394
|
co/co_6.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9600c546ac6b70512f9a7fd2a973c105d1101769a03dca551f17c071470f8fd4
|
| 3 |
+
size 1738006636
|
co/co_7.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f750fb62e82f470f1b26605a945f29b93f9f02e2b4fcc4dad7c076e9479edcbd
|
| 3 |
+
size 576163727
|
ds.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:58faa835216fd61b14614a12fc1d2e4a4d65561cda33f1e2e5651fbbe3d01440
|
| 3 |
+
size 23661
|