From c903928ea41f98f3b9d3d3a9666f47a885397b2e Mon Sep 17 00:00:00 2001 From: mhucka Date: Tue, 4 Nov 2025 17:52:09 +0000 Subject: [PATCH] Remove commented-out code --- qsimcirq_tests/qsimcirq_test.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/qsimcirq_tests/qsimcirq_test.py b/qsimcirq_tests/qsimcirq_test.py index d39c49914..24101405f 100644 --- a/qsimcirq_tests/qsimcirq_test.py +++ b/qsimcirq_tests/qsimcirq_test.py @@ -26,9 +26,6 @@ class NoiseTrigger(cirq.Gate): new circuit will otherwise behave identically to the original. """ - # def _mixture_(self): - # return ((1.0, np.asarray([1, 0, 0, 1])),) - def _num_qubits_(self) -> int: return 1