aiida-vasp


Nameaiida-vasp JSON
Version 3.1.1 PyPI version JSON
download
home_pageNone
SummaryAiiDA plugin for running VASP calculations and workflows.
upload_time2024-04-23 06:35:22
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9
licenseNone
keywords aiida plugin
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            =================
AiiDA VASP plugin
=================

.. |version| image:: https://img.shields.io/pypi/v/aiida-vasp
   :target: https://pypi.org/project/aiida-vasp/
   :alt: Stable version

.. |status| image:: https://img.shields.io/pypi/status/aiida-vasp
   :target: https://pypi.org/project/aiida-vasp/
   :alt: PyPI - Status

.. |versions| image:: https://img.shields.io/pypi/pyversions/aiida-vasp
   :target: https://pypi.org/project/aiida-vasp/
   :alt: Supported Python versions

.. |build| image:: https://github.com/aiida-vasp/aiida-vasp/workflows/aiida-vasp/badge.svg
   :target: https://github.com/aiida-vasp/aiida-vasp/action
   :alt: Build status

.. |coverage| image:: https://codecov.io/gh/espenfl/aiida-vasp/branch/master/graph/badge.svg
   :target: https://codecov.io/gh/espenfl/aiida-vasp
   :alt: Test coverage

.. |doc| image:: https://readthedocs.org/projects/aiida-vasp/badge/?version=latest
   :target: http://aiida-vasp.readthedocs.io/en/latest/?badge=latest
   :alt: Documentation Status

.. |downloads| image:: https://img.shields.io/pypi/dm/aiida-vasp
   :target: https://pypi.org/project/aiida-vasp/
   :alt: PyPI - Downloads/month

.. |commits| image:: https://img.shields.io/github/commit-activity/m/aiida-vasp/aiida-vasp
   :target: https://github.com/aiida-vasp/aiida-vasp/commits/develop
   :alt: GitHub commit activity


.. |DOI| image:: https://zenodo.org/badge/DOI/10.5281/zenodo.11044629.svg
   :target: https://doi.org/10.5281/zenodo.11044629
   :alt: Zenodo DOI

+---------+-------------------------------+
| Release | |version| |status| |versions| |
+---------+-------------------------------+
| Build   | |build| |coverage| |doc|      |
+---------+-------------------------------+
| Stats   | |downloads| |commits|  |DOI|  |
+---------+-------------------------------+


This is a plugin to `AiiDA`_ to run calculations with the ab-initio program `VASP`_.

Please have a look at the `AiiDA-VASP documentation`_ for instructions on how to install and use the plugin.

Installing the plugin
---------------------

..
  Keep this comment as it is used for including these steps in the install section of the docs.
  It includes everything past the next line.
  Start installation description

#. If you are already using `AiiDA`_, simply activate the virtual environment associated with it, here assumed to be located in ``~/env/aiida-vasp``::

   $ source ~/env/aiida-vasp/bin/activate

#. Otherwise, set up a new virtual environment::

   $ python -m venv ~/env/aiida-vasp

#. And then enable the newly installed virtual environment::

   $ source ~/env/aiida-vasp/bin/activate

#. Install the `AiiDA-VASP`_ plugin (and `AiiDA`_ if that is not already installed)::

   $ (aiida-vasp) pip install aiida-vasp

  If you need to install the compatibility release of `AiiDA-VASP`_ which works with `AiiDA`_ 1.6.4 you should instead install the plugin
  using ``pip install aiida-vasp=2.2``, but this is not recommended and only mentioned for legacy support. For the legacy version you
  also most likely have to run ``reentry scan -r aiida`` after installing the plugin.

This will automatically install the `AiiDA`_ python package(s) as well as any other dependencies of the plugin and register all the plugin classes with `AiiDA`_.

Please consider that `AiiDA`_ have prerequisite that needs to be installed and ensured working. The steps above will not take care of this for you. Please consult `AiiDA prerequisites`_ and follow the instructions therein.

..
  End installation description

Support
-------

..
  Start support description

The development, maintenance and use of this plugin is considered a community effort. In order to facilitate for the community to contribute,
we have established a `space on Matrix`_ that users can use to communicate. We encourage users to help each other. In addition,
the development team is present in the space and users are free to ask.
First consult the documentation of both `AiiDA-VASP documentation`_ and `AiiDA documentation`_ and also consider that the developers are
not paid for this work. Please respect potential lead times in getting answers and be polite.

..
  End support description

.. _space on Matrix: https://matrix.to/#/#aiida-vasp:matrix.org
.. _AiiDA-VASP documentation: https://aiida-vasp.readthedocs.io/en/latest/
.. _AiiDA: https://www.aiida.net
.. _VASP: https://www.vasp.at
.. _AiiDA documentation: http://aiida-core.readthedocs.io/en/latest/
.. _AiiDA-VASP: https://github.com/aiida-vasp/aiida-vasp
.. _AiiDA prerequisites: https://aiida-core.readthedocs.io/en/latest/install/prerequisites.html

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "aiida-vasp",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "aiida, plugin",
    "author": null,
    "author_email": "Espen Flage-Larsen <espen.flage-larsen@sigma2.no>",
    "download_url": "https://files.pythonhosted.org/packages/87/32/50d746ac3297991d64563ba565606a4304e3bd39ad7792c9f0e38b51fc6d/aiida_vasp-3.1.1.tar.gz",
    "platform": null,
    "description": "=================\nAiiDA VASP plugin\n=================\n\n.. |version| image:: https://img.shields.io/pypi/v/aiida-vasp\n   :target: https://pypi.org/project/aiida-vasp/\n   :alt: Stable version\n\n.. |status| image:: https://img.shields.io/pypi/status/aiida-vasp\n   :target: https://pypi.org/project/aiida-vasp/\n   :alt: PyPI - Status\n\n.. |versions| image:: https://img.shields.io/pypi/pyversions/aiida-vasp\n   :target: https://pypi.org/project/aiida-vasp/\n   :alt: Supported Python versions\n\n.. |build| image:: https://github.com/aiida-vasp/aiida-vasp/workflows/aiida-vasp/badge.svg\n   :target: https://github.com/aiida-vasp/aiida-vasp/action\n   :alt: Build status\n\n.. |coverage| image:: https://codecov.io/gh/espenfl/aiida-vasp/branch/master/graph/badge.svg\n   :target: https://codecov.io/gh/espenfl/aiida-vasp\n   :alt: Test coverage\n\n.. |doc| image:: https://readthedocs.org/projects/aiida-vasp/badge/?version=latest\n   :target: http://aiida-vasp.readthedocs.io/en/latest/?badge=latest\n   :alt: Documentation Status\n\n.. |downloads| image:: https://img.shields.io/pypi/dm/aiida-vasp\n   :target: https://pypi.org/project/aiida-vasp/\n   :alt: PyPI - Downloads/month\n\n.. |commits| image:: https://img.shields.io/github/commit-activity/m/aiida-vasp/aiida-vasp\n   :target: https://github.com/aiida-vasp/aiida-vasp/commits/develop\n   :alt: GitHub commit activity\n\n\n.. |DOI| image:: https://zenodo.org/badge/DOI/10.5281/zenodo.11044629.svg\n   :target: https://doi.org/10.5281/zenodo.11044629\n   :alt: Zenodo DOI\n\n+---------+-------------------------------+\n| Release | |version| |status| |versions| |\n+---------+-------------------------------+\n| Build   | |build| |coverage| |doc|      |\n+---------+-------------------------------+\n| Stats   | |downloads| |commits|  |DOI|  |\n+---------+-------------------------------+\n\n\nThis is a plugin to `AiiDA`_ to run calculations with the ab-initio program `VASP`_.\n\nPlease have a look at the `AiiDA-VASP documentation`_ for instructions on how to install and use the plugin.\n\nInstalling the plugin\n---------------------\n\n..\n  Keep this comment as it is used for including these steps in the install section of the docs.\n  It includes everything past the next line.\n  Start installation description\n\n#. If you are already using `AiiDA`_, simply activate the virtual environment associated with it, here assumed to be located in ``~/env/aiida-vasp``::\n\n   $ source ~/env/aiida-vasp/bin/activate\n\n#. Otherwise, set up a new virtual environment::\n\n   $ python -m venv ~/env/aiida-vasp\n\n#. And then enable the newly installed virtual environment::\n\n   $ source ~/env/aiida-vasp/bin/activate\n\n#. Install the `AiiDA-VASP`_ plugin (and `AiiDA`_ if that is not already installed)::\n\n   $ (aiida-vasp) pip install aiida-vasp\n\n  If you need to install the compatibility release of `AiiDA-VASP`_ which works with `AiiDA`_ 1.6.4 you should instead install the plugin\n  using ``pip install aiida-vasp=2.2``, but this is not recommended and only mentioned for legacy support. For the legacy version you\n  also most likely have to run ``reentry scan -r aiida`` after installing the plugin.\n\nThis will automatically install the `AiiDA`_ python package(s) as well as any other dependencies of the plugin and register all the plugin classes with `AiiDA`_.\n\nPlease consider that `AiiDA`_ have prerequisite that needs to be installed and ensured working. The steps above will not take care of this for you. Please consult `AiiDA prerequisites`_ and follow the instructions therein.\n\n..\n  End installation description\n\nSupport\n-------\n\n..\n  Start support description\n\nThe development, maintenance and use of this plugin is considered a community effort. In order to facilitate for the community to contribute,\nwe have established a `space on Matrix`_ that users can use to communicate. We encourage users to help each other. In addition,\nthe development team is present in the space and users are free to ask.\nFirst consult the documentation of both `AiiDA-VASP documentation`_ and `AiiDA documentation`_ and also consider that the developers are\nnot paid for this work. Please respect potential lead times in getting answers and be polite.\n\n..\n  End support description\n\n.. _space on Matrix: https://matrix.to/#/#aiida-vasp:matrix.org\n.. _AiiDA-VASP documentation: https://aiida-vasp.readthedocs.io/en/latest/\n.. _AiiDA: https://www.aiida.net\n.. _VASP: https://www.vasp.at\n.. _AiiDA documentation: http://aiida-core.readthedocs.io/en/latest/\n.. _AiiDA-VASP: https://github.com/aiida-vasp/aiida-vasp\n.. _AiiDA prerequisites: https://aiida-core.readthedocs.io/en/latest/install/prerequisites.html\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "AiiDA plugin for running VASP calculations and workflows.",
    "version": "3.1.1",
    "project_urls": {
        "Source": "https://github.com/aiida-vasp/aiida-vasp"
    },
    "split_keywords": [
        "aiida",
        " plugin"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b9105a89cc2edeb1efedbae62269d12ed6de29d854912e635769cb2f968e4420",
                "md5": "ea19047e0f582b199e01a9ae7e7f4aa0",
                "sha256": "e754d2ddb0af0b03bfffc6e1f6f2b13ba47905e38f5a7ea168d646e3b696b573"
            },
            "downloads": -1,
            "filename": "aiida_vasp-3.1.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "ea19047e0f582b199e01a9ae7e7f4aa0",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 12147857,
            "upload_time": "2024-04-23T06:35:19",
            "upload_time_iso_8601": "2024-04-23T06:35:19.579306Z",
            "url": "https://files.pythonhosted.org/packages/b9/10/5a89cc2edeb1efedbae62269d12ed6de29d854912e635769cb2f968e4420/aiida_vasp-3.1.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "873250d746ac3297991d64563ba565606a4304e3bd39ad7792c9f0e38b51fc6d",
                "md5": "24abdaa068ac6d9039d8ce74b76b860c",
                "sha256": "64b3392efb4fa245b82ce66a4c6e7f241212d9d1095283a9ea75c0770db5c729"
            },
            "downloads": -1,
            "filename": "aiida_vasp-3.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "24abdaa068ac6d9039d8ce74b76b860c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 12576272,
            "upload_time": "2024-04-23T06:35:22",
            "upload_time_iso_8601": "2024-04-23T06:35:22.788611Z",
            "url": "https://files.pythonhosted.org/packages/87/32/50d746ac3297991d64563ba565606a4304e3bd39ad7792c9f0e38b51fc6d/aiida_vasp-3.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-23 06:35:22",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "aiida-vasp",
    "github_project": "aiida-vasp",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "lcname": "aiida-vasp"
}
        
Elapsed time: 0.31380s