File size: 3,322 Bytes
b7d1f43
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
0365547
b7d1f43
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
configs:
- config_name: default
  data_files: "co/*.parquet"
- config_name: info
  data_files: "ds.parquet"
license: cc-by-4.0
tags:
- molecular dynamics
- mlip
- interatomic potential
pretty_name: HME21 validation
---
### <details><summary>Cite this dataset </summary>Takamoto, S., Shinagawa, C., Motoki, D., Nakago, K., Li, W., Kurata, I., Watanabe, T., Yayama, Y., Iriguchi, H., Asano, Y., Onodera, T., Ishii, T., Kudo, T., Ono, H., Sawada, R., Ishitani, R., Ong, M., Yamaguchi, T., Kataoka, T., Hayashi, A., Charoenphakdee, N., and Ibuka, T. _HME21 validation_. ColabFit, 2023. https://doi.org/10.60732/5bc5a5cc</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_vf8hkwxhibio_0  
#### Visit the ColabFit Exchange to search additional datasets by author, description, element content and more.  
https://materials.colabfit.org
<br><hr>  
# Dataset  Name  
HME21 validation  
### Description  
The validation set from HME21. The  high-temperature multi-element 2021 (HME21) dataset comprises approximately 25,000 configurations, including 37 elements, used in the training of a universal NNP called PreFerential Potential (PFP). The dataset specifically contains disordered and unstable structures, and structures that include irregular substitutions, as well as varied temperature and density.   
### Dataset authors  
So Takamoto, Chikashi Shinagawa, Daisuke Motoki, Kosuke Nakago, Wenwen Li, Iori Kurata, Taku Watanabe, Yoshihiro Yayama, Hiroki Iriguchi, Yusuke Asano, Tasuku Onodera, Takafumi Ishii, Takao Kudo, Hideki Ono, Ryohto Sawada, Ryuichiro Ishitani, Marc Ong, Taiki Yamaguchi, Toshiki Kataoka, Akihide Hayashi, Nontawat Charoenphakdee, Takeshi Ibuka  
### Publication  
https://doi.org/10.1038/s41467-022-30687-9  
### Original data link  
https://doi.org/10.6084/m9.figshare.19658538.v2  
### License  
CC-BY-4.0  
### Number of unique molecular configurations  
2498  
### Number of atoms  
69420  
### Elements included  
Ag, Al, Au, Ba, C, Ca, Cl, Co, Cr, Cu, F, Fe, H, In, Ir, K, Li, Mg, Mn, Mo, N, Na, Ni, O, P, Pb, Pd, Pt, Rh, Ru, S, Sc, Si, Sn, Ti, V, Zn  
### Properties included  
energy, atomic forces  
<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)