Name | aiida-bigdft JSON |
Version |
0.3.0
JSON |
| download |
home_page | None |
Summary | Translation layer for AiiDA-PyBigDFT |
upload_time | 2024-01-10 10:32:49 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.7 |
license | None |
keywords |
aiida
plugin
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# aiida-bigdft
Translation layer for AiiDA-PyBigDFT
## Installation
```shell
pip install aiida-bigdft
verdi quicksetup # better to set up a new profile
verdi plugin list aiida.calculations # should now show your calculation plugins
```
## Requirements
- A functioning BigDFT installation
- A copy of `bigdft.py` (Available in later versions of BigDFT, but also in this repository at `bigdft/bigdft.py`)
When setting up the BigDFT code, ensure that the executable is set to the `bigdft.py` script.
It is also important to source the `install/bin/bigdftvars.sh` script in your prepend.
```shell
# aiida code prepend
source ${BIGDFT_BUILD_DIR}/install/bin/bigdftvars.sh
```
Where BIGDFT_BUILD_DIR is the directory in which BigDFT was built.
## Usage
To see how calculations can be submitted, see the examples directory:
```shell
verdi daemon start # make sure the daemon is running
cd examples
verdi run examples/example_01.py # run test calculation
verdi process list -a # check record of calculation
```
The plugin also includes verdi commands to inspect its data types:
```shell
verdi data bigdft list
verdi data bigdft export <PK>
```
## WorkChains
The included workchains use the `namespace` format, so inputs should be placed under the
`bigdft` namespace when launching a workchain
## License
MIT
## Contact
bigdft-developers@lists.launchpad.net
Raw data
{
"_id": null,
"home_page": null,
"name": "aiida-bigdft",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.7",
"maintainer_email": null,
"keywords": "aiida,plugin",
"author": null,
"author_email": "Louis Beal <louis.j.beal@gmail.com>",
"download_url": "https://files.pythonhosted.org/packages/cb/a5/7411f5d431638dd7b3f83c510450b1164de76ee8fede734865e7309a52fa/aiida_bigdft-0.3.0.tar.gz",
"platform": null,
"description": "# aiida-bigdft\n\nTranslation layer for AiiDA-PyBigDFT\n\n## Installation\n\n```shell\npip install aiida-bigdft\nverdi quicksetup # better to set up a new profile\nverdi plugin list aiida.calculations # should now show your calculation plugins\n```\n\n## Requirements\n\n- A functioning BigDFT installation\n- A copy of `bigdft.py` (Available in later versions of BigDFT, but also in this repository at `bigdft/bigdft.py`)\n\nWhen setting up the BigDFT code, ensure that the executable is set to the `bigdft.py` script.\n\nIt is also important to source the `install/bin/bigdftvars.sh` script in your prepend.\n\n```shell\n# aiida code prepend\n\nsource ${BIGDFT_BUILD_DIR}/install/bin/bigdftvars.sh\n```\n\nWhere BIGDFT_BUILD_DIR is the directory in which BigDFT was built.\n\n\n## Usage\n\nTo see how calculations can be submitted, see the examples directory:\n\n```shell\nverdi daemon start # make sure the daemon is running\ncd examples\nverdi run examples/example_01.py # run test calculation\nverdi process list -a # check record of calculation\n```\n\nThe plugin also includes verdi commands to inspect its data types:\n```shell\nverdi data bigdft list\nverdi data bigdft export <PK>\n```\n\n## WorkChains\n\nThe included workchains use the `namespace` format, so inputs should be placed under the\n`bigdft` namespace when launching a workchain\n\n## License\n\nMIT\n## Contact\n\nbigdft-developers@lists.launchpad.net\n",
"bugtrack_url": null,
"license": null,
"summary": "Translation layer for AiiDA-PyBigDFT",
"version": "0.3.0",
"project_urls": {
"Source": "https://github.com/ljbeal/aiida-bigdft"
},
"split_keywords": [
"aiida",
"plugin"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "363582b886e8dd87d0ed7ae3668ae11cfc170936e4f69fcee088328055cdb440",
"md5": "9329e38d2ee3c6184b0d7374e43a040b",
"sha256": "9d1f6282f40bd4c4dc0fc97dad839ef40765784449d3ae8aecf5653473709de7"
},
"downloads": -1,
"filename": "aiida_bigdft-0.3.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "9329e38d2ee3c6184b0d7374e43a040b",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.7",
"size": 14392,
"upload_time": "2024-01-10T10:32:47",
"upload_time_iso_8601": "2024-01-10T10:32:47.460076Z",
"url": "https://files.pythonhosted.org/packages/36/35/82b886e8dd87d0ed7ae3668ae11cfc170936e4f69fcee088328055cdb440/aiida_bigdft-0.3.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "cba57411f5d431638dd7b3f83c510450b1164de76ee8fede734865e7309a52fa",
"md5": "27c0adc992a2adc95ac06aaa99e055b7",
"sha256": "6522e57b7461e319840b15fef034c270ae7885614c23ced06573de3b3a1bb414"
},
"downloads": -1,
"filename": "aiida_bigdft-0.3.0.tar.gz",
"has_sig": false,
"md5_digest": "27c0adc992a2adc95ac06aaa99e055b7",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.7",
"size": 96097,
"upload_time": "2024-01-10T10:32:49",
"upload_time_iso_8601": "2024-01-10T10:32:49.591721Z",
"url": "https://files.pythonhosted.org/packages/cb/a5/7411f5d431638dd7b3f83c510450b1164de76ee8fede734865e7309a52fa/aiida_bigdft-0.3.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-01-10 10:32:49",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "ljbeal",
"github_project": "aiida-bigdft",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "aiida-bigdft"
}