We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e20864f commit eee3cdaCopy full SHA for eee3cda
src/bloqade/squin/rewrite/U3_to_clifford.py
@@ -33,7 +33,7 @@ class SqrtYdag(ir.Statement):
33
(0, 0, 3): [Sdag],
34
(1, 0, 0): [gate.stmts.SqrtY],
35
(1, 0, 1): [gate.stmts.S, gate.stmts.SqrtY],
36
- (1, 0, 2): [gate.stmts.Z, gate.stmts.SqrtY],
+ (1, 0, 2): [gate.stmts.H],
37
(1, 0, 3): [Sdag, gate.stmts.SqrtY],
38
(1, 1, 0): [gate.stmts.S, SqrtXdag],
39
(1, 1, 1): [gate.stmts.Z, SqrtXdag],
0 commit comments