Lukas Burgholzer
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...
### 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...
### 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...
### 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...
### 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...
## 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...
### 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...
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...
### 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...
### 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...