QCI Connect Application Library (AppLib)
The core application library of the DLR QCI Connect quantum computing platform.
An API client to work with the DLR QCI Connect quantum computing platform.
This python package is used to interact with the QCI Connect platform of the German Aerospace Center (DLR).
It is a component of the full QCI Connect SDK.
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.
pip install qciconnect-clientClone 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
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.
The core application library of the DLR QCI Connect quantum computing platform.
The Application library framework of the DLR QCI Connect quantum computing platform.
A mini server for local development with the DLR QCI Connect quantum computing platform.
The official SDK to the DLR's quantum computing platform QCI Connect.