@@ -13,7 +13,7 @@ Atomate2 is a free, open-source software for performing complex materials scienc
13
13
workflows using simple Python functions. Features of atomate2 include
14
14
15
15
- It is built on open-source libraries: [ pymatgen] , [ custodian] , [ jobflow] , and
16
- [ FireWorks] .
16
+ [ jobflow-remote ] or [ FireWorks] .
17
17
- A library of "standard" workflows to compute a wide variety of desired materials
18
18
properties.
19
19
- The ability scale from a single material, to 100 materials, or 100,000 materials.
@@ -81,8 +81,8 @@ See the [installation] steps for details how to set all of this up.
81
81
82
82
In this example, we execute the workflow immediately. In many cases, you might want
83
83
to perform calculations on several materials simultaneously. To achieve this, all
84
- atomate2 workflows can be run using the [ FireWorks] software. See the
85
- [ documentation] [ atomate2_fireworks ] for more details.
84
+ atomate2 workflows can be run using the [ jobflow-remote ] or [ FireWorks] software. See the
85
+ [ jobflow-remote-specific documentation ] [ atomate2-jobflow-remote ] or [ fireworks-specific documentation] [ atomate2_fireworks ] for more details.
86
86
87
87
## Installation
88
88
@@ -141,6 +141,7 @@ A journal submission of `atomate2` is undergoing peer review. In the meantime, p
141
141
[ pymatgen ] : https://pymatgen.org
142
142
[ fireworks ] : https://materialsproject.github.io/fireworks/
143
143
[ jobflow ] : https://materialsproject.github.io/jobflow/
144
+ [ jobflow-remote ] : https://github.com/Matgenix/jobflow-remote
144
145
[ custodian ] : https://materialsproject.github.io/custodian/
145
146
[ VASP ] : https://www.vasp.at
146
147
[ AMSET ] : https://hackingmaterials.lbl.gov/amset/
@@ -154,6 +155,7 @@ A journal submission of `atomate2` is undergoing peer review. In the meantime, p
154
155
[ running-workflows ] : https://materialsproject.github.io/atomate2/user/running-workflows.html
155
156
[ key-concepts ] : https://materialsproject.github.io/atomate2/user/key_concepts_overview.html#key-concepts-in-atomate2-job-flow-makers-inputset-taskdocument-and-builder
156
157
[ atomate2_fireworks ] : https://materialsproject.github.io/atomate2/user/fireworks.html
158
+ [ atomate2-jobflow-remote ] : https://materialsproject.github.io/atomate2/user/jobflow-remote.html
157
159
[ vasp_workflows ] : https://materialsproject.github.io/atomate2/user/codes/vasp.html
158
160
[ RelaxBandStructure ] : https://materialsproject.github.io/atomate2/user/codes/vasp.html#relax-and-band-structure
159
161
[ Lobster ] : http://www.cohp.de
0 commit comments