From 854a96a55c649f43740186087e0690e187847b90 Mon Sep 17 00:00:00 2001 From: Lukas Burgholzer Date: Tue, 12 Dec 2023 14:36:34 +0100 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=F0=9F=A9=B9=20Update=20mqt-c?= =?UTF-8?q?ore=20with=20a=20fix=20for=20ancillary=20qubit=20handling=20(#3?= =?UTF-8?q?40)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Description This PR updates `mqt-core` with a new fix (cda-tum/mqt-core#495) for a small bug that resulted in two circuits that were acting on the same number of "primary" qubits to report that circuits differed in their number of qubits. ## Checklist: - [x] The pull request only contains commits that are related to it. - [x] I have added appropriate tests and documentation. - [x] I have made sure that all CI jobs on GitHub pass. - [x] The pull request introduces no new warnings and follows the project's style guidelines. --------- Signed-off-by: burgholzer --- extern/mqt-core | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extern/mqt-core b/extern/mqt-core index 78d5c87b..6e10d70d 160000 --- a/extern/mqt-core +++ b/extern/mqt-core @@ -1 +1 @@ -Subproject commit 78d5c87b7aaafe8edb28167f76ebd1debe11c51b +Subproject commit 6e10d70d1cb2b56a8ed0885de9e9055646409802