Lukas Burgholzer
Lukas Burgholzer
Hey 👋🏼 Thanks for your work on this project! Integrating it into some of our repositories over at https://github.com/cda-tum was pretty smooth sailing and works nicely. Consider this issue more...
Scikit-build-core seems to have problems finding Python on manylinux containers since recently. A simple example demonstrating the problem: ```bash git clone https://github.com/pybind/scikit_build_example cd scikit_build_example pipx run cibuildwheel --platform linux ```...
At the moment, the SyReC library uses its own `gate` and `circuit` class. However, the project readily builds upon our MQT Core library (mainly for the external dependencies). It should...
At the moment the graphical editor is functional, yet not very user-friendly and pretty. The following represents a non-complete list of possible improvements: - [ ] The UI is not...
At the moment, the project still relies on Boost for some parts. Since Boost causes all kinds of troubles for deploying packages and getting libraries to run on different machines,...
**Problem:** Line numbers are displayed in a separate element as the algorithm text. While vertical scrolling works perfectly fine (scrolling is synchronized), horizontal scrolling does not work and the line...
## Description This PR switches the reusable workflows from MQT Core to the ones hosted at https://github.com/cda-tum/mqt-workflows. This creates a better separation of concerns and allows for separate versioning of...
## Description This PR switches the reusable workflows from MQT Core to the ones hosted at https://github.com/cda-tum/mqt-workflows. This creates a better separation of concerns and allows for separate versioning of...
### Description The docs currently suggest that the new `build[uv]` feature can be used with extra arguments, such as ```toml build-frontend = { name = "build[uv]", args = ["--no-isolation"] }...
### Informations - **Qiskit Aer version**: Starting from `0.14.1` - **Python version**: CPython 3.9 - **Operating system**: macOS arm64 ### What is the current behavior? Since the release of `qiskit-aer`...