Skip to content

Commit a12dae1

Browse files
committed
remove incorrect comment
1 parent d765f09 commit a12dae1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

squin_op_playground.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ def as_int(value: int):
1818
(hh := squin.op.stmts.Kron(lhs=h1.result, rhs=h0.result)),
1919
(chh := squin.op.stmts.Control(hh.result, n_controls=1)),
2020
(factor := as_int(1)),
21-
# schh for some reason causes it to blow up
2221
(schh := squin.op.stmts.Scale(chh.result, factor=factor.result)),
2322
(func.Return(schh.result)),
2423
]

0 commit comments

Comments
 (0)