workgraph-collections


Nameworkgraph-collections JSON
Version 0.1.6 PyPI version JSON
download
home_pageNone
SummaryCollections of node-based workflow created using aiida-workgraph.
upload_time2024-07-12 13:19:59
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9
licenseNone
keywords aiida workflows
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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)


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "workgraph-collections",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "aiida, workflows",
    "author": null,
    "author_email": "Xing Wang <xingwang1991@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/ef/12/21f4e4c99a3e87c62ddbd2d8822d4189334d0a000ef3eb8cc500484689b2/workgraph_collections-0.1.6.tar.gz",
    "platform": null,
    "description": "# workgraph-collections\n[![PyPI version](https://badge.fury.io/py/workgraph-collections.svg)](https://badge.fury.io/py/workgraph-collections)\n[![Unit test](https://github.com/superstar54/workgraph-collections/actions/workflows/ci.yaml/badge.svg)](https://github.com/superstar54/workgraph-collections/actions/workflows/ci.yaml)\n[![codecov](https://codecov.io/gh/superstar54/workgraph-collections/branch/main/graph/badge.svg)](https://codecov.io/gh/superstar54/workgraph-collections)\n[![Docs status](https://readthedocs.org/projects/workgraph-collections/badge)](http://workgraph-collections.readthedocs.io/)\n\n\nThis 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.\n\n\n## Installation\nInstall the latest version of the package from github:\n\n```bash\npip install git+https://github.com/superstar54/workgraph-collections.git\n```\n\n\n## Qauntum ESPRESSO\n\n- [Equation of state (EOS)](https://workgraph-collections.readthedocs.io/en/latest/qe/eos.html)\n- [Bands structure](https://workgraph-collections.readthedocs.io/en/latest/qe/bands.html)\n- [Projected density of states (PDOS)](https://workgraph-collections.readthedocs.io/en/latest/qe/pdos.html)\n- [X-ray photoelectron spectroscopy (XPS)](https://workgraph-collections.readthedocs.io/en/latest/qe/xps.html)\n- [Bader Charge](https://workgraph-collections.readthedocs.io/en/latest/qe/bader.html)\n- [Wannier90](https://workgraph-collections.readthedocs.io/en/latest/qe/wannier90.html)\n\n## CP2K\n\n- [Equation of state (EOS)](https://workgraph-collections.readthedocs.io/en/latest/cp2k/eos.html)\n- [X-ray photoelectron spectroscopy (XPS)](https://workgraph-collections.readthedocs.io/en/latest/cp2k/xps.html)\n\n\n## ASE\n\n- EMT calculator\n\n  - [Calculator](https://workgraph-collections.readthedocs.io/en/latest/ase/emt/base.html)\n  - [Atomization energy](https://workgraph-collections.readthedocs.io/en/latest/ase/emt.html)\n\n- Espresso calculator\n\n  - [Calculator](https://workgraph-collections.readthedocs.io/en/latest/ase/espresso/base.html)\n  - [Atomization energy](https://workgraph-collections.readthedocs.io/en/latest/ase/espresso/atomization.html)\n  - [Equation of state (EOS)](https://workgraph-collections.readthedocs.io/en/latest/ase/espresso/eos.html)\n  - [Elastic constants](https://workgraph-collections.readthedocs.io/en/latest/ase/espresso/elastic.html)\n  - [Bands structure](https://workgraph-collections.readthedocs.io/en/latest/ase/espresso/bands.html)\n  - [Projected density of states (PDOS)](https://workgraph-collections.readthedocs.io/en/latest/ase/espresso/pdos.html)\n  - [Bader Charge](https://workgraph-collections.readthedocs.io/en/latest/ase/espresso/bader.html)\n  - [X-ray photoelectron spectroscopy (XPS)](https://workgraph-collections.readthedocs.io/en/latest/ase/espresso/xps.html)\n  - [X-ray Absorption Near Edge Structure (XANES)](https://workgraph-collections.readthedocs.io/en/latest/ase/espresso/xas.html) (Ongoing)\n\n\n## GPAW\n\n- [Calculator](https://workgraph-collections.readthedocs.io/en/latest/gpaw/base.html)\n- [Wannier90](https://workgraph-collections.readthedocs.io/en/latest/gpaw/wannier90.html)\n\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Collections of node-based workflow created using aiida-workgraph.",
    "version": "0.1.6",
    "project_urls": {
        "Documentation": "https://workgraph-collections.readthedocs.io",
        "Source": "https://github.com/superstar54/workgraph-collections"
    },
    "split_keywords": [
        "aiida",
        " workflows"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "617f8a22240170f5141df624a3294b50d515cb5a555846cebe51181c96e5abff",
                "md5": "e8490b265191d88e526ef819a34c2f47",
                "sha256": "419557bdd0c0c02551bbcc5c66bcced7d0da1b7a1c529c94561cbae81b14c9c1"
            },
            "downloads": -1,
            "filename": "workgraph_collections-0.1.6-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e8490b265191d88e526ef819a34c2f47",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 39711,
            "upload_time": "2024-07-12T13:19:58",
            "upload_time_iso_8601": "2024-07-12T13:19:58.198366Z",
            "url": "https://files.pythonhosted.org/packages/61/7f/8a22240170f5141df624a3294b50d515cb5a555846cebe51181c96e5abff/workgraph_collections-0.1.6-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ef1221f4e4c99a3e87c62ddbd2d8822d4189334d0a000ef3eb8cc500484689b2",
                "md5": "dd02409c5c0fa1b5c47b98a1312137f8",
                "sha256": "f3e86fac4fdd64a212c8596135b7b75afd20d207878399245c3ca2dfe65dcc25"
            },
            "downloads": -1,
            "filename": "workgraph_collections-0.1.6.tar.gz",
            "has_sig": false,
            "md5_digest": "dd02409c5c0fa1b5c47b98a1312137f8",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 24074,
            "upload_time": "2024-07-12T13:19:59",
            "upload_time_iso_8601": "2024-07-12T13:19:59.849038Z",
            "url": "https://files.pythonhosted.org/packages/ef/12/21f4e4c99a3e87c62ddbd2d8822d4189334d0a000ef3eb8cc500484689b2/workgraph_collections-0.1.6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-07-12 13:19:59",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "superstar54",
    "github_project": "workgraph-collections",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "workgraph-collections"
}
        
Elapsed time: 4.39437s