Added metastable file description to datacard
Browse files
README.md
CHANGED
|
@@ -8,7 +8,7 @@ tags:
|
|
| 8 |
size_categories:
|
| 9 |
- 1M<n<10M
|
| 10 |
---
|
| 11 |
-
# Datasets curated from LeMaterial/LeMatBulkUnique - unique_pbe version 1.
|
| 12 |
|
| 13 |
This repository is aimed to contain a curated version of the PBE calculated part of LeMaterial dataset created by Entalpic
|
| 14 |
and available at "https://huggingface.co/datasets/LeMaterial/LeMat-BulkUnique" as "unique_pbe".
|
|
@@ -37,10 +37,11 @@ We put an emphasis on this to underline the statement from Entalpic's own page t
|
|
| 37 |
|
| 38 |
## Dataset files specifications
|
| 39 |
|
| 40 |
-
- The file simply named "lematerial.cif" contains all 2,838,937 structures that passed all curation steps
|
| 41 |
- The files whose name contain a crystal system name are crystal system specific subsets of the full dataset.
|
| 42 |
The classification relies on the SpacegroupAnalyzer class of Pymatgen with default fractional coordinate tolerance of 0.01 and angle tolerance of 5.0 degrees.
|
| 43 |
- The data in the subsets is not symmetrized in order to have all true atomic positions as given in the original dataset and not ones estimated by symmetry operations.
|
|
|
|
| 44 |
|
| 45 |
### Subsets specifications
|
| 46 |
- "lematerial_triclinics.cif" contains 101,024 triclinic structures
|
|
@@ -50,3 +51,4 @@ We put an emphasis on this to underline the statement from Entalpic's own page t
|
|
| 50 |
- "lematerial_trigonals.cif" contains 272,255 trigonal structures
|
| 51 |
- "lematerial_hexagonals.cif" contains 97,285 hexagonal structures
|
| 52 |
- "lematerial_cubics.cif" contains 571,308 cubic structures
|
|
|
|
|
|
| 8 |
size_categories:
|
| 9 |
- 1M<n<10M
|
| 10 |
---
|
| 11 |
+
# Datasets curated from LeMaterial/LeMatBulkUnique - unique_pbe version 1.1
|
| 12 |
|
| 13 |
This repository is aimed to contain a curated version of the PBE calculated part of LeMaterial dataset created by Entalpic
|
| 14 |
and available at "https://huggingface.co/datasets/LeMaterial/LeMat-BulkUnique" as "unique_pbe".
|
|
|
|
| 37 |
|
| 38 |
## Dataset files specifications
|
| 39 |
|
| 40 |
+
- The file simply named "lematerial.cif" contains all 2,838,937 structures that passed all curation steps mentioned above.
|
| 41 |
- The files whose name contain a crystal system name are crystal system specific subsets of the full dataset.
|
| 42 |
The classification relies on the SpacegroupAnalyzer class of Pymatgen with default fractional coordinate tolerance of 0.01 and angle tolerance of 5.0 degrees.
|
| 43 |
- The data in the subsets is not symmetrized in order to have all true atomic positions as given in the original dataset and not ones estimated by symmetry operations.
|
| 44 |
+
- The file named "lematerial_metastables.cif" is a subset of "lematerial.cif" containing only materials with DFT hull energies under 0.1 eV/atom (energies extracted from the LeMatBulk-DFT-Hull-All dataset).
|
| 45 |
|
| 46 |
### Subsets specifications
|
| 47 |
- "lematerial_triclinics.cif" contains 101,024 triclinic structures
|
|
|
|
| 51 |
- "lematerial_trigonals.cif" contains 272,255 trigonal structures
|
| 52 |
- "lematerial_hexagonals.cif" contains 97,285 hexagonal structures
|
| 53 |
- "lematerial_cubics.cif" contains 571,308 cubic structures
|
| 54 |
+
- "lematerial_metastables.cif" contains 506,837 metastable (Ehull <= 0.1 eV/atom) structures from any crystal system
|