Name | aiida-vasp JSON |
Version |
4.1.0
JSON |
| download |
home_page | None |
Summary | AiiDA plugin for running VASP calculations and workflows. |
upload_time | 2024-12-12 09:08:34 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.10 |
license | None |
keywords |
aiida
plugin
|
VCS |
 |
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
|
# AiiDA VASP plugin
| Release | [](https://pypi.org/project/aiida-vasp/) | [](https://pypi.org/project/aiida-vasp/)|
|:--------|:------ |:----|
| Build | [](https://codecov.io/gh/espenfl/aiida-vasp)| [](http://aiida-vasp-plugin.readthedocs.io/en/latest/?badge=latest) |
| Stats | [](https://pypi.org/project/aiida-vasp/) | [](https://github.com/aiida-vasp/aiida-vasp/commits/develop) |
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
1. 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
```
2. Otherwise, set up a new virtual environment:
```
$ python -m venv ~/env/aiida-vasp
```
3. And then enable the newly installed virtual environment:
```
$ source ~/env/aiida-vasp/bin/activate
```
4. 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
[aiida]: https://www.aiida.net
[aiida documentation]: http://aiida-core.readthedocs.io/en/latest/
[aiida prerequisites]: https://aiida-core.readthedocs.io/en/latest/install/prerequisites.html
[aiida-vasp]: https://github.com/aiida-vasp/aiida-vasp
[aiida-vasp documentation]: https://aiida-vasp-plugin.readthedocs.io/en/latest/
[space on matrix]: https://matrix.to/#/#aiida-vasp:matrix.org
[vasp]: https://www.vasp.at
Raw data
{
"_id": null,
"home_page": null,
"name": "aiida-vasp",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.10",
"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/98/23/5e1629e438418eda16361c4ff383e50dbd88909233553a3ea156ca82b002/aiida_vasp-4.1.0.tar.gz",
"platform": null,
"description": "# AiiDA VASP plugin\n\n| Release | [](https://pypi.org/project/aiida-vasp/) | [](https://pypi.org/project/aiida-vasp/)|\n|:--------|:------ |:----|\n| Build | [](https://codecov.io/gh/espenfl/aiida-vasp)| [](http://aiida-vasp-plugin.readthedocs.io/en/latest/?badge=latest) |\n| Stats | [](https://pypi.org/project/aiida-vasp/) | [](https://github.com/aiida-vasp/aiida-vasp/commits/develop) |\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\n## Installing the plugin\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\n1. 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 ```\n $ source ~/env/aiida-vasp/bin/activate\n ```\n\n2. Otherwise, set up a new virtual environment:\n\n ```\n $ python -m venv ~/env/aiida-vasp\n ```\n\n3. And then enable the newly installed virtual environment:\n\n ```\n $ source ~/env/aiida-vasp/bin/activate\n ```\n\n4. Install the [AiiDA-VASP] plugin (and [AiiDA] if that is not already installed):\n\n ```\n $ (aiida-vasp) pip install aiida-vasp\n ```\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% End installation description\n\n## Support\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% End support description\n\n[aiida]: https://www.aiida.net\n[aiida documentation]: http://aiida-core.readthedocs.io/en/latest/\n[aiida prerequisites]: https://aiida-core.readthedocs.io/en/latest/install/prerequisites.html\n[aiida-vasp]: https://github.com/aiida-vasp/aiida-vasp\n[aiida-vasp documentation]: https://aiida-vasp-plugin.readthedocs.io/en/latest/\n[space on matrix]: https://matrix.to/#/#aiida-vasp:matrix.org\n[vasp]: https://www.vasp.at\n",
"bugtrack_url": null,
"license": null,
"summary": "AiiDA plugin for running VASP calculations and workflows.",
"version": "4.1.0",
"project_urls": {
"Source": "https://github.com/aiida-vasp/aiida-vasp"
},
"split_keywords": [
"aiida",
" plugin"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "2b9707edfa4feb16b5f99fe90aebbd5c0461cb3cf7d5733b7589fe554bd8119d",
"md5": "f922605dbcede4dea87fa2aa5d20b800",
"sha256": "75dd4d0abfaf3dce8ca6ebbd19036f4ee432b7921463513f940583b26fde9d1d"
},
"downloads": -1,
"filename": "aiida_vasp-4.1.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "f922605dbcede4dea87fa2aa5d20b800",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.10",
"size": 217073,
"upload_time": "2024-12-12T09:08:30",
"upload_time_iso_8601": "2024-12-12T09:08:30.537056Z",
"url": "https://files.pythonhosted.org/packages/2b/97/07edfa4feb16b5f99fe90aebbd5c0461cb3cf7d5733b7589fe554bd8119d/aiida_vasp-4.1.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "98235e1629e438418eda16361c4ff383e50dbd88909233553a3ea156ca82b002",
"md5": "6dcddb26f03a787494e2769995d71cb4",
"sha256": "2b81e7580c594178d91ed70a06743326be58be0fbfd2742ab402e4727964497e"
},
"downloads": -1,
"filename": "aiida_vasp-4.1.0.tar.gz",
"has_sig": false,
"md5_digest": "6dcddb26f03a787494e2769995d71cb4",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.10",
"size": 13929676,
"upload_time": "2024-12-12T09:08:34",
"upload_time_iso_8601": "2024-12-12T09:08:34.283431Z",
"url": "https://files.pythonhosted.org/packages/98/23/5e1629e438418eda16361c4ff383e50dbd88909233553a3ea156ca82b002/aiida_vasp-4.1.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-12-12 09:08:34",
"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"
}