Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
perlinm committed Dec 21, 2024
1 parent 0eaffcc commit cc99d12
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,7 @@ def qec_steane_x(
),
)
if flag is not None:
block.extend(If(self.syn_x != 0).Then(flag.set(1)))
block.extend(If(self.syn_z != 0).Then(flag.set(1)))
return block

def qec_steane_z(
Expand Down

0 comments on commit cc99d12

Please sign in to comment.