Skip to content

Commit 76a529b

Browse files
committed
Update to v0.7.8
1 parent 5002b15 commit 76a529b

39 files changed

+453
-105
lines changed

docs/_sources/dataset_summary.rst.txt

Lines changed: 111 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
=================
22
Table of Datasets
33
=================
4-
Find a table of all 43 datasets available in matminer here.
4+
Find a table of all 45 datasets available in matminer here.
55

66
.. list-table::
77
:align: left
@@ -137,6 +137,12 @@ Find a table of all 43 datasets available in matminer here.
137137
* - :code:`superconductivity2018`
138138
- Dataset of ~16,000 experimental superconductivity records (critical temperatures) from Stanev et al., originally from the Japanese National Institute for Materials Science
139139
- 16414
140+
* - :code:`tholander_nitrides`
141+
- A challenging data set for quantum machine learning containing a diverse set of 12.8k polymorphs in the Zn-Ti-N, Zn-Zr-N and Zn-Hf-N chemical systems
142+
- 12815
143+
* - :code:`ucsb_thermoelectrics`
144+
- Database of ~1,100 experimental thermoelectric materials from UCSB aggregated from 108 source publications and personal communications
145+
- 1093
140146
* - :code:`wolverton_oxides`
141147
- 4,914 perovskite oxides containing composition data, lattice constants, and formation + vacancy formation energies
142148
- 4914
@@ -2324,6 +2330,110 @@ https://doi.org/10.1038/s41524-018-0085-8
23242330
23252331
23262332
2333+
------------------
2334+
tholander_nitrides
2335+
------------------
2336+
A challenging data set for quantum machine learning containing a diverse set of 12.8k polymorphs in the Zn-Ti-N, Zn-Zr-N and Zn-Hf-N chemical systems. The phase diagrams of the Ti-Zn-N, Zr-Zn-N, and Hf-Zn-N systems are determined using large-scale high-throughput density functional calculations (DFT-GGA) (PBE). In total 12,815 relaxed structures are shared alongside their energy calculated using the VASP DFT code. The High-Throughput Toolkit was used to manage the calculations. Data adapted and deduplicated from the original data on Zenodo at https://zenodo.org/record/5530535#.YjJ3ZhDMJLQ, published under MIT licence. Collated from separate files of chemical systems and deduplicated according to identical structures matching ht_ids. Prepared in collaboration with Rhys Goodall.
2337+
2338+
**Number of entries:** 12815
2339+
2340+
.. list-table::
2341+
:align: left
2342+
:widths: 20 80
2343+
:header-rows: 1
2344+
2345+
* - Column
2346+
- Description
2347+
* - :code:`material_id`
2348+
- Human readable identifier for each material.
2349+
* - :code:`ht_id`
2350+
- Unique identifier to track the calculation in httk
2351+
* - :code:`initial_structure`
2352+
- A pymatgen structure object representing the structure before relaxation.
2353+
* - :code:`final_structure`
2354+
- A pymatgen structure object representing the structure after relaxation.
2355+
* - :code:`E_vasp_per_atom`
2356+
- The VASP calculated energy per atom for the final structure, in eV/atom
2357+
* - :code:`chemical_system`
2358+
- The chemical system represented by the atoms actually contained in the structure
2359+
2360+
2361+
2362+
**Reference**
2363+
2364+
https://zenodo.org/record/5530535#.YjJ3ZhDMJLQ
2365+
2366+
2367+
2368+
**Bibtex Formatted Citations**
2369+
2370+
.. code-block:: text
2371+
2372+
2373+
@article{tholander2016strong, title={Strong piezoelectric response in stable TiZnN2, ZrZnN2, and HfZnN2 found by ab initio high-throughput approach}, author={Tholander, Christopher and Andersson, CBA and Armiento, Rickard and Tasnadi, Ferenc and Alling, Bj{\"o}rn}, journal={Journal of Applied Physics}, volume={120}, number={22}, pages={225102}, year={2016}, publisher={AIP Publishing LLC} }
2374+
2375+
2376+
2377+
2378+
--------------------
2379+
ucsb_thermoelectrics
2380+
--------------------
2381+
Database of ~1,100 experimental thermoelectric materials from UCSB aggregated from 108 source publications and personal communications. Downloaded from Citrine. Source UCSB webpage is http://www.mrl.ucsb.edu:8080/datamine/thermoelectric.jsp. See reference for more information on original data aggregation. No duplicate entries are present, but each src may result in multiple measurements of the same materials' properties at different temperatures or conditions.
2382+
2383+
**Number of entries:** 1093
2384+
2385+
.. list-table::
2386+
:align: left
2387+
:widths: 20 80
2388+
:header-rows: 1
2389+
2390+
* - Column
2391+
- Description
2392+
* - :code:`composition`
2393+
- Chemical formula.
2394+
* - :code:`crystallinity`
2395+
- Either single crystal, polycrystalline, or nanoparticles.
2396+
* - :code:`synthesis`
2397+
- Brief string describing the synthesis method
2398+
* - :code:`spacegroup`
2399+
- Spacegroup number, if available
2400+
* - :code:`rho (ohm.cm)`
2401+
- Electrical resistivity, in ohm.cm
2402+
* - :code:`S [muV/K]`
2403+
- Seebeck coefficient, in microVolts/K, if available
2404+
* - :code:`PF [W/mK^2]`
2405+
- Thermoelectric power factor, conductivity * Seebeck^2, in [W/mK^2] if available
2406+
* - :code:`zT`
2407+
- Thermoelectric figure of merit, PF * T/K, unitless, if available
2408+
* - :code:`kappa [W/mK]`
2409+
- Thermal conductivity in Watt/ meter * Kelvin, if available
2410+
* - :code:`sigma [S/cm]`
2411+
- Electrical conductivity, in Siemens/cm, if available
2412+
* - :code:`T [K]`
2413+
- Temperature in Kelvin at which these properties were obtained, if available
2414+
* - :code:`src`
2415+
- Original source of the recording. To cite the aggregator of the data, see the bibtext_refs section of this metadata.
2416+
2417+
2418+
2419+
**Reference**
2420+
2421+
https://citrination.com/datasets/150557/
2422+
2423+
2424+
2425+
**Bibtex Formatted Citations**
2426+
2427+
.. code-block:: text
2428+
2429+
2430+
@article{Gaultois2013, doi = {10.1021/cm400893e}, url = {https://doi.org/10.1021/cm400893e}, year = {2013}, month = may, publisher = {American Chemical Society ({ACS})}, volume = {25}, number = {15}, pages = {2911--2920}, author = {Michael W. Gaultois and Taylor D. Sparks and Christopher K. H. Borg and Ram Seshadri and William D. Bonificio and David R. Clarke}, title = {Data-Driven Review of Thermoelectric Materials: Performance and Resource Considerations}, journal = {Chemistry of Materials} }
2431+
2432+
@misc{Citrine Informatics, title = {UCSB Thermoelectrics Database}, howpublished = {\url{https://citrination.com/datasets/150557/}, }
2433+
2434+
2435+
2436+
23272437
----------------
23282438
wolverton_oxides
23292439
----------------

docs/_static/documentation_options.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
var DOCUMENTATION_OPTIONS = {
22
URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'),
3-
VERSION: '0.7.6',
3+
VERSION: '0.7.8',
44
LANGUAGE: 'None',
55
COLLAPSE_INDEX: false,
66
BUILDER: 'html',

docs/changelog.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<head>
66
<meta charset="utf-8" />
77
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
8-
<title>MatMiner Changelog &#8212; matminer 0.7.6 documentation</title>
8+
<title>MatMiner Changelog &#8212; matminer 0.7.8 documentation</title>
99
<link rel="stylesheet" href="_static/nature.css" type="text/css" />
1010
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
1111
<script id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script>
@@ -28,7 +28,7 @@ <h3>Navigation</h3>
2828
<li class="right" >
2929
<a href="py-modindex.html" title="Python Module Index"
3030
>modules</a> |</li>
31-
<li class="nav-item nav-item-0"><a href="index.html">matminer 0.7.6 documentation</a> &#187;</li>
31+
<li class="nav-item nav-item-0"><a href="index.html">matminer 0.7.8 documentation</a> &#187;</li>
3232
<li class="nav-item nav-item-this"><a href="">MatMiner Changelog</a></li>
3333
</ul>
3434
</div>
@@ -500,7 +500,7 @@ <h3>Navigation</h3>
500500
<li class="right" >
501501
<a href="py-modindex.html" title="Python Module Index"
502502
>modules</a> |</li>
503-
<li class="nav-item nav-item-0"><a href="index.html">matminer 0.7.6 documentation</a> &#187;</li>
503+
<li class="nav-item nav-item-0"><a href="index.html">matminer 0.7.8 documentation</a> &#187;</li>
504504
<li class="nav-item nav-item-this"><a href="">MatMiner Changelog</a></li>
505505
</ul>
506506
</div>

docs/contributors.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<head>
66
<meta charset="utf-8" />
77
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
8-
<title>MatMiner Contributors &#8212; matminer 0.7.6 documentation</title>
8+
<title>MatMiner Contributors &#8212; matminer 0.7.8 documentation</title>
99
<link rel="stylesheet" href="_static/nature.css" type="text/css" />
1010
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
1111
<script id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script>
@@ -28,7 +28,7 @@ <h3>Navigation</h3>
2828
<li class="right" >
2929
<a href="py-modindex.html" title="Python Module Index"
3030
>modules</a> |</li>
31-
<li class="nav-item nav-item-0"><a href="index.html">matminer 0.7.6 documentation</a> &#187;</li>
31+
<li class="nav-item nav-item-0"><a href="index.html">matminer 0.7.8 documentation</a> &#187;</li>
3232
<li class="nav-item nav-item-this"><a href="">MatMiner Contributors</a></li>
3333
</ul>
3434
</div>
@@ -151,7 +151,7 @@ <h3>Navigation</h3>
151151
<li class="right" >
152152
<a href="py-modindex.html" title="Python Module Index"
153153
>modules</a> |</li>
154-
<li class="nav-item nav-item-0"><a href="index.html">matminer 0.7.6 documentation</a> &#187;</li>
154+
<li class="nav-item nav-item-0"><a href="index.html">matminer 0.7.8 documentation</a> &#187;</li>
155155
<li class="nav-item nav-item-this"><a href="">MatMiner Contributors</a></li>
156156
</ul>
157157
</div>

docs/dataset_addition_guide.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<head>
66
<meta charset="utf-8" />
77
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
8-
<title>Guide to adding datasets to matminer &#8212; matminer 0.7.6 documentation</title>
8+
<title>Guide to adding datasets to matminer &#8212; matminer 0.7.8 documentation</title>
99
<link rel="stylesheet" href="_static/nature.css" type="text/css" />
1010
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
1111
<script id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script>
@@ -28,7 +28,7 @@ <h3>Navigation</h3>
2828
<li class="right" >
2929
<a href="py-modindex.html" title="Python Module Index"
3030
>modules</a> |</li>
31-
<li class="nav-item nav-item-0"><a href="index.html">matminer 0.7.6 documentation</a> &#187;</li>
31+
<li class="nav-item nav-item-0"><a href="index.html">matminer 0.7.8 documentation</a> &#187;</li>
3232
<li class="nav-item nav-item-this"><a href="">Guide to adding datasets to matminer</a></li>
3333
</ul>
3434
</div>
@@ -331,7 +331,7 @@ <h3>Navigation</h3>
331331
<li class="right" >
332332
<a href="py-modindex.html" title="Python Module Index"
333333
>modules</a> |</li>
334-
<li class="nav-item nav-item-0"><a href="index.html">matminer 0.7.6 documentation</a> &#187;</li>
334+
<li class="nav-item nav-item-0"><a href="index.html">matminer 0.7.8 documentation</a> &#187;</li>
335335
<li class="nav-item nav-item-this"><a href="">Guide to adding datasets to matminer</a></li>
336336
</ul>
337337
</div>

0 commit comments

Comments
 (0)