Superdense coding
References
http://en.wikipedia.org/wiki/Superdense_coding
http://www.quantiki.org/wiki/index.php/Super-dense_coding
——————
Superdense coding and quantum teleportation are maybe the most popular motivational example of quantum information theory.
I’ll first talk about the superdense coding.
For superdense coding, consider Alice and Bob (two most popular people in the world of quantum computing examples)
Suppose Alice is sending one qubit to Bob.
Alice >>>>>>>>>>(qubit)>>>>>>>>>>> Bob
Can Alice convey two classical bits using just one qubit?
The answer is NO, and Holevo’s theorem says this is impossible.
Then, what makes a qubit more interesting than classical bits?
Now we can say that Bob, is allowed to send one qubit to Alice before Alice send a qubit to Bob.
1. Alice <<<<<<<<<<<(qubit)<<<<<<<<<<<< Bob
2. Alice >>>>>>>>>>>(qubit)>>>>>>>>>>>> Bob
Then it turns out that Alice can convey two classical bits to Bob.
How can this help? It doesn’t make much sense logically since allowing Bob to send a qubit to Alice seems to have no impact on the information that Bob is receiving from Alice. However, with entanglement, sending a qubit to Alice can somehow help on sending richer information to Bob.
But we need a setup. Bob should have 2-qubit state beforehand.
Assume that Bob’s two qubits are entangled with state |00> + |11>. Bob sends the first qubit to Alice.
Then Alice can apply unitary rotation on that qubit. Specifically, if first bit is 1, then apply X = [0 1; 1 0] to the qubit. If second bit is 1 then apply Z = [1 0; 0 -1].
Now Alice can send that qubit back to Bob.
Bob can measure the qubit in Bell basis to figure out two bits.
- state is |00> + |11> then first bit = 0, second bit = 0
- state is |00> – |11> then first bit = 0, second bit = 1
- state is |01> + |10> then first bit = 1, second bit = 0
- state is |01> – |10> then first bit = 1, second bit = 1
The intuition here is that applying rotation on Bob’s first qubit have some impact on his second qubit as well since two are entangled. Then we can rotate the two-qubit system on two orthogonal spaces to make distinction between all 4 cases.