Skip to content

Commit 668a98c

Browse files
committed
fix failing measure sugar tests
1 parent 31f2852 commit 668a98c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/bloqade/squin/qubit.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ class New(ir.Statement):
4141
result: ir.ResultValue = info.result(ilist.IListType[QubitType, types.Any])
4242

4343

44+
@statement(dialect=dialect)
4445
class MeasureAny(ir.Statement):
4546
name = "measure"
4647

0 commit comments

Comments
 (0)