How the target controls the controller.
In standard classical logic, a Control Bit dictates what happens to a target. However, in quantum mechanics, the relationship is symmetric. When the target qubit is in an eigenstate of the operator, the phase is “kicked back” to the control qubit.
Notice above: The Target qubit remains unchanged (|−⟩), but the Control qubit flips from |+⟩ to |−⟩.
STEP 1: DEFINE INITIAL STATE
= (1/√2) (|0⟩ + |1⟩) ⊗ (1/√2) (|0⟩ − |1⟩)
STEP 2: EXPAND TERMS
|ψ0⟩ = ½ [ |00⟩ − |01⟩ + |10⟩ − |11⟩ ]
STEP 3: APPLY CNOT GATE
|ψ1⟩ = ½ [ |00⟩ − |01⟩ + |11⟩ − |10⟩ ]
STEP 4: FACTOR & REARRANGE
|ψ1⟩ = ½ [ |0⟩(|0⟩ − |1⟩) − |1⟩(|0⟩ − |1⟩) ]
Why is this important?
The math shows that while we applied the gate to the target, the relative phase of the control qubit changed from positive to negative. This mechanism is the foundation of quantum algorithms like Shor’s and Grover’s.