Skip to content

Quantum Pipeline

Quantum Pipeline

PyPI version PyPI Downloads per Month PyPI Total Downloads Python Versions
Docker Pulls Docker Image Size License: MIT GitHub Stars

Overview

Quantum Pipeline is a framework for running quantum algorithms. Currently, only the Variational Quantum Eigensolver (VQE) is implemented. It combines quantum and classical computing to estimate the ground-state energy of molecular systems.

The framework handles algorithm orchestration, parametrization, monitoring, and data visualization. Simulation results can be streamed via Apache Kafka for real-time processing and transformed into ML features using Apache Spark.

It started as a Bachelor of Engineering thesis project at the DSW University of Lower Silesia and is continued as a Master of Engineering thesis project. It is still a work in progress.

GPU-accelerated quantum pipeline service architecture
Overview of the GPU-accelerated quantum pipeline service architecture.
  • Getting Started


    Install Quantum Pipeline and run your first VQE simulation in minutes

    Installation Guide →

  • Configuration


    Learn about optimizers, ansatz types, initialization strategies, and parameter tuning

    Usage Guide →

  • Architecture


    Understand the system design and data flow

    Architecture Docs →

  • Deployment


    Deploy with Docker, enable GPU acceleration, configure environments

    Deployment Guide →

Thesis project

This project began as a Bachelor of Engineering thesis at the DSW University of Lower Silesia, focusing on GPU-accelerated quantum simulation and data engineering for quantum computing workflows. It is continued as a Master of Engineering thesis.