Skip to content

Commit b4a9ac0

Browse files
committed
Update to v0.9.4
1 parent d1a8fe0 commit b4a9ac0

File tree

65 files changed

+588
-4442
lines changed

Some content is hidden

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

65 files changed

+588
-4442
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.3"
1+
__version__ = "0.9.4"

docs/_sources/changelog.rst.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
atomate Changelog
33
=================
44

5+
**v0.9.4**
6+
7+
* Fixes for new pymatgen (S. Blau, S.P. Ong)
8+
9+
510
**v0.9.3**
611

712
* Minor change to enforce storing chgcars, clean up old kwargs in MagneticOrderings workflow (M. Horton)

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

docs/atomate.common.firetasks.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<html xmlns="http://www.w3.org/1999/xhtml">
55
<head>
66
<meta charset="utf-8" />
7-
<title>atomate.common.firetasks package &#8212; atomate 0.9.3 documentation</title>
7+
<title>atomate.common.firetasks package &#8212; atomate 0.9.4 documentation</title>
88
<link rel="stylesheet" href="_static/nature.css" type="text/css" />
99
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
1010
<script type="text/javascript" id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script>
@@ -27,7 +27,7 @@ <h3>Navigation</h3>
2727
<li class="right" >
2828
<a href="py-modindex.html" title="Python Module Index"
2929
>modules</a> |</li>
30-
<li class="nav-item nav-item-0"><a href="index.html">atomate 0.9.3 documentation</a> &#187;</li>
30+
<li class="nav-item nav-item-0"><a href="index.html">atomate 0.9.4 documentation</a> &#187;</li>
3131
</ul>
3232
</div>
3333

@@ -44,7 +44,7 @@ <h2>Subpackages<a class="headerlink" href="#subpackages" title="Permalink to thi
4444
<ul>
4545
<li class="toctree-l1"><a class="reference internal" href="atomate.common.firetasks.tests.html">atomate.common.firetasks.tests package</a><ul>
4646
<li class="toctree-l2"><a class="reference internal" href="atomate.common.firetasks.tests.html#submodules">Submodules</a></li>
47-
<li class="toctree-l2"><a class="reference internal" href="atomate.common.firetasks.tests.html#module-atomate.common.firetasks.tests.test_glue_tasks">atomate.common.firetasks.tests.test_glue_tasks module</a></li>
47+
<li class="toctree-l2"><a class="reference internal" href="atomate.common.firetasks.tests.html#atomate-common-firetasks-tests-test-glue-tasks-module">atomate.common.firetasks.tests.test_glue_tasks module</a></li>
4848
<li class="toctree-l2"><a class="reference internal" href="atomate.common.firetasks.tests.html#module-atomate.common.firetasks.tests.test_parse_outputs">atomate.common.firetasks.tests.test_parse_outputs module</a></li>
4949
<li class="toctree-l2"><a class="reference internal" href="atomate.common.firetasks.tests.html#module-atomate.common.firetasks.tests">Module contents</a></li>
5050
</ul>
@@ -292,7 +292,7 @@ <h2>Submodules<a class="headerlink" href="#submodules" title="Permalink to this
292292
<dt>Required params:</dt><dd><p>name (str): descriptive name for this calculation file/dir</p>
293293
</dd>
294294
<dt>Optional params:</dt><dd><dl class="simple">
295-
<dt>filesystem (str or custom user format): name of filesystem. Supports env_chk. </dt><dd><p>defaults to None</p>
295+
<dt>filesystem (str or custom user format): name of filesystem. Supports env_chk.</dt><dd><p>defaults to None</p>
296296
</dd>
297297
<dt>path (str): The path to the directory containing the calculation. defaults to</dt><dd><p>current working directory.</p>
298298
</dd>
@@ -354,10 +354,10 @@ <h2>Submodules<a class="headerlink" href="#submodules" title="Permalink to this
354354
to designate the stress from the last ionic_step. If the value
355355
is not a string or does not begin with “&gt;&gt;”, it is passed as is.</p>
356356
</dd>
357-
<dt>parse_class (str): string representation of complete path to a class </dt><dd><p>with which to parse the output, e. g. pymatgen.io.vasp.Vasprun
357+
<dt>parse_class (str): string representation of complete path to a class</dt><dd><p>with which to parse the output, e. g. pymatgen.io.vasp.Vasprun
358358
or pymatgen.io.feff.LDos.from_file, class must be MSONable</p>
359359
</dd>
360-
<dt>parse_kwargs (str): dict of kwargs for the parse class,</dt><dd><p>e. g. {“filename”: “vasprun.xml”, “parse_dos”: False,
360+
<dt>parse_kwargs (str): dict of kwargs for the parse class,</dt><dd><p>e. g. {“filename”: “vasprun.xml”, “parse_dos”: False,
361361
“parse_eigen”: False}</p>
362362
</dd>
363363
</dl>
@@ -658,7 +658,7 @@ <h3>Navigation</h3>
658658
<li class="right" >
659659
<a href="py-modindex.html" title="Python Module Index"
660660
>modules</a> |</li>
661-
<li class="nav-item nav-item-0"><a href="index.html">atomate 0.9.3 documentation</a> &#187;</li>
661+
<li class="nav-item nav-item-0"><a href="index.html">atomate 0.9.4 documentation</a> &#187;</li>
662662
</ul>
663663
</div>
664664

docs/atomate.common.firetasks.tests.html

Lines changed: 6 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<html xmlns="http://www.w3.org/1999/xhtml">
55
<head>
66
<meta charset="utf-8" />
7-
<title>atomate.common.firetasks.tests package &#8212; atomate 0.9.3 documentation</title>
7+
<title>atomate.common.firetasks.tests package &#8212; atomate 0.9.4 documentation</title>
88
<link rel="stylesheet" href="_static/nature.css" type="text/css" />
99
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
1010
<script type="text/javascript" id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script>
@@ -27,7 +27,7 @@ <h3>Navigation</h3>
2727
<li class="right" >
2828
<a href="py-modindex.html" title="Python Module Index"
2929
>modules</a> |</li>
30-
<li class="nav-item nav-item-0"><a href="index.html">atomate 0.9.3 documentation</a> &#187;</li>
30+
<li class="nav-item nav-item-0"><a href="index.html">atomate 0.9.4 documentation</a> &#187;</li>
3131
</ul>
3232
</div>
3333

@@ -41,58 +41,8 @@ <h1>atomate.common.firetasks.tests package<a class="headerlink" href="#atomate-c
4141
<div class="section" id="submodules">
4242
<h2>Submodules<a class="headerlink" href="#submodules" title="Permalink to this headline"></a></h2>
4343
</div>
44-
<div class="section" id="module-atomate.common.firetasks.tests.test_glue_tasks">
45-
<span id="atomate-common-firetasks-tests-test-glue-tasks-module"></span><h2>atomate.common.firetasks.tests.test_glue_tasks module<a class="headerlink" href="#module-atomate.common.firetasks.tests.test_glue_tasks" title="Permalink to this headline"></a></h2>
46-
<dl class="class">
47-
<dt id="atomate.common.firetasks.tests.test_glue_tasks.TestCopyFilesFromCalcLoc">
48-
<em class="property">class </em><code class="sig-prename descclassname">atomate.common.firetasks.tests.test_glue_tasks.</code><code class="sig-name descname">TestCopyFilesFromCalcLoc</code><span class="sig-paren">(</span><em class="sig-param">methodName='runTest'</em><span class="sig-paren">)</span><a class="headerlink" href="#atomate.common.firetasks.tests.test_glue_tasks.TestCopyFilesFromCalcLoc" title="Permalink to this definition"></a></dt>
49-
<dd><p>Bases: <a class="reference internal" href="atomate.utils.html#atomate.utils.testing.AtomateTest" title="atomate.utils.testing.AtomateTest"><code class="xref py py-class docutils literal notranslate"><span class="pre">atomate.utils.testing.AtomateTest</span></code></a></p>
50-
<dl class="method">
51-
<dt id="atomate.common.firetasks.tests.test_glue_tasks.TestCopyFilesFromCalcLoc.setUpClass">
52-
<em class="property">classmethod </em><code class="sig-name descname">setUpClass</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#atomate.common.firetasks.tests.test_glue_tasks.TestCopyFilesFromCalcLoc.setUpClass" title="Permalink to this definition"></a></dt>
53-
<dd><p>Hook method for setting up class fixture before running tests in the class.</p>
54-
</dd></dl>
55-
56-
<dl class="method">
57-
<dt id="atomate.common.firetasks.tests.test_glue_tasks.TestCopyFilesFromCalcLoc.test_copyfilesfromcalcloc">
58-
<code class="sig-name descname">test_copyfilesfromcalcloc</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#atomate.common.firetasks.tests.test_glue_tasks.TestCopyFilesFromCalcLoc.test_copyfilesfromcalcloc" title="Permalink to this definition"></a></dt>
59-
<dd></dd></dl>
60-
61-
</dd></dl>
62-
63-
<dl class="class">
64-
<dt id="atomate.common.firetasks.tests.test_glue_tasks.TestCreateFolder">
65-
<em class="property">class </em><code class="sig-prename descclassname">atomate.common.firetasks.tests.test_glue_tasks.</code><code class="sig-name descname">TestCreateFolder</code><span class="sig-paren">(</span><em class="sig-param">methodName='runTest'</em><span class="sig-paren">)</span><a class="headerlink" href="#atomate.common.firetasks.tests.test_glue_tasks.TestCreateFolder" title="Permalink to this definition"></a></dt>
66-
<dd><p>Bases: <a class="reference internal" href="atomate.utils.html#atomate.utils.testing.AtomateTest" title="atomate.utils.testing.AtomateTest"><code class="xref py py-class docutils literal notranslate"><span class="pre">atomate.utils.testing.AtomateTest</span></code></a></p>
67-
<dl class="method">
68-
<dt id="atomate.common.firetasks.tests.test_glue_tasks.TestCreateFolder.test_createfolder">
69-
<code class="sig-name descname">test_createfolder</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#atomate.common.firetasks.tests.test_glue_tasks.TestCreateFolder.test_createfolder" title="Permalink to this definition"></a></dt>
70-
<dd></dd></dl>
71-
72-
</dd></dl>
73-
74-
<dl class="class">
75-
<dt id="atomate.common.firetasks.tests.test_glue_tasks.TestDeleteFiles">
76-
<em class="property">class </em><code class="sig-prename descclassname">atomate.common.firetasks.tests.test_glue_tasks.</code><code class="sig-name descname">TestDeleteFiles</code><span class="sig-paren">(</span><em class="sig-param">methodName='runTest'</em><span class="sig-paren">)</span><a class="headerlink" href="#atomate.common.firetasks.tests.test_glue_tasks.TestDeleteFiles" title="Permalink to this definition"></a></dt>
77-
<dd><p>Bases: <a class="reference internal" href="atomate.utils.html#atomate.utils.testing.AtomateTest" title="atomate.utils.testing.AtomateTest"><code class="xref py py-class docutils literal notranslate"><span class="pre">atomate.utils.testing.AtomateTest</span></code></a></p>
78-
<dl class="method">
79-
<dt id="atomate.common.firetasks.tests.test_glue_tasks.TestDeleteFiles.test_cleanupfiles">
80-
<code class="sig-name descname">test_cleanupfiles</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#atomate.common.firetasks.tests.test_glue_tasks.TestDeleteFiles.test_cleanupfiles" title="Permalink to this definition"></a></dt>
81-
<dd></dd></dl>
82-
83-
</dd></dl>
84-
85-
<dl class="class">
86-
<dt id="atomate.common.firetasks.tests.test_glue_tasks.TestPassCalcLocs">
87-
<em class="property">class </em><code class="sig-prename descclassname">atomate.common.firetasks.tests.test_glue_tasks.</code><code class="sig-name descname">TestPassCalcLocs</code><span class="sig-paren">(</span><em class="sig-param">methodName='runTest'</em><span class="sig-paren">)</span><a class="headerlink" href="#atomate.common.firetasks.tests.test_glue_tasks.TestPassCalcLocs" title="Permalink to this definition"></a></dt>
88-
<dd><p>Bases: <a class="reference internal" href="atomate.utils.html#atomate.utils.testing.AtomateTest" title="atomate.utils.testing.AtomateTest"><code class="xref py py-class docutils literal notranslate"><span class="pre">atomate.utils.testing.AtomateTest</span></code></a></p>
89-
<dl class="method">
90-
<dt id="atomate.common.firetasks.tests.test_glue_tasks.TestPassCalcLocs.test_passcalclocs">
91-
<code class="sig-name descname">test_passcalclocs</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#atomate.common.firetasks.tests.test_glue_tasks.TestPassCalcLocs.test_passcalclocs" title="Permalink to this definition"></a></dt>
92-
<dd></dd></dl>
93-
94-
</dd></dl>
95-
44+
<div class="section" id="atomate-common-firetasks-tests-test-glue-tasks-module">
45+
<h2>atomate.common.firetasks.tests.test_glue_tasks module<a class="headerlink" href="#atomate-common-firetasks-tests-test-glue-tasks-module" title="Permalink to this headline"></a></h2>
9646
</div>
9747
<div class="section" id="module-atomate.common.firetasks.tests.test_parse_outputs">
9848
<span id="atomate-common-firetasks-tests-test-parse-outputs-module"></span><h2>atomate.common.firetasks.tests.test_parse_outputs module<a class="headerlink" href="#module-atomate.common.firetasks.tests.test_parse_outputs" title="Permalink to this headline"></a></h2>
@@ -170,7 +120,7 @@ <h3><a href="index.html">Table of Contents</a></h3>
170120
<ul>
171121
<li><a class="reference internal" href="#">atomate.common.firetasks.tests package</a><ul>
172122
<li><a class="reference internal" href="#submodules">Submodules</a></li>
173-
<li><a class="reference internal" href="#module-atomate.common.firetasks.tests.test_glue_tasks">atomate.common.firetasks.tests.test_glue_tasks module</a></li>
123+
<li><a class="reference internal" href="#atomate-common-firetasks-tests-test-glue-tasks-module">atomate.common.firetasks.tests.test_glue_tasks module</a></li>
174124
<li><a class="reference internal" href="#module-atomate.common.firetasks.tests.test_parse_outputs">atomate.common.firetasks.tests.test_parse_outputs module</a></li>
175125
<li><a class="reference internal" href="#module-atomate.common.firetasks.tests">Module contents</a></li>
176126
</ul>
@@ -207,7 +157,7 @@ <h3>Navigation</h3>
207157
<li class="right" >
208158
<a href="py-modindex.html" title="Python Module Index"
209159
>modules</a> |</li>
210-
<li class="nav-item nav-item-0"><a href="index.html">atomate 0.9.3 documentation</a> &#187;</li>
160+
<li class="nav-item nav-item-0"><a href="index.html">atomate 0.9.4 documentation</a> &#187;</li>
211161
</ul>
212162
</div>
213163

docs/atomate.common.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<html xmlns="http://www.w3.org/1999/xhtml">
55
<head>
66
<meta charset="utf-8" />
7-
<title>atomate.common package &#8212; atomate 0.9.3 documentation</title>
7+
<title>atomate.common package &#8212; atomate 0.9.4 documentation</title>
88
<link rel="stylesheet" href="_static/nature.css" type="text/css" />
99
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
1010
<script type="text/javascript" id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script>
@@ -27,7 +27,7 @@ <h3>Navigation</h3>
2727
<li class="right" >
2828
<a href="py-modindex.html" title="Python Module Index"
2929
>modules</a> |</li>
30-
<li class="nav-item nav-item-0"><a href="index.html">atomate 0.9.3 documentation</a> &#187;</li>
30+
<li class="nav-item nav-item-0"><a href="index.html">atomate 0.9.4 documentation</a> &#187;</li>
3131
</ul>
3232
</div>
3333

@@ -46,7 +46,7 @@ <h2>Subpackages<a class="headerlink" href="#subpackages" title="Permalink to thi
4646
<li class="toctree-l2"><a class="reference internal" href="atomate.common.firetasks.html#subpackages">Subpackages</a><ul>
4747
<li class="toctree-l3"><a class="reference internal" href="atomate.common.firetasks.tests.html">atomate.common.firetasks.tests package</a><ul>
4848
<li class="toctree-l4"><a class="reference internal" href="atomate.common.firetasks.tests.html#submodules">Submodules</a></li>
49-
<li class="toctree-l4"><a class="reference internal" href="atomate.common.firetasks.tests.html#module-atomate.common.firetasks.tests.test_glue_tasks">atomate.common.firetasks.tests.test_glue_tasks module</a></li>
49+
<li class="toctree-l4"><a class="reference internal" href="atomate.common.firetasks.tests.html#atomate-common-firetasks-tests-test-glue-tasks-module">atomate.common.firetasks.tests.test_glue_tasks module</a></li>
5050
<li class="toctree-l4"><a class="reference internal" href="atomate.common.firetasks.tests.html#module-atomate.common.firetasks.tests.test_parse_outputs">atomate.common.firetasks.tests.test_parse_outputs module</a></li>
5151
<li class="toctree-l4"><a class="reference internal" href="atomate.common.firetasks.tests.html#module-atomate.common.firetasks.tests">Module contents</a></li>
5252
</ul>
@@ -113,7 +113,7 @@ <h3>Navigation</h3>
113113
<li class="right" >
114114
<a href="py-modindex.html" title="Python Module Index"
115115
>modules</a> |</li>
116-
<li class="nav-item nav-item-0"><a href="index.html">atomate 0.9.3 documentation</a> &#187;</li>
116+
<li class="nav-item nav-item-0"><a href="index.html">atomate 0.9.4 documentation</a> &#187;</li>
117117
</ul>
118118
</div>
119119

docs/atomate.feff.firetasks.html

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<html xmlns="http://www.w3.org/1999/xhtml">
55
<head>
66
<meta charset="utf-8" />
7-
<title>atomate.feff.firetasks package &#8212; atomate 0.9.3 documentation</title>
7+
<title>atomate.feff.firetasks package &#8212; atomate 0.9.4 documentation</title>
88
<link rel="stylesheet" href="_static/nature.css" type="text/css" />
99
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
1010
<script type="text/javascript" id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script>
@@ -27,7 +27,7 @@ <h3>Navigation</h3>
2727
<li class="right" >
2828
<a href="py-modindex.html" title="Python Module Index"
2929
>modules</a> |</li>
30-
<li class="nav-item nav-item-0"><a href="index.html">atomate 0.9.3 documentation</a> &#187;</li>
30+
<li class="nav-item nav-item-0"><a href="index.html">atomate 0.9.4 documentation</a> &#187;</li>
3131
</ul>
3232
</div>
3333

@@ -220,6 +220,7 @@ <h2>Submodules<a class="headerlink" href="#submodules" title="Permalink to this
220220
</div>
221221
<div class="section" id="module-atomate.feff.firetasks.run_calc">
222222
<span id="atomate-feff-firetasks-run-calc-module"></span><h2>atomate.feff.firetasks.run_calc module<a class="headerlink" href="#module-atomate.feff.firetasks.run_calc" title="Permalink to this headline"></a></h2>
223+
<p>This module defines tasks to run FEFF.</p>
223224
<dl class="class">
224225
<dt id="atomate.feff.firetasks.run_calc.RunFeffDirect">
225226
<em class="property">class </em><code class="sig-prename descclassname">atomate.feff.firetasks.run_calc.</code><code class="sig-name descname">RunFeffDirect</code><span class="sig-paren">(</span><em class="sig-param">*args</em>, <em class="sig-param">**kwargs</em><span class="sig-paren">)</span><a class="headerlink" href="#atomate.feff.firetasks.run_calc.RunFeffDirect" title="Permalink to this definition"></a></dt>
@@ -264,6 +265,7 @@ <h2>Submodules<a class="headerlink" href="#submodules" title="Permalink to this
264265
</div>
265266
<div class="section" id="module-atomate.feff.firetasks.write_inputs">
266267
<span id="atomate-feff-firetasks-write-inputs-module"></span><h2>atomate.feff.firetasks.write_inputs module<a class="headerlink" href="#module-atomate.feff.firetasks.write_inputs" title="Permalink to this headline"></a></h2>
268+
<p>This module defines tasks for writing FEFF input sets.</p>
267269
<dl class="class">
268270
<dt id="atomate.feff.firetasks.write_inputs.WriteEXAFSPaths">
269271
<em class="property">class </em><code class="sig-prename descclassname">atomate.feff.firetasks.write_inputs.</code><code class="sig-name descname">WriteEXAFSPaths</code><span class="sig-paren">(</span><em class="sig-param">*args</em>, <em class="sig-param">**kwargs</em><span class="sig-paren">)</span><a class="headerlink" href="#atomate.feff.firetasks.write_inputs.WriteEXAFSPaths" title="Permalink to this definition"></a></dt>
@@ -442,7 +444,7 @@ <h3>Navigation</h3>
442444
<li class="right" >
443445
<a href="py-modindex.html" title="Python Module Index"
444446
>modules</a> |</li>
445-
<li class="nav-item nav-item-0"><a href="index.html">atomate 0.9.3 documentation</a> &#187;</li>
447+
<li class="nav-item nav-item-0"><a href="index.html">atomate 0.9.4 documentation</a> &#187;</li>
446448
</ul>
447449
</div>
448450

0 commit comments

Comments
 (0)