• Home
  • News
  • Technology
  • Research
  • Teaching
  • Business
  • Jobs
  • Home
  • News
  • Technology
  • Research
  • Teaching
  • Business
  • Jobs
Contact
  • Deutsch
  • English

  • Home
  • News
  • Technology
  • Research
  • Teaching
  • Business
  • Jobs
Contact
  • Deutsch
  • English

Student-Abstracts-EN

a:3:{s:6:"locale";s:5:"en_US";s:3:"rtl";i:0;s:9:"flag_code";s:2:"us";}
Investigating the Lottery Ticket Hypothesis for Variational Quantum Circuits

Investigating the Lottery Ticket Hypothesis for Variational Quantum Circuits

Abstract:

Quantum computing is an emerging field in computer science that has made significant progress in recent years, including in the area of machine learning. Through the principles of quantum physics, it offers the possibility of overcoming the limitations of classical algorithms. However, variational quantum circuits (VQCs), a specific type of quantum circuits utilizing varying parameters, face a significant challenge from the barren plateau phenomenon, which can hinder the optimization process in certain cases. The Lottery Ticket Hypothesis (LTH) is a recent concept in classical machine learning that has led to notable improvements in neural networks. In this thesis, we investigate whether it can be applied to VQCs. The LTH claims that within a large neural network, there exists a smaller, more efficient subnetwork (a “winning ticket”) that can achieve comparable performance. Applying this approach to VQCs could help reduce the impact of the barren plateau problem. The results of this thesis show that the weak LTH can be applied to VQCs, with winning tickets discovered that retain as little as 26.0% of the original weights. For the strong LTH, where a pruning mask is learned without any training, we found a winning ticket for a binary VQC, performing at 100% accuracy with 45% remaining weights. This shows that the strong LTH is also applicable to VQCs. These findings provide initial evidence that the LTH may be a valuable tool for improving the efficiency and performance of VQCs in quantum machine learning tasks.

Author:

Leonhard Klingert

Advisors:

Michael Kölle, Julian Schönberger, Claudia Linnhoff-Popien


Student Thesis | Published November 2024 | Copyright © QAR-Lab
Direct Inquiries to this work to the Advisors


State Preparation on Quantum HardwareUsing an Island Genetic Algorithm

State Preparation on Quantum Hardware Using an Island Genetic Algorithm

Abstract:

As genetic algorithms demonstrate a remarkable versatility and extensive range of applications, their utilisation in the context of quantum circuit synthesis remains a notable area of interest. Given the considerable challenge presented by the vast search space inherent to quantum circuit generation, the theoretical suitability of genetic algorithms is evident, particularly in view of their intrinsic exploration capability. In addition to the utilisation of quantum algorithms for the attainment of up to exponential runtime advantages, all such algorithms necessitate the preparation of specific states in order to confer said advantages. It is therefore crucial to be able to create specific states, even in the absence of knowledge regarding the underlying circuits. One notable state is the Greenberger–Horne–Zeilinger (GHZ) state, which unites the superposition and entanglement characteristics inherent to quantum computing. Accordingly, this circuit is used as the target state for reproduction in this thesis, and two additional circuits with distinctive states are employed to illustrate the general applicability of this approach. Additionally, the genetic algorithm is executed not only on the simulator but also on the IONQ Aria-1 quantum processing unit (QPU).

This thesis elucidates the distinctions between the population-based and the island-based approach. These approaches differ in terms of whether the individuals are part of a single population or whether they develop separately into smaller groups dispersed across multiple islands and interact with each other solely through a process of migration between the islands. This thesis presents evidence of the superiority of the island-based approach in comparison to the population-based approach for the GHZ-state, as well as the two other circuits. Moreover, it demonstrates that the constraints of the hardware execution could be met by employing the island-based approach on the IONQ Aria-1 QPU to generate a solution candidate for the GHZ-state. Furthermore, the provenance of the generated solution candidates indicates the efficacy of the genetic algorithm itself and also the enhanced diversity of the different approaches.

Author:

Jonathan Philip Wulf

Advisors:

Jonas Stein, Maximilian Zorn, Claudia Linnhoff-Popien


Student Thesis | Published October 2024 | Copyright © QAR-Lab
Direct Inquiries to this work to the Advisors


Quantum Reinforcement Learning via Parameterized Quantum Walks

Quantum Reinforcement Learning via Parameterized Quantum Walks

Abstract:

Random walks find application in various domains of research such as computer science, psychology, finance or mathematics, as they are a fundamental concept in probability theory and stochastics. But conventional computers quickly reach their limits regarding computational complexity, so other ways of efficiently solving complex problems like Quantum Computing are needed. Quantum walks, the quantum equivalent of classical random walks, use quantum effects such as superposition and entanglement to be more efficient than their classical counterparts. Nevertheless, running programs on quantum devices at near-term intermediate scale quantum devices presents some challenges due to high error rates, noise, and the number of available qubits. For a large number of graph problems, Gray Code Directed Edges (GCDE) encoding counteracts these problems by reducing the required number of qubits through an efficient representation of bipartite graphs using gray code.

This work investigates random walks in grid worlds and glued trees using classical reinforcement learning strategies such as Proximal Policy Optimization or Deep Q-learning Networks. In a next step, these environments are re-built using efficient GCDE encoding. The environments are translated into parameterized quantum circuits whose parameters are optimized and learned by the walker. The contribution of this work contains the application of efficient GCDE encoding in quantum environments and a comparison between a quantum and a random walker regarding training times and target distances. Furthermore, the effects of different start positions during training and evaluation are
considered.

Author:

Sabrina Egger

Advisors:

Jonas Stein, Michael Kölle, Claudia Linnhoff-Popien


Student Thesis | Published October 2024 | Copyright © QAR-Lab
Direct Inquiries to this work to the Advisors


Explainable Time Series Forecasting using exogenous variables – How weather affects the stock market

Explainable Time Series Forecasting using exogenous variables – How weather affects the stock market

Abstract:

Climate Change is real, and this has been affecting the weather all around the world. With weather conditions changing, this thesis aims to understand how weather can be used to forecast market changes over a longer term. The aim is to understand how the ability to forecast weather can help mitigate risk during acute weather crises and disruptions, and help arbitrage the industries most affected by weather in order to stabilize the market. Modern Deep learning methods such as Temporal Fusion Transformers (TFTs) and Neural Hierarchical Interpolation for Time Series Forecasting (N-HiTS) are needed to allow the inclusion of static and historical exogenous variables such as weather and location data. We therefore, use the existing state-of-the-art N-HiTS architecture, as it outperforms other models in long-horizon forecasting by incorporating hierarchical interpolation and multi-rate data sampling techniques and provides a large average accuracy improvement over the latest Transformer architectures while reducing the computation time by order of magnitude. We then modify this existing architecture by developing a novel approach that integrates weather data in the model, so that it performs better for stock data and weather covariates. We call this novel approach WiN-HiTs, Weather induced N-HiTS, and show that weather covariates can help forecast the market movements better for certain sectors like Utilities and Materials over a long forecast horizon.

This research also emphasizes on the importance of forecast decomposition in AI models, particularly in a financial and stock market context where understanding the decision-making process is crucial. The WiN-HiTS architecture allows the separation of the stack prediction components of the time series forecast, which helps us interpret how different weather factors contribute to stock price fluctuations, and how these factors are chosen. In this thesis, we use a diverse set of test data for evaluation, including historical weather and stock market data from multiple geographic locations and industries across the S&P500 stocks. Baselines for comparison include traditional models such as Auto ARIMA, as well as modern machine learning approaches like Transformer-based models (TFT) and N-HiTS itself, and results show, that WiN-HiTS performs on par for most sectors, and better than these models in certain sectors. Key Performance Indicators (KPIs) used for benchmarking include Mean Absolute Error (MAE), Mean Squared Error (MSE), and Mean Absolute Percentage Error (MAPE) to assess prediction accuracy. The evaluation of this thesis ensures the robustness and practicality of the proposed WiN-HiTS model in real-world financial forecasting scenarios.

Author:

Het Dave

Advisors:

Claudia Linnhoff-Popien, Jonas Stein, Arnold Unterauer, Nico Kraus


Student Thesis | Published September 2024 | Copyright © QAR-Lab
Direct Inquiries to this work to the Advisors


CUAOA: A Novel CUDA-Accelerated Simulation Framework for the Quantum Approximate Optimization Algorithm

CUAOA: A Novel CUDA-Accelerated Simulation Framework for the Quantum Approximate Optimization Algorithm

Abstract:

The Quantum Approximate Optimization Algorithm (QAOA) is a prominent quantum algorithm designed to find approximate solutions to combinatorial optimization problems. In the current era, where quantum hardware is constrained by noise and limited qubit availability, simulating QAOA remains essential for research. However, existing state-of-the-art simulation frameworks suffer from long execution times or lack comprehensive functionality, usability, and versatility, often requiring users to implement essential features themselves. Additionally, these frameworks are restricted to Python, limiting their use within safer and faster languages like Rust, which offer, e.g., advanced parallelization capabilities. This thesis presents the development of a new GPU-accelerated QAOA simulation framework utilizing the NVIDIA CUDA toolkit.

This framework offers a complete interface for QAOA simulations, enabling the calculation of (exact) expectation values, direct access to the state-vector, fast sampling, and high-performance optimization methods using an advanced state-of-the-art gradient calculation technique. The framework is designed for use in Python and Rust, providing flexibility for integration into a wide range of applications, including those requiring fast algorithm implementations leveraging the QAOA at its core. Such an algorithm, specifically the QAOA^2 , a divide-and-conquer algorithm, is implemented using the new QAOA simulation framework to showcase its usage in a possibly parallized application. The new QAOA simulation framework’s performance is rigorously benchmarked using various random graphs for the MaxCut problem and compared against current state-of-the-art general-purpose quantum circuit simulation frameworks and a specialized QAOA simulation tool. The evaluation shows that the developed simulator can outperform the current state-of-the-art simulators in terms of runtime, with a speedup of up to multiple orders of magnitude. Furthermore, the framework’s capabilities are evaluated within the divide-and-conquer algorithm utilizing the QAOA at its core. This implementation significantly outperforms the reference implementation using the current state-of-the-art simulators for a large problem instance.

Author:

Jonas Felix Blenninger

Advisors:

Claudia Linnhoff-Popien, Jonas Stein, Maximilian Zorn


Student Thesis | Published September 2024 | Copyright © QAR-Lab
Direct Inquiries to this work to the Advisors


A Path Towards Quantum Advantage for theUnit Commitment Problem

A Path Towards Quantum Advantage for the Unit Commitment Problem

Abstract:

This work presents a solution to the unit commitment problem (UCP) in energy grid management, an optimization problem that involves solving a system of equations to calculate costs for a given solution. We characterize the UCP as a Mixed-Integer Nonlinear Programming (MINLP) problem and solve it using a quantum simulation-based optimization (QuSO) approach, defining a class of equivalent problems solvable with the proposed algorithm. By modeling the energy grid as a specific graph, we gain valuable insights into the structure and characteristics of the susceptance matrix. We also incorporate approximate Direct Current (DC) power flow constraints into the model. The proposed quantum routine begins by inverting the reduced susceptance matrix via Quantum Singular Value Transformation (QSVT) using a specific matrix inversion polynomial. A quantum phase estimation routine, along with an additional QSVT procedure, is used to construct the cost function, which is then optimized using the Quantum Approximate Optimization Algorithm (QAOA). This hybrid quantum-classical approach leverages the computational power of quantum algorithms to enhance efficiency in solving such optimization problems. Our results evaluate the algorithm’s complexity and demonstrate its significant potential for QuSO problems. Specifically, the QSVT matrix inversion can reduce time complexity exponentially in scenarios where classical methods scale poorly with problem size. This reduction in complexity could enable real-time optimization of large-scale energy grids, thereby improving operational efficiency and reliability.

Author:

David Fischer

Advisors:

Claudia Linnhoff-Popien, Dirk André Deckert, Jonas Stein, Jago Silberbauer, Philipp Altmann


Student Thesis | Published September 2024 | Copyright © QAR-Lab
Direct Inquiries to this work to the Advisors


Towards Less Greedy Quantum Coalition Structure Generation in Induced Subgraph Games

Towards Less Greedy Quantum Coalition Structure Generation in Induced Subgraph Games

Abstract:

Switching to 100 % renewable energy production is one of the most important steps societies are currently taking in combating the climate crisis. This switch however requires new techniques for the management of power networks, such as their division into micro-grids containing sensible subsets of prosumers. Creating this division in an optimal manner is a challenging optimization problem which can be simplified to the Coalition Structure Generation problem in Induced Subgraph Games. This is a problem formulation in which one seeks to divide an undirected, fully-connected, weighted graph into a set of fully-connected subgraphs, in a manner that maximizes the sum over the weights of the edges contained in these subgraphs. In the last few years, several Quantum Annealing (QA)-based approaches have been proposed to solve this problem, the most recent of which is an efficient, but greedy algorithm called GCS-Q. In this thesis, we propose many different, less greedy QA-based approaches to solving the above-mentioned problem, to see if any of these algorithms can outperform GCS-Q in terms of solution quality. Testing these approaches on three different solvers – the QBSolv software, the D-Wave Advantage 4.1 quantum annealer and the QAOA algorithm using qiskit’s simulation software – we find that, while none of our suggested approaches can outperform the quantum state- of-the-art algorithm on current QA hardware, most of them do when using the QBSolv software. The best of these approaches is an algorithm we call 4-split iterative R-QUBO, which finds the optimum for all problem graphs in our dataset and scales quite favorably with the graph size in terms of runtime. Thus, we see this algorithm as a promising candidate for future research on quantum approaches for the problem in question.

Author:

Daniëlle Schuman

Advisors:

Jonas Nüßlein, David Bucher, Claudia Linnhoff-Popien


Student Thesis | Published May 2024 | Copyright © QAR-Lab
Direct Inquiries to this work to the Advisors


Evaluating Metaheuristic Optimization Methods for Quantum Reinforcement Learning

Evaluating Metaheuristic Optimization Methods for Quantum Reinforcement Learning

Abstract:

Quantum Reinforcement Learning offers the potential for advantages over classical Reinforcement Learning, such as a more compact representation of the state space through quantum states. Furthermore, theoretical studies suggest that Quantum Reinforcement Learning can exhibit faster convergence than classical approaches in certain scenarios. However, further research is needed to validate the actual benefits of Quantum Reinforcement Learning in practical applications. This technology also faces challenges such as a flat solution landscape, characterized by missing or low gradients, which makes the application of traditional, gradient-based optimization methods inefficient. In this context, it is necessary to examine gradient-free algorithms as an alternative. The present work focuses on the integration of metaheuristic optimization algorithms such as Particle Swarm Optimization, Ant Colony Optimization, Tabu Search, Simulated Annealing, and Harmony Search into Quantum Reinforcement Learning. These algorithms offer flexibility and efficiency in parameter optimization, as they utilize specialized search strategies and adaptability. The approaches are evaluated within two Reinforcement Learning environments and compared to random action selection. The results show that in the MiniGrid environment, all algorithms lead to acceptable or even very good results, with Simulated Annealing and Particle Swarm Optimization achieving the best performance. In the Cart Pole environment, Simulated Annealing and Particle Swarm Optimization achieve optimal results, while Ant Colony Optimization, Tabu Search, and Harmony Search perform only slightly better than an algorithm with random action selection. These results demonstrate the potential of metaheuristic optimization methods such as Particle Swarm Optimization and Simulated Annealing for efficient learning in Quantum Reinforcement Learning systems, but also highlight the need for careful selection and adaptation of the algorithm to the specific problem.

Author:

Daniel Seidl

Advisors:

Michael Kölle, Maximilian Zorn, Claudia Linnhoff-Popien


Student Thesis | Published May 2024 | Copyright © QAR-Lab
Direct Inquiries to this work to the Advisors


Finding Arbitrage with different Quantum Algorithms

Finding Arbitrage with different Quantum Algorithms

Abstract:

Quantum computing, a discipline that leverages the principles of quantum physics to perform complex calculations, has emerged as a transformative field since its initial conceptualization by Richard Feynman and Yuri Manin in the 1980s. Recent advancements in quantum hardware, coupled with a surge in investment, have accelerated the application of quantum computing across a diverse range of sectors with one of them being finance. Financial operations often boil down to combinatoric optimization problems, which makes them are well suited to quantum methods. Specifically, this work focuses on identifying optimal arbitrage opportunities in financial markets, such as currency exchange. Arbitrage can be framed as a combinatorial optimization problem, solvable through quantum annealing or quantum gate-based computing methods.
Building on the foundation laid by Gili Rosenberg, this work explores the efficacy of quantum annealing and conducts comprehensive benchmarks against other quantum algorithms, such as the Quantum Approximate Optimization Algorithm (QAOA). Also a novel oracle encoding enhanced by Quantum Fourier Transformation (QFT) to solve the arbitrage problem using Grover’s algorithm is introduced. Recognizing that the number of qubits and the size of the quantum circuit are among today’s major computational bottlenecks, recently established pre-processing and post-processing techniques are employed to optimize computational efficiency across the various quantum algorithms studied.

(This research was produced in cooperation with Aqarios GmbH)

Author:

Jakob Anton Mayer

Advisors:

Jonas Nüßlein, Jonas Stein, Nico Kraus, Claudia Linnhoff-Popien


Student Thesis | Published March 2024 | Copyright © QAR-Lab
Direct Inquiries to this work to the Advisors


Optimization of Variational Quantum Circuits for Hybrid Quantum Proximal Policy Optimization Algorithms

Optimization of Variational Quantum Circuits for Hybrid Quantum Proximal Policy Optimization Algorithms

Abstract:

Quantum computers, which are subject to current research, offer, apart from the hope for an quantum advantage, the chance of reducing the number of used trainable parameters. This is especially interesting for machine learning, since it could lead to a faster learning process and lower the use of computational resources. In the current Noisy Intermediate-Scale Quantum (NISQ) era the limited number of qubits and quantum noise make learning a difficult task. Therefore the research focuses on Variational Quantum Circuits (VQCs) which are hybrid algorithms constructed of a parameterised quantum circuit with classic optimization and only need few qubits to learn. Literature of the recent years proposes some interesting approaches to solve reinforcement learning problems using the VQC, which utilize promising strategies to increase its results that deserve closer research. In this work we will investigate data re-uploading, input and output scaling and an exponentially declining learning rate for the actor-VQC of a quantum proximal policy optimization (QPPO) algorithm, in the Frozen Lake and Cart Pole environments, on their ability to reduce the parameters of the VQC in relation to its performance. Our results show an increase of hyperparameter stability and performance for data re-uploading and our exponentially declining learning rate. While input scaling has no effect on the parameter effectiveness, output scaling can archive powerful greediness control and lead to a rise in learning speed and robustness.

Author:

Timo Witter

Advisors:

Michael Kölle, Philipp Altmann, Claudia Linnhoff-Popien


Student Thesis | Published February 2024 | Copyright © QAR-Lab
Direct Inquiries to this work to the Advisors


12345
Page 3 of 5

QAR-Lab – Quantum Applications and Research Laboratory
Ludwig-Maximilians-Universität München
Oettingenstraße 67
80538 Munich
Phone: +49 89 2180-9153
E-mail: qar-lab@mobile.ifi.lmu.de

© Copyright 2025

General

Team
Contact
Legal notice

Social Media

Twitter Linkedin Github

Language

  • Deutsch
  • English
Cookie-Zustimmung verwalten
Wir verwenden Cookies, um unsere Website und unseren Service zu optimieren.
Funktional Always active
Die technische Speicherung oder der Zugang ist unbedingt erforderlich für den rechtmäßigen Zweck, die Nutzung eines bestimmten Dienstes zu ermöglichen, der vom Teilnehmer oder Nutzer ausdrücklich gewünscht wird, oder für den alleinigen Zweck, die Übertragung einer Nachricht über ein elektronisches Kommunikationsnetz durchzuführen.
Preferences
The technical storage or access is necessary for the legitimate purpose of storing preferences that are not requested by the subscriber or user.
Statistiken
Die technische Speicherung oder der Zugriff, der ausschließlich zu statistischen Zwecken erfolgt. The technical storage or access that is used exclusively for anonymous statistical purposes. Without a subpoena, voluntary compliance on the part of your Internet Service Provider, or additional records from a third party, information stored or retrieved for this purpose alone cannot usually be used to identify you.
Marketing
Die technische Speicherung oder der Zugriff ist erforderlich, um Nutzerprofile zu erstellen, um Werbung zu versenden oder um den Nutzer auf einer Website oder über mehrere Websites hinweg zu ähnlichen Marketingzwecken zu verfolgen.
Manage options Manage services Manage {vendor_count} vendors Read more about these purposes
Einstellungen anzeigen
{title} {title} {title}