Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
perlinm committed Dec 17, 2024
1 parent 4d665ce commit b864193
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -548,7 +548,7 @@ def qec_tel_z(
flag_bit: Bit | None = None,
rus_limit: int | None = None,
) -> Block:
"""Run a teleportation-based error correction cycle for X errors."""
"""Run a teleportation-based error correction cycle for Z errors."""
block = Block(
# teleport
aux.pz(reject=reject, rus_limit=rus_limit),
Expand Down

0 comments on commit b864193

Please sign in to comment.