Application Library Framework (ALF)
This is the python framework for developing apps for the QCI Connect platform of the German Aerospace Center (DLR). It is a component of the QCI Connect SDK.
It contains classes to streamline implementing quantum algorithms, error mitigation schemes, and circuit building strategies for QCI Connect and to unify problems and results for cross-compatibility of applications.
Documentation
You can find the documentations here.
The documentation files are also included in the source and can be built with the script dev_tools/build_docs.
Quick Start (Pip Installation)
- Run
pip install qciconnect-alf - Take a look at the tutorial notebooks
Working on Source Code (Dev Mode)
Clone the repository (or download the .tar.gz file), initialize the git submodules, then install dependencies.
We recommend using ultraviolet (installation guide).
git submodule update --init
uv sync
git submodule foreach "uv pip install -e ."
This installs ALF, its runtime dependencies, the dev/test dependencies, and the QCIConnect submodules as editable local dependencies.
Recursive submodule initialization is not required. The client submodule uses the root checkout at submodules/qciconnect/common, not a nested checkout below submodules/qciconnect/client.
You can now activate the .venv in the source directory or use uv to run commands in the .venv, e. g., uv run python my_script.py.
Be careful: every time you run uv sync to update the venv, the local submodules need to be reinstalled again (git submodule foreach "uv pip install -e ."); otherwise, the venv would use the latest releases on PyPI instead of the local submodules, so any custom changes or checkouts you do in the submodules would be invisible to the venv.
To avoid typing out both commands, you can run the script update-venv from within the activated venv (the script is provided via qciconnect-common). It performs both steps at once and provides options to exclude (--exclude <submodule_list>) specific submodules.
In short: every time you would typically run uv sync, you should instead run
update-venv
Release files for qciconnect-alf 0.4.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| qciconnect_alf-0.4.0.tar.gz | 2.5 MB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| qciconnect_alf-0.4.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 2.6 MB
Release files / qciconnect_alf-0.4.0.tar.gz
| Download URL | qciconnect_alf-0.4.0.tar.gz |
|---|---|
| Size | 2.5 MB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
b492e96cf573f447cd577a126f50842582a0d983a8d5173a7c991b3b5753b628
|
|
BLAKE2b-256 checksum How to use checksums |
6f53ef7761d1bce665dc3c1b047412b24899149d22a55392d3dd7e696f109708
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.13.15
|
Release files / qciconnect_alf-0.4.0-py3-none-any.whl
| Download URL | qciconnect_alf-0.4.0-py3-none-any.whl |
|---|---|
| Size | 116.1 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
d4fcd07d4f2145a71f4a3859e4116e376695c60b7ff4ba808e33701185c3efed
|
|
BLAKE2b-256 checksum How to use checksums |
903177e256a05201b8148137ff5cde29240f10d4c25471a0bcbaeb05d6e2e95d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.13.15
|