Datasets:
Add cathode_materials_for_rechargeable_Ca_batteries_CM2021 files
Browse files- README.md +59 -0
- co/co_0.parquet +3 -0
- cs/cs_0.parquet +3 -0
- cs_co_map/cs_co_map_0.parquet +3 -0
- ds.parquet +3 -0
README.md
ADDED
|
@@ -0,0 +1,59 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
configs:
|
| 3 |
+
- config_name: default
|
| 4 |
+
data_files: "co/*.parquet"
|
| 5 |
+
- config_name: info
|
| 6 |
+
data_files: "ds.parquet"
|
| 7 |
+
- config_name: configuration_sets
|
| 8 |
+
data_files: "cs/*.parquet"
|
| 9 |
+
- config_name: config_set_mapping
|
| 10 |
+
data_files: "cs_co_map/*.parquet"
|
| 11 |
+
license: cc-by-4.0
|
| 12 |
+
tags:
|
| 13 |
+
- molecular dynamics
|
| 14 |
+
- mlip
|
| 15 |
+
- interatomic potential
|
| 16 |
+
pretty_name: cathode materials for rechargeable Ca batteries CM2021
|
| 17 |
+
---
|
| 18 |
+
### <details><summary>Cite this dataset </summary>Dompablo, M. E. A., and Casals, J. L. _cathode materials for rechargeable Ca batteries CM2021_. ColabFit, 2023. https://doi.org/10.60732/49ecd7c5</details>
|
| 19 |
+
#### This dataset has been curated and formatted for the ColabFit Exchange
|
| 20 |
+
#### This dataset is also available on the ColabFit Exchange:
|
| 21 |
+
https://materials.colabfit.org/id/DS_s00e64z80ujy_0
|
| 22 |
+
#### Visit the ColabFit Exchange to search additional datasets by author, description, element content and more.
|
| 23 |
+
https://materials.colabfit.org
|
| 24 |
+
<br><hr>
|
| 25 |
+
# Dataset Name
|
| 26 |
+
cathode materials for rechargeable Ca batteries CM2021
|
| 27 |
+
### Description
|
| 28 |
+
Data from the publication "Enlisting Potential Cathode Materials for Rechargeable Ca Batteries". The development of rechargeable batteries based on a Ca metal anode demands the identification of suitable cathode materials. This work investigates the potential application of a variety of compounds, which are selected from the In-organic Crystal Structural Database (ICSD) considering 3d-transition metal oxysulphides, pyrophosphates, silicates, nitrides, and phosphates with a maximum of four different chemical elements in their composition. Cathode perfor-mance of CaFeSO, CaCoSO, CaNiN, Ca3MnN3, Ca2Fe(Si2O7), CaM(P2O7) (M = V, Cr, Mn, Fe, Co), CaV2(P2O7)2, Ca(VO)2(PO4)2 and α-VOPO4 is evaluated throughout the calculation of operation voltages, volume changes associated to the redox reaction and mobility of Ca2+ ions. Some materials exhibit attractive specific capacities and intercalation voltages combined with energy barriers for Ca migration around 1 eV (CaFeSO, Ca2FeSi2O7 and CaV2(P2O7)2). Based on the DFT results, αI-VOPO4 is identified as a potential Ca-cathode with a maximum theoretical specific capacity of 312 mAh/g, an average intercalation voltage of 2.8 V and calculated energy barriers for Ca migration below 0.65 eV (GGA functional).
|
| 29 |
+
### Dataset authors
|
| 30 |
+
M. Elena Arroyo-de Dompablo, Jose Luis Casals
|
| 31 |
+
### Publication
|
| 32 |
+
http://doi.org/10.1038/s41598-019-46002-4
|
| 33 |
+
### Original data link
|
| 34 |
+
https://doi.org/10.24435/materialscloud:3n-e8
|
| 35 |
+
### License
|
| 36 |
+
CC-BY-4.0
|
| 37 |
+
### Number of unique molecular configurations
|
| 38 |
+
10839
|
| 39 |
+
### Number of atoms
|
| 40 |
+
1034708
|
| 41 |
+
### Elements included
|
| 42 |
+
Ca, Co, Fe, Mn, N, Ni, O, P, S, Si, V
|
| 43 |
+
### Properties included
|
| 44 |
+
energy, atomic forces, cauchy stress
|
| 45 |
+
<br>
|
| 46 |
+
<hr>
|
| 47 |
+
|
| 48 |
+
# Usage
|
| 49 |
+
- `ds.parquet` : Aggregated dataset information.
|
| 50 |
+
- `co/` directory: Configuration rows each include a structure, calculated properties, and metadata.
|
| 51 |
+
- `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.
|
| 52 |
+
- `cs_co_map/` directory : The mapping of configurations to configuration sets (if defined).
|
| 53 |
+
<br>
|
| 54 |
+
#### ColabFit Exchange documentation includes descriptions of content and example code for parsing parquet files:
|
| 55 |
+
- [Parquet parsing: example code](https://materials.colabfit.org/docs/how_to_use_parquet)
|
| 56 |
+
- [Dataset info schema](https://materials.colabfit.org/docs/dataset_schema)
|
| 57 |
+
- [Configuration schema](https://materials.colabfit.org/docs/configuration_schema)
|
| 58 |
+
- [Configuration set schema](https://materials.colabfit.org/docs/configuration_set_schema)
|
| 59 |
+
- [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:e3417854d5eeaef1dfb565d5e41c55db18a74f7ca06ab5a66c86f95a71dcab28
|
| 3 |
+
size 24599710
|
cs/cs_0.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cbca6c04498207c1ce4577ec3343fc87822efbc445d42b055bdd29e22e7838a4
|
| 3 |
+
size 9740
|
cs_co_map/cs_co_map_0.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:28d2ef98084ba4c68e442b961e3c6bc283e2a141cac569cb729880284d8dddb9
|
| 3 |
+
size 140394
|
ds.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1d0ef70d43762b48fabffe0593a497ae104c10554705e395f73bfe8df37232a7
|
| 3 |
+
size 21895
|