Skip to content

Commit 47691e2

Browse files
committed
remove unnecessary comment
1 parent 615a30b commit 47691e2

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/bloqade/squin/qubit.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,6 @@ class MeasureAndReset(ir.Statement):
7575
result: ir.ResultValue = info.result(ilist.IListType[types.Bool])
7676

7777

78-
# MZ -> RZ
79-
# MRZ (never really used, but could have performance benefit)
80-
#
81-
82-
8378
@statement(dialect=dialect)
8479
class Reset(ir.Statement):
8580
traits = frozenset({lowering.FromPythonCall()})

0 commit comments

Comments
 (0)