diff --git a/README.md b/README.md index 7129502e..2bda4c94 100644 --- a/README.md +++ b/README.md @@ -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)