Skip to content

Commit 3af5e18

Browse files
authored
Remove commented-out code (#941)
Not sure why this was commented out, but [a Code Quality scan flagged it](https://github.com/quantumlib/qsim/security/quality/rules/py%2Fcommented-out-code), so we may as well remove it.
1 parent d215988 commit 3af5e18

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

qsimcirq_tests/qsimcirq_test.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,6 @@ class NoiseTrigger(cirq.Gate):
2626
new circuit will otherwise behave identically to the original.
2727
"""
2828

29-
# def _mixture_(self):
30-
# return ((1.0, np.asarray([1, 0, 0, 1])),)
31-
3229
def _num_qubits_(self) -> int:
3330
return 1
3431

0 commit comments

Comments
 (0)