Skip to content

Commit c8dee0b

Browse files
committed
Update to v0.9.8
1 parent 404187f commit c8dee0b

File tree

67 files changed

+4249
-408
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

67 files changed

+4249
-408
lines changed

atomate/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.9.6"
1+
__version__ = "0.9.8"

docs/_sources/contributors.rst.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Contributors
33
============
44

5-
.. caution:: Starting v0.9.6 onwards, the contributors list is no longer maintained. Please check the Github commit log for a record of changes.
5+
.. caution:: Starting v0.9.6 onwards, the contributors list is no longer maintained. the contributors list is no longer maintained. Please check the Github contributors list instead.
66

77
atomate development is led by the Hacking Materials research group led by Anubhav Jain at Lawrence Berkeley National Lab, using primarily research funding from U.S. Department of Energy Early Career program; additional support and funding is from the U.S. Department of Energy Materials Project program.
88

docs/_sources/index.rst.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ The list of contributors to atomate can be found :doc:`here </contributors>`.
109109

110110
There is an `atomate Discourse forum`_ dedicated to discussion and basic support.
111111

112-
For specifics on how to contribute, see our `contribution guidelines. <https://github.com/hackingmaterials/atomate/blob/master/CONTRIBUTING.md>`_
112+
For specifics on how to contribute, see our `contribution guidelines. <https://github.com/hackingmaterials/atomate/blob/main/CONTRIBUTING.md>`_
113113

114114
.. _atomate Discourse forum: https://discuss.matsci.org/c/atomate
115115

docs/_sources/installation.rst.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ This is not at all required, but if you want to see what the queue templates loo
344344

345345
.. _FireWorks documentation for writing queue adapters: https://materialsproject.github.io/fireworks/qadapter_programming.html?highlight=qadapter
346346

347-
.. _here: https://github.com/materialsproject/fireworks/tree/master/fireworks/user_objects/queue_adapters
347+
.. _here: https://github.com/materialsproject/fireworks/tree/main/fireworks/user_objects/queue_adapters
348348

349349

350350
FW_config.yaml
@@ -481,7 +481,7 @@ Below are 4 different options for adding a workflow to the database. You only ne
481481
All of these function specify (i) a type of workflow and (ii) the structure to feed into that workflow.
482482
483483
* The ``-l vasp`` option states to use the ``vasp`` library of workflows.
484-
* The ``-s optimize_only.yaml`` sets the specification of the workflow using the ``optimize_only.yaml`` file in `this directory <https://github.com/hackingmaterials/atomate/blob/master/atomate/vasp/workflows/base/library/>`_. Alternatively, the ``-p wf_structure_optimization`` sets the workflow specification using the preset Python function located in `this module <https://github.com/hackingmaterials/atomate/blob/master/atomate/vasp/workflows/presets/core.py>`_. For now, it's probably best not to worry about the distinction but to know that both libraries of workflows are available to you.
484+
* The ``-s optimize_only.yaml`` sets the specification of the workflow using the ``optimize_only.yaml`` file in `this directory <https://github.com/hackingmaterials/atomate/blob/main/atomate/vasp/workflows/base/library/>`_. Alternatively, the ``-p wf_structure_optimization`` sets the workflow specification using the preset Python function located in `this module <https://github.com/hackingmaterials/atomate/blob/main/atomate/vasp/workflows/presets/core.py>`_. For now, it's probably best not to worry about the distinction but to know that both libraries of workflows are available to you.
485485
* The ``-c`` option is used in file-based workflows to make sure that one uses the ``vasp_cmd`` and ``db_file`` that are specified in ``my_fworker.yaml`` that you specified earlier. In the preset workflows, it is the default behavior to take these parameters from the ``my_fworker.yaml`` so this option is not needed.
486486
487487
Verify the workflow

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.9.6',
3+
VERSION: '0.9.8',
44
LANGUAGE: 'None',
55
COLLAPSE_INDEX: false,
66
BUILDER: 'html',

docs/advanced_stores.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>Advanced Storage Stratagies &#8212; atomate 0.9.6 documentation</title>
8+
<title>Advanced Storage Stratagies &#8212; atomate 0.9.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">atomate 0.9.6 documentation</a> &#187;</li>
31+
<li class="nav-item nav-item-0"><a href="index.html">atomate 0.9.8 documentation</a> &#187;</li>
3232
<li class="nav-item nav-item-this"><a href="">Advanced Storage Stratagies</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">atomate 0.9.6 documentation</a> &#187;</li>
154+
<li class="nav-item nav-item-0"><a href="index.html">atomate 0.9.8 documentation</a> &#187;</li>
155155
<li class="nav-item nav-item-this"><a href="">Advanced Storage Stratagies</a></li>
156156
</ul>
157157
</div>

0 commit comments

Comments
 (0)