Lukas Burgholzer

Results 230 comments of Lukas Burgholzer

Based on previous discussions, I am adding some pointers to relevant passes here. In general, I would expect the Rust code in Qiskit to be the best reference for the...

> Just a thought, but I generally had positive experiences with a Docker/Container registry, at least on GitLab. Yeah. That could be one solution. Basically building docker images off of...

> It does not seem unreasonable to me to use some fixed-point decimal type as the default data type for angles (replacing f64) rather than just supporting it optionally, for...

As indicated in the top-level issue, I agree that only supporting the attribute version is probably not sufficient in general. We should rather aim to support at least a wrapper...

I took the liberty to refine the description of the issue slightly. I am still not 100% how to best handle truly hybrid programs here, where there are multiple independent...

Hey 👋🏻 Thanks for raising this issue. I am on vacation right now (until end of next week) and don't have my laptop with me, but I am pretty sure...

Thanks for running these! 🙏 That certainly helps to track down the error. Really seems like it is due to mismatch in the number of qubits in both computations and...

> I understand your concerns on the possible complexity of handling circuits of different sizes, however it is also a very valuable feature to have, especially when we want to...

Just released [`v3.0.0b2`](https://github.com/cda-tum/mqt-qcec/releases/tag/v3.0.0b2), the second beta release in the v3.0 series. That release contains #566, which fixed the issue locally for me. Please reopen if this should not be the...

Just saying, but switching to `ruff` would bring that down to milliseconds. You wouldn't even feel that it runs. From personal experience, this can really be a game changer when...