Metadata-Version: 2.1
Name: workgraph-collections
Version: 0.1.6
Summary: Collections of node-based workflow created using aiida-workgraph.
Keywords: aiida,workflows
Author-email: Xing Wang <xingwang1991@gmail.com>
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Classifier: Development Status :: 1 - Planning
Classifier: Framework :: AiiDA
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering
Requires-Dist: aiida-workgraph>=0.3.10
Requires-Dist: ase>=3.23.0
Requires-Dist: ase-quantumespresso
Requires-Dist: aiida-quantumespresso
Requires-Dist: aiida-cp2k
Requires-Dist: aiida-bader
Requires-Dist: sphinx_rtd_theme ; extra == "docs"
Requires-Dist: sphinx~=7.2 ; extra == "docs"
Requires-Dist: sphinx-copybutton~=0.5.0 ; extra == "docs"
Requires-Dist: sphinx-design~=0.5.0 ; extra == "docs"
Requires-Dist: sphinx-notfound-page~=1.0 ; extra == "docs"
Requires-Dist: sphinxext-rediraffe~=0.2.4 ; extra == "docs"
Requires-Dist: sphinx-intl~=2.1.0 ; extra == "docs"
Requires-Dist: myst-nb~=1.0.0 ; extra == "docs"
Requires-Dist: nbsphinx ; extra == "docs"
Requires-Dist: pre-commit~=2.2 ; extra == "pre-commit"
Requires-Dist: pylint~=2.17.4 ; extra == "pre-commit"
Requires-Dist: pytest~=7.0 ; extra == "tests"
Requires-Dist: pytest-cov~=2.7,<2.11 ; extra == "tests"
Requires-Dist: playwright ; extra == "tests"
Requires-Dist: httpx ; extra == "tests"
Project-URL: Documentation, https://workgraph-collections.readthedocs.io
Project-URL: Source, https://github.com/superstar54/workgraph-collections
Provides-Extra: docs
Provides-Extra: pre-commit
Provides-Extra: tests

# workgraph-collections
[![PyPI version](https://badge.fury.io/py/workgraph-collections.svg)](https://badge.fury.io/py/workgraph-collections)
[![Unit test](https://github.com/superstar54/workgraph-collections/actions/workflows/ci.yaml/badge.svg)](https://github.com/superstar54/workgraph-collections/actions/workflows/ci.yaml)
[![codecov](https://codecov.io/gh/superstar54/workgraph-collections/branch/main/graph/badge.svg)](https://codecov.io/gh/superstar54/workgraph-collections)
[![Docs status](https://readthedocs.org/projects/workgraph-collections/badge)](http://workgraph-collections.readthedocs.io/)


This repository offers a variety of workgraphs tailored to different computational codes, providing practical demonstrations of how to utilize aiida-workgraph. Please note, however, that these examples are intended for illustrative purposes only and may not always represent the most correct or efficient usage.


## Installation
Install the latest version of the package from github:

```bash
pip install git+https://github.com/superstar54/workgraph-collections.git
```


## Qauntum ESPRESSO

- [Equation of state (EOS)](https://workgraph-collections.readthedocs.io/en/latest/qe/eos.html)
- [Bands structure](https://workgraph-collections.readthedocs.io/en/latest/qe/bands.html)
- [Projected density of states (PDOS)](https://workgraph-collections.readthedocs.io/en/latest/qe/pdos.html)
- [X-ray photoelectron spectroscopy (XPS)](https://workgraph-collections.readthedocs.io/en/latest/qe/xps.html)
- [Bader Charge](https://workgraph-collections.readthedocs.io/en/latest/qe/bader.html)
- [Wannier90](https://workgraph-collections.readthedocs.io/en/latest/qe/wannier90.html)

## CP2K

- [Equation of state (EOS)](https://workgraph-collections.readthedocs.io/en/latest/cp2k/eos.html)
- [X-ray photoelectron spectroscopy (XPS)](https://workgraph-collections.readthedocs.io/en/latest/cp2k/xps.html)


## ASE

- EMT calculator

  - [Calculator](https://workgraph-collections.readthedocs.io/en/latest/ase/emt/base.html)
  - [Atomization energy](https://workgraph-collections.readthedocs.io/en/latest/ase/emt.html)

- Espresso calculator

  - [Calculator](https://workgraph-collections.readthedocs.io/en/latest/ase/espresso/base.html)
  - [Atomization energy](https://workgraph-collections.readthedocs.io/en/latest/ase/espresso/atomization.html)
  - [Equation of state (EOS)](https://workgraph-collections.readthedocs.io/en/latest/ase/espresso/eos.html)
  - [Elastic constants](https://workgraph-collections.readthedocs.io/en/latest/ase/espresso/elastic.html)
  - [Bands structure](https://workgraph-collections.readthedocs.io/en/latest/ase/espresso/bands.html)
  - [Projected density of states (PDOS)](https://workgraph-collections.readthedocs.io/en/latest/ase/espresso/pdos.html)
  - [Bader Charge](https://workgraph-collections.readthedocs.io/en/latest/ase/espresso/bader.html)
  - [X-ray photoelectron spectroscopy (XPS)](https://workgraph-collections.readthedocs.io/en/latest/ase/espresso/xps.html)
  - [X-ray Absorption Near Edge Structure (XANES)](https://workgraph-collections.readthedocs.io/en/latest/ase/espresso/xas.html) (Ongoing)


## GPAW

- [Calculator](https://workgraph-collections.readthedocs.io/en/latest/gpaw/base.html)
- [Wannier90](https://workgraph-collections.readthedocs.io/en/latest/gpaw/wannier90.html)

