Lukas Burgholzer

Results 81 issues of Lukas Burgholzer

### Problem Statement Set up a macOS CI workflow for the MLIR subcomponent of MQT Core. ### Proposed Solution A dedicated workflow job in the `ci_mlir.yml` file similar to the...

good first issue
continuous integration
MLIR

### Problem Statement Set up a Windows CI workflow for the MLIR subcomponent of MQT Core. ### Proposed Solution A dedicated workflow job in the `ci_mlir.yml` file similar to the...

good first issue
continuous integration
MLIR

### What's the problem this feature will solve? It's been a while since Qiskit has introduced ["Classical feedforward and control flow"](https://qiskit.qotlabs.org/guides/classical-feedforward-and-control-flow), which matches OpenQASM 3's ["Looping and branching"](https://openqasm.com/language/classical.html#looping-and-branching). Within the...

good first issue
refactor
feature
minor
Core
c++

### What's the problem this feature will solve? Our efforts in adopting MLIR within the MQT have been steadily progressing. #880 is the first PR that adds interoperability with an...

good first issue
feature
c++
MLIR
unitaryHack

### What's the problem this feature will solve? Right now, our MLIR CI pipeline (https://github.com/munich-quantum-toolkit/core/blob/main/.github/workflows/ci_mlir.yml) is very barebones, as it only runs on Ubuntu and simply executes the tests. Our...

good first issue
continuous integration
MLIR

## Description This PR updates the required C++ standard to C++20 in preparation for the v3 release. The standard has been around for a while and it is time for...

help wanted
code quality
minor
c++
extensive-cpp-ci
extensive-python-ci

### What's the problem this feature will solve? This is a tracking issue for monitoring the capabilities of Qiskit's C-API (https://quantum.cloud.ibm.com/docs/en/api/qiskit-c) as an alternative for exchanging circuits between the MQT...

enhancement
Core

The density matrix representation (dNode, dEdge, etc.) is only used in the deterministic noise-aware simulator that is part of mqt-ddsim and nowhere else. Together with the `NoiseFunctionality`, the respective code...

help wanted
usability
refactor
code quality
minor
DD
c++

### What's the problem this feature will solve? QDMI, which is available at https://github.com/Munich-Quantum-Software-Stack/QDMI, provides a standardised interface for querying and controlling quantum devices. It forms a central part of...

feature
Core
c++
python

### Description Just yesterday, GitHub announced that the new Windows 11 ARM runners are now available as public preview. We tried to switch one of our projects (which is using...