Skip to content

Commit

Permalink
feat: Test commit
Browse files Browse the repository at this point in the history
release-as: 0.1.1
  • Loading branch information
croyzor committed Jan 25, 2024
1 parent 45f6d0b commit 724d0b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def teleport(src: Qubit, tgt: Qubit) -> Qubit:
tmp = Qubit()
tmp, tgt = cx(h(tmp), tgt)
src, tmp = cx(src, tmp)

# Apply classical corrections
if measure(h(src)):
tgt = z(tgt)
Expand Down

0 comments on commit 724d0b1

Please sign in to comment.