Lukas Burgholzer

Results 230 comments of Lukas Burgholzer

> I tried removing the measurements of q[13] and q[14] from circ2.qasm > > ``` > OPENQASM 2.0; > include "qelib1.inc"; > qreg q[15]; > creg c[3]; > cx q[3],q[2];...

> I want them to be equivalent in terms of the quantum state at the end of all the gates Physical qubits 13 and 14 both have to be |0>...

> the linter errors, that `#include ` is not directly used, but removing it make the build fail. Any ideas? Hm. That's a strange one. But I suppose this is...

> > You can, instead, add the necessary additional explicit template instantiation directly in DDSim and that "just works". > > As far as i know, explicit instantiation only work...

I assume this PR here can be closed for now, right @rotmanjanez?

The real parser is now part of this repository as of https://github.com/cda-tum/mqt-syrec/releases/tag/v1.2.0 and properly supports (almost) the whole `.real` file spec. Furthermore, MQT Core now also comes with a fully...

Alright, some progress. The new `ubuntu-24.04-arm` runners fail due to a `uv` error that will probably be fixed soonish (a PR is open at https://github.com/astral-sh/uv/pull/10697). The Ubuntu 22.04 builds fail...

A year-long odyssey is finally coming to an end. All the tests are green, all issues resolved. I see no reason for leaving this lying around anymore. Especially, since we...

Ah, and don't be worried about the failing Python tests in the CI. These are unrelated to your changes and will be more or less automatically resolved soon 😌

Ah, of course I forgot one thing: could you please add a Changelog entry for this PR in the unreleased `### Added` section of the top-level CHANGELOG.md file?