Installation

The software is delivered in the form of pre-compiled python packages (wheel) qorrelator-app-py.

The python packages have been built for Python versions 3.7 to 3.12 and are compatible with glibc based linux distributions that conform to the manylinux2014 standard.

The software can be installed based on the wheel with

pip install --find-links ./wheels --upgrade qorrelator_app_py

The qorrelator-app has minimal dependencies. All dependencies are open source and available on the public PyPI server. Dependencies should be automatically installed by the above pip command.

General dependencies

HQS dependencies

  • qoqo_calculator_pyo3: A simple symbolic value library for qoqo and struqture.
  • qoqo: The HQS quantum computing toolkit.
  • struqture_py: An HQS library to represent quantum mechanical operators, hamiltonians and open systems.