The process of making a physical object disappear at one place and making an exact replica of it appear at another place is known as Quantum Teleportation ( QT ). It was mere a science fiction until in 1993 when it was experimentally validated by C. H. Bennett , G. Brassard, C. Crépeau, R. Jozsa, A. Peres, W. K. Wootters. The Original paper is available here. In this post I present a QT algorithm without assuming any background in physics.
Let us first learn some basics of Quantum Mechanics necessary to understand the QT algorithm.
Any closed quantum mechanical system has an associated complex vector space ( CVS ). Such a CVS possesses a special property which we need not get into right now. At a given time instant, state of a system is described by a unit vector in the associated CVS. Evolution of a system is described by a unitary matrix
( one for which
).
Let vector
denote the state of a quantum mechanical system and
be any unitary matrix. When
is operated on
, system is in state
( which is a unit vector again ).
Let’s consider a single qubit ( analogous of bit in quantum world ) system. Associated CVS is a complex plane
. In general, we denote the state of a single qubit system by
or
interchangeably, where
.
Consider the following matrices :
,
,
,
,
.
One may verify that all the above mentioned matrices are unitary, and hence valid operators on all single qubit system.
We will be using these matrices pretty soon.
Let us now move on to 2-qubit systems. Associated CVS is
. In general, we denote state of a 2-qubit system by
or
interchangeably, where
. Consider the following matrix:
.
is a unitary matrix and hence a valid operator on any 2-qubit system. Let us operate
on
:-
.
Notice that, in
, if
,
is flipped. Hence, operator
is popularly known as controlled-not ( C-NOT) gate (
is called the control bit. If
,
is flipped).
Let us now consider a special state on a 2-qubit system,
, popularly known as Bell state.
In a 2-qubits closed systems, it is possible to put the two qubits far apart maintaining the state of the system.
Ok. We are done with the preliminaries
. Let us move on to give the problem statement.
Formal problem statement for Quantum Teleportation :-
Alice and Bob live far apart. They share a qubit each of a 2-qubit system in Bell state. Alice has a telephone facility with which she can send 2 bits of information to Bob. Alice has a 1-qubit system which she wishes to send to Bob. In this entire process, Alice doesn’t care if she is not left with a copy of qubit she intended to send to Bob.
Algorithm:-
Let
be the state Alice intends to send to Bob. Consider the system,
.
Alice operates C-NOT on the two qubits in her possession :-
.
Alice then operates
on the first of the two qubits in her possession :-
.
Re-arranging terms, we can equivalently represent the state of the system as :-

.
Alice now measures the qubits in her possession :-
Outcome of the measurement & the corresponding new state of the system respectively are as shown in the table below :-
.
Alice communicates the outcome of the measurements to Bob, which is 2 bit of information.
Notice that the qubit in Bob’s possession is in one of the four states mentioned in the table, depending on the outcome of the Alice’s measurement.
Bob on receiving 2 bits from Alice does the following operation on the single qubit in his possession.
1. If Bob receives 00, he does nothing.
2. If Bob receives 01, he operates
.
3. If Bob receives 10, he operates
.
4. If Bob receives 11, he operates
.
Now, the qubit in Bob’s possession is in the state
).
Related homework problems,
1. Show that, when a unit vector is multiplied with a unitary matrix, the resulting vector is also a unit vector.
2. How to teleport a 2-qubit system? In general, how to teleport a n-qubit system ?
3. It is obvious that teleporting a n-qubit (n > 1) system cannot be done with just a pre-shared EPR pair between Alice and Bob. What is the minimum entanglement necessary to achieve the teleportation ?
Any progress w.r.t 2nd question, enlighten me too
. I’ve been struggling with it since quite some time now.
Recent Comments