Recall, so far, all operations in preparation for the teleportation of the state to Bob, have been done locally by Alice on her system.
Following Alice's local operations (CNOTQA gate then Hadamard gate on Q), the state of the 3-qubit system, ∣Ψ2⟩, which we derived in the last lesson is:
∣Ψ2⟩=21[α(∣000⟩+∣100⟩+∣011⟩+∣111⟩)+β(∣010⟩−∣110⟩+∣001⟩−∣101⟩)]QAB
The next part of the teleportation protocol involves Alice performing measurements on her two qubits.
1. Rewriting the State for Measurement Insight:
To understand what happens when Alice measures her qubits Q and A, it's crucial to rewrite ∣Ψ2⟩ by grouping terms based on the four possible computational basis states of Alice's two qubits (∣00⟩QA,∣01⟩QA,∣10⟩QA,∣11⟩QA). This explicitly shows the corresponding state of Bob's qubit B for each of Alice's potential measurement outcomes.
Let's collect terms for each state of Alice's qubits (QA):
-
For ∣00⟩QA: The terms from ∣Ψ2⟩ are 21(α∣000⟩+β∣001⟩). This can be factored as:
21∣00⟩QA⊗(α∣0⟩B+β∣1⟩B).
-
For ∣01⟩QA: The terms are 21(β∣010⟩+α∣011⟩). This can be factored as:
21∣01⟩QA⊗(β∣0⟩B+α∣1⟩B).
-
For ∣10⟩QA: The terms are 21(α∣100⟩−β∣101⟩). This can be factored as:
21∣10⟩QA⊗(α∣0⟩B−β∣1⟩B).
-
For ∣11⟩QA: The terms are 21(α∣111⟩−β∣110⟩). This can be factored as:
21∣11⟩QA⊗(α∣1⟩B−β∣0⟩B).
So, the full state ∣Ψ2⟩ can be rewritten as:
∣Ψ2⟩=21(∣00⟩QA⊗(α∣0⟩B+β∣1⟩B)+∣01⟩QA⊗(β∣0⟩B+α∣1⟩B)+∣10⟩QA⊗(α∣0⟩B−β∣1⟩B)+∣11⟩QA⊗(α∣1⟩B−β∣0⟩B))
Note that the terms like (β∣0⟩B+α∣1⟩B) can be rewritten as (α∣1⟩B+β∣0⟩B) for easier comparison later.
2. Alice's Measurement:
Alice now measures her two qubits, Q and A, in the computational basis. This measurement will yield one of four possible results: 00, 01, 10, or 11. Let mQ be the outcome for qubit Q and mA be the outcome for qubit A.

3. Probabilities and State Update:
From the regrouped form of ∣Ψ2⟩, we can see that each of the four states for Alice's qubits (∣00⟩QA,∣01⟩QA,∣10⟩QA,∣11⟩QA) is associated with a specific state of Bob's qubit B. Since the initial state ∣ψ⟩Q was normalized (meaning ∣α∣2+∣β∣2=1), each of the conditional states for Bob's qubit (e.g.
...