Skip to content

Commit eee3cda

Browse files
committed
Restore H
1 parent e20864f commit eee3cda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bloqade/squin/rewrite/U3_to_clifford.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ class SqrtYdag(ir.Statement):
3333
(0, 0, 3): [Sdag],
3434
(1, 0, 0): [gate.stmts.SqrtY],
3535
(1, 0, 1): [gate.stmts.S, gate.stmts.SqrtY],
36-
(1, 0, 2): [gate.stmts.Z, gate.stmts.SqrtY],
36+
(1, 0, 2): [gate.stmts.H],
3737
(1, 0, 3): [Sdag, gate.stmts.SqrtY],
3838
(1, 1, 0): [gate.stmts.S, SqrtXdag],
3939
(1, 1, 1): [gate.stmts.Z, SqrtXdag],

0 commit comments

Comments
 (0)