From 4de795897edc10cdef9034a6834b20f91063c6b7 Mon Sep 17 00:00:00 2001 From: Dan Strano Date: Thu, 27 Jul 2023 11:59:49 -0400 Subject: [PATCH] Debug RDM rounding --- src/qstabilizerhybrid.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/qstabilizerhybrid.cpp b/src/qstabilizerhybrid.cpp index cb2c7d86c..126701a3d 100644 --- a/src/qstabilizerhybrid.cpp +++ b/src/qstabilizerhybrid.cpp @@ -476,8 +476,6 @@ real1_f QStabilizerHybrid::ExpectationBitsAllRdm(bool roundRz, const std::vector clone->stabilizer->Dispose(i, 1U); clone->shards.erase(clone->shards.begin() + i); --(clone->ancillaCount); - - clone->CombineAncillae(); } return clone->stabilizer->ExpectationBitsAll(bits, offset);