Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions qsimcirq_tests/qsimcirq_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Loading