QCI Connect API Client
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.
This python package contains the core application library of the QCI Connect platform of the German Aerospace Center (DLR). It is a component of the QCI Connect SDK.
The library contains concrete implementations that are based on the Application Library Framework (ALF).
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-applibClone 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 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.