A plugin for quantum transport calculations based on NEGF methods.
Project description
aiida-quantum-transport
A plugin for quantum transport calculations based on NEGF methods.
This plugin is the default output of the AiiDA plugin cutter, intended to help developers get started with their AiiDA plugins.
Repository contents
.github/: Github Actions configurationci.yml: runs tests, checks test coverage and builds documentation at every new commitpublish-on-pypi.yml: automatically deploy git tags to PyPI - just generate a PyPI API token for your PyPI account and add it to thepypi_tokensecret of your github repository
src/aiida_quantum_transport/: The main source code of the plugin packagedata/: Custom data classescalculations.py: Quantum Transport AiiDA calculation classescli.py: CustomverdiCLI commandshelpers.py: Helpers for setting up an AiiDA codeparsers.py: Custom parser classes
docs/: The documentation of the plugintests/: Basic regression tests using the pytest framework (submitting a calculation, ...). Installpip install -e .[testing]and runpytest.conftest.py: Configuration of fixtures for pytest
.gitignore: Telling git which files to ignore.pre-commit-config.yaml: Configuration of pre-commit hooks that sanitize coding style and check for syntax errors. Enable viapip install -e .[pre-commit] && pre-commit install.readthedocs.yml: Configuration of documentation build for Read the DocsLICENSE: License for your pluginREADME.md: This filepyproject.toml: Python package metadata for registration on PyPI and the AiiDA plugin registry (including entry points)
Features
Under development
Installation
pip install aiida-quantum-transport
verdi quicksetup
verdi plugin list aiida.calculations
Usage
Here goes a complete example of how to submit a test calculation using this plugin.
A quick demo of how to submit a calculation:
verdi daemon start # make sure the daemon is running
cd examples
./example_01.py # run test calculation
verdi process list -a # check record of calculation
Development
git clone https://github.com/edan-bainglass/aiida-quantum-transport .
cd aiida-quantum-transport
pip install --upgrade pip
pip install -e .[pre-commit,testing] # install extra dependencies
pre-commit install # install pre-commit hooks
pytest -v # discover and run all tests
See the developer guide for more information.
License
MIT
Contact
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file aiida_quantum_transport-0.1.0.tar.gz.
File metadata
- Download URL: aiida_quantum_transport-0.1.0.tar.gz
- Upload date:
- Size: 117.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.31.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
365a93f3e487bd223dd99ab4116c8cc0e141832489d5decc097f5bda82b5d47f
|
|
| MD5 |
0d3a7eb0481bef25dbcbd12d4e268036
|
|
| BLAKE2b-256 |
297d979924345eccf92543389e0c17903da0a39c0bcc8613731beb0485fe115d
|
File details
Details for the file aiida_quantum_transport-0.1.0-py3-none-any.whl.
File metadata
- Download URL: aiida_quantum_transport-0.1.0-py3-none-any.whl
- Upload date:
- Size: 27.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.31.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a8642fd172f0682ada8c28a064eb8a64c58c4959b9cc9a74fe22ce031819586c
|
|
| MD5 |
fb8c99172e180961e447af27d1a16a7d
|
|
| BLAKE2b-256 |
ba7523690f0343edd342b7f7f65e457fae61fe9691afe8ab6ef54bc5ffc376fd
|