QCI Connect API Client
An API client to work with the DLR QCI Connect quantum computing platform.
The official SDK to the DLR's quantum computing platform QCI Connect.
The software development kit (SDK) of the QCI Connect platform is a suite of tools to
This release contains the five components qciconnect.common, qciconnect.client, qciconnect.alf, qciconnect.applib and qciconnect.miniserver.
You can find more information and technical documentations of the components via the QCI Connect SDK landing page.
The easiest way to install the SDK is via
pip install qciconnect
The SDK components can also be installed separately via
pip install qciconnect-alf
pip install qciconnect-applib
pip install qciconnect-client
pip install qciconnect-miniserver
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
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.
An API client to work with the DLR QCI Connect quantum computing platform.
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.