File size: 3,060 Bytes
d669819 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 |
---
configs:
- config_name: default
data_files: "co/*.parquet"
- config_name: info
data_files: "ds.parquet"
- config_name: configuration_sets
data_files: "cs/*.parquet"
- config_name: config_set_mapping
data_files: "cs_co_map/*.parquet"
license: gpl-3.0
tags:
- molecular dynamics
- mlip
- interatomic potential
pretty_name: 23-Single-Element-DNPs RSCDD 2023-Zr
---
### <details><summary>Cite this dataset </summary>Andolina, C. M., and Saidi, W. A. _23-Single-Element-DNPs RSCDD 2023-Zr_. ColabFit, 2023. https://doi.org/10.60732/efb626b6</details>
#### This dataset has been curated and formatted for the ColabFit Exchange
#### This dataset is also available on the ColabFit Exchange:
https://materials.colabfit.org/id/DS_h9w8v7289utq_0
#### Visit the ColabFit Exchange to search additional datasets by author, description, element content and more.
https://materials.colabfit.org
<br><hr>
# Dataset Name
23-Single-Element-DNPs RSCDD 2023-Zr
### Description
Configurations of Zr from Andolina & Saidi, 2023. One of 23 minimalist, curated sets of DFT-calculated properties for individual elements for the purpose of providing input to machine learning of deep neural network potentials (DNPs). Each element set contains on average ~4000 structures with 27 atoms per structure. Configuration metadata includes Materials Project ID where available, as well as temperatures at which MD trajectories were calculated.These temperatures correspond to the melting temperature (MT) and 0.25*MT for elements with MT < 2000K, and MT, 0.6*MT and 0.25*MT for elements with MT > 2000K.
### Dataset authors
Christopher M. Andolina, Wissam A. Saidi
### Publication
https://doi.org/10.1039/D3DD00046J
### Original data link
https://github.com/saidigroup/23-Single-Element-DNPs
### License
GPL-3.0-only
### Number of unique molecular configurations
4637
### Number of atoms
80393
### Elements included
Zr
### Properties included
energy, atomic forces, cauchy stress
<br>
<hr>
# Usage
- `ds.parquet` : Aggregated dataset information.
- `co/` directory: Configuration rows each include a structure, calculated properties, and metadata.
- `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.
- `cs_co_map/` directory : The mapping of configurations to configuration sets (if defined).
<br>
#### ColabFit Exchange documentation includes descriptions of content and example code for parsing parquet files:
- [Parquet parsing: example code](https://materials.colabfit.org/docs/how_to_use_parquet)
- [Dataset info schema](https://materials.colabfit.org/docs/dataset_schema)
- [Configuration schema](https://materials.colabfit.org/docs/configuration_schema)
- [Configuration set schema](https://materials.colabfit.org/docs/configuration_set_schema)
- [Configuration set to configuration mapping schema](https://materials.colabfit.org/docs/cs_co_mapping_schema)
|