Skip to content

Commit 7ec759b

Browse files
committed
Update to v1.0.2
1 parent 863be07 commit 7ec759b

File tree

85 files changed

+570
-269
lines changed

Some content is hidden

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

85 files changed

+570
-269
lines changed

atomate/__init__.py

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

docs/_sources/advanced_stores.rst.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
Advanced Storage Stratagies
77
==================
88

9-
Storing data greater than 16 Mb
9+
Storing data greater than 16 Mb
1010
============
1111

1212
Introduction
@@ -56,7 +56,7 @@ Note, this AWS profile needs to be available anywhere the ``VaspCalcDb.insert_ta
5656
Usage
5757
-----------
5858

59-
Example: store the charge density
59+
Example: store the charge density
6060

6161
To parse a completed calculation directory. We need to instantiate the ``drone`` with the ``parse_aeccar`` or ``parse_chgcar`` flag.
6262

@@ -72,7 +72,7 @@ Some workflows like the ``StaticWF`` will pass the parsing flags like ``parse_ch
7272
To access the data using the task_id we can call
7373

7474
.. code-block:: python
75-
75+
7676
chgcar = mmdb.get_chgcar(task_id)
7777
7878
Similar functionalities exist for the band structure and DOS.

docs/_sources/atomate.qchem.workflows.base.rst.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,14 @@ atomate.qchem.workflows.base.fragmentation module
2828
:undoc-members:
2929
:show-inheritance:
3030

31+
atomate.qchem.workflows.base.reaction\_path module
32+
--------------------------------------------------
33+
34+
.. automodule:: atomate.qchem.workflows.base.reaction_path
35+
:members:
36+
:undoc-members:
37+
:show-inheritance:
38+
3139
atomate.qchem.workflows.base.torsion\_potential module
3240
------------------------------------------------------
3341

docs/_sources/atomate.qchem.workflows.tests.rst.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,14 @@ atomate.qchem.workflows.tests.test\_parse\_pass\_write module
3636
:undoc-members:
3737
:show-inheritance:
3838

39+
atomate.qchem.workflows.tests.test\_reaction\_path module
40+
---------------------------------------------------------
41+
42+
.. automodule:: atomate.qchem.workflows.tests.test_reaction_path
43+
:members:
44+
:undoc-members:
45+
:show-inheritance:
46+
3947
atomate.qchem.workflows.tests.test\_torsion\_potential module
4048
-------------------------------------------------------------
4149

docs/_sources/atomate.vasp.analysis.rst.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ atomate.vasp.analysis package
44
Submodules
55
----------
66

7+
atomate.vasp.analysis.linear\_response module
8+
---------------------------------------------
9+
10+
.. automodule:: atomate.vasp.analysis.linear_response
11+
:members:
12+
:undoc-members:
13+
:show-inheritance:
14+
715
atomate.vasp.analysis.phonopy module
816
------------------------------------
917

docs/_sources/atomate.vasp.workflows.base.rst.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,14 @@ atomate.vasp.workflows.base.gibbs module
8484
:undoc-members:
8585
:show-inheritance:
8686

87+
atomate.vasp.workflows.base.hubbard\_hund\_linresp module
88+
---------------------------------------------------------
89+
90+
.. automodule:: atomate.vasp.workflows.base.hubbard_hund_linresp
91+
:members:
92+
:undoc-members:
93+
:show-inheritance:
94+
8795
atomate.vasp.workflows.base.lobster module
8896
------------------------------------------
8997

docs/_sources/atomate.vasp.workflows.tests.rst.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,14 @@ atomate.vasp.workflows.tests.test\_ferroelectric\_workflow module
5252
:undoc-members:
5353
:show-inheritance:
5454

55+
atomate.vasp.workflows.tests.test\_hubbard\_hund\_linresp module
56+
----------------------------------------------------------------
57+
58+
.. automodule:: atomate.vasp.workflows.tests.test_hubbard_hund_linresp
59+
:members:
60+
:undoc-members:
61+
:show-inheritance:
62+
5563
atomate.vasp.workflows.tests.test\_insertion\_workflow module
5664
-------------------------------------------------------------
5765

docs/_sources/builders.rst.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,4 @@ Running builders is simple. Note that running builders does not modify the sourc
5555

5656
To try running builders, follow the example in ``atomate.vasp.builders.examples``. Afterwards, inspect your MongoDB database to find the new collections and data.
5757

58-
Note that builders have a reset() function in case you want to start over.
58+
Note that builders have a reset() function in case you want to start over.

docs/_sources/changelog.rst.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,4 +366,4 @@ atomate Changelog
366366

367367
**v0.0.3**
368368

369-
* initial release (A. Jain, S.P. Ong, K. Mathew, M. Aykol)
369+
* initial release (A. Jain, S.P. Ong, K. Mathew, M. Aykol)

docs/_sources/concepts.rst.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,4 @@ might come in handy when setting the NCORE parameter on NERSC machines:
6565

6666
Thus, a good starting point is to set NCORE=4 for Matgen/Edison and NCORE=8 for
6767
Cori. Reduce NCORE if you want to try to increase speed at the risk of having
68-
lower memory available per orbital.
68+
lower memory available per orbital.

0 commit comments

Comments
 (0)