Kaku Michio says in an interview that we've teleported photons, cesium atoms and beryllium atoms. Having watched a lot of Kaku as well as way too many astrophysics documentaries in general, I know he's exaggerating. From what I understand, some state of those particles were teleported.
Here's my question: what state exactly is being teleported, and why can't it be used to transfer classical information? How can we know experimentally that a teleportation occured, if the transported information can't be read classically?
Most of the news articles for the general public just throw around the word "state" without explaining the idea (or flat out tell us like Kaku that atoms were teleported), and Wikipedia uses math and terminology that's way over my head.
Is there a layman's explanation by any chance?
Answer
To elaborate on Misha's answer: here is a spiel on teleportation from quantum information theory. I'm going to do some actual computations, but they will be made as simple as possible for novice readers.
Beginning of the sketch
Let us simplify the discussion by limiting ourselves to the teleportation of a single bit's worth of information, e.g. a spin ½ particle. Let us denote spin-down by the bit-value 0, and spin-up by 1. A general (pure, i.e. non-randomized) state of the spin ½ particle is given by |σ⟩s=α0|0⟩s+α1|1⟩s: a superposition of the two spin-values, where |α0|2 and |α1|2 must sum to 1 and are otherwise unconstrained complex numbers. If you wanted to store a single bit, you could just use α0=1 or α1=1 to represent "0" or "1" respectively. (The subscript s just means that this indicates the state of a spin "s".)
For teleportation between two distant locations A and B (where A is in the same general area as the spin s), you need an entangled state as a resource, such as |β00⟩A,B=1√2[|0⟩A|0⟩B+|1⟩A|1⟩B]
- You should think of the symbols |u⟩X as being like variables that you can multiply together in whichever order you like; each one describes the state of one part of the system; and combinations of these products can be used to describe superpositions. (This "multiplication" is actually a tensor product; but that's also not important for this post.)
- The factor of 1/√2 is just for the sake of book-keeping, so that we can compute probabilities. We won't be doing a lot of probability calculations, but there's an interesting comparison coming below which makes it worthwhile to mention normalization. —— If you're happy with the notion of a vector, what this is doing is ensuring that the vector has norm 1; corresponding roughly to being in this entangled two-particle state with certainty. (Shorter vectors represent states which occur only with some probability: we will see an example later.) The terms |0⟩A|0⟩B and |1⟩A|1⟩B are also unit vectors, and are orthogonal to one another because they represent perfectly distinguishable classical states. Their sum has length √2, so we divide by this to get another unit vector. States in quantum info are typically represented by unit vectors.) Another way of reading this is that if we measured this state to get bit values, we would have a probability of (1/√2)2=12 change of obtaining 00 for A and B, and the same chance of obtaining 11 for A and B.
Now, I'm going to make a sharp right turn, and talk for a little about cryptography, because the protocoal for teleportation bears a striking resemblance to the protocol for transmitting a message secretly with a one-time pad.
A digression into classical cryptography
A one-time pad is nothing more than two copies of the same sequence of random numbers, e.g. strings of random digits. When you want to encrypt a message which is n bits long, to send from Alice (A) to Bob (B), the two sequences of random bits must have length at least n. For example, if you want to encode a single bit of information, it is enough for A and B to share a single random bit. In a manner of speaking, the random bits in their position must be in a joint state of the form Pads=12[(⟨0⟩A and ⟨0⟩B)+(⟨1⟩A and ⟨1⟩B)]
Back to teleportation!
How teleportation actually works (mathematically speaking)
In order to teleport |σ⟩s, Alice performs a joint measurement on s and A. There are four possible outcomes, so the most information Alice can obtain out of her measurement is two bits. The measurement she performs is in the basis |β00⟩s,A=1√2[|0⟩s|0⟩A+|1⟩s|1⟩A],|β01⟩s,A=1√2[|0⟩s|1⟩A+|1⟩s|0⟩A],|β10⟩s,A=1√2[|0⟩s|0⟩A−|1⟩s|1⟩A],|β11⟩s,A=1√2[|0⟩s|1⟩A−|1⟩s|0⟩A].
The scalar factor of 12 just represents the fact that the outcome |βzx⟩ of the measurement arises, independently of the values of x and z, with probability (12)2=14; the final state is some state on B which depends on the values of x and z. Without knowing what x and z are, Bob doesn't know the result of the measurement collapse — any more than he could guess Alice's message in the one-time pad protocol by staring at his own random bit. In fact, we can show that without knowledge of x and z, Bob's state looks perfectly random to him, just as it would have if he had measured B before Alice did anything, and just as the random bit in a one-time pad looks. But if Alice were to send x and z to him, he could perform operations on his state to obtain the state |σ⟩B=α0|0⟩B+α1|1⟩B. Which operations he performs depends on the values of x and z, just as whether Bob flips his bit in the one-time pad protocol depends on the message Alice sends him.
Completing the analogy to the one-time pad
The measurement above, in the basis of |βzx⟩ states, corresponds exactly to a parity measurement in the classical one-time pad scenario: the two bits x and z represent measured correlations between the spins s and A, in the standard basis and in the basis |+⟩∝|0⟩+|1⟩ and |−⟩∝|0⟩−|1⟩. In particular, you'll notice that whenever we obtain an outcome of |βzx⟩ where x = 0, Bob's final state is incorrect only by the sign of the |1⟩ component; and when x = 1, then mapping each component of Bob's state from |0⟩ to |1⟩ (and vice-vera) gives him a state which is again correct up to a sign. The x bit corresponds exactly to the bit-parity measurement in a one-time pad classically; and without that bit, you could never hope to communicate classical information by teleportation. But on the plus side, although you have to send a bit of communication, whichever state s was in to begin with has been transmitted to Bob with perfect security!
No comments:
Post a Comment