Quantum Teleportation - Misconceptions and QM fundamentals

In summary, Quantum Teleportation is a complex concept that requires a fundamental understanding of quantum mechanics. It involves manipulating quantum states, which are represented as unit vectors in a 2D complex coordinate plane. These states can be changed by passing them through matrices (gates) such as the X, H, Y, and Z gates. These gates are reversible and can be used to perform simple quantum computations. Unitary matrices are important in quantum teleportation as they ensure that the resulting quantum state is normalized. Quantum entanglement, which involves two qubits, is crucial in quantum teleportation and can be achieved through a Controlled NOT (cNOT) gate.
  • #1
Goodies1
2
1
I'd like to go over what Quantum Teleportation is, how it works, and the absolute basic fundamentals of quantum mechanics. This thread may contain some relatively advanced concepts, but this is what I've learned over only a couple months. This only scratches the surface of the tip of the iceberg of the current information of quantum computing and quantum mechanics. There is much to be learned!

Note: This thread will be talking only about the fundamental concepts needed to understand superdense coding, entanglement, and quantum teleportation. I will actually be discussing superdense coding and teleportation themselves in the next thread, but it is definitely a good idea to have a decent foundation of what is actually going on.

The Qubit
In a classical understanding of information theory, the bit is the basic unit. It consists either of a 1 or a 0. These are the simplest forms of information that can exist. In Quantum Mechanics, as we all know, this absolute state of a system is often nonsensical. Instead, it is displayed in a linear algebra Bra-Ket (Dirac) notation as shown below. Since quantum states are vectors, the state of one qubit can be shown as a 2-Dimensional vector in a complex coordinate plane:
straint:%20%7D%20%7C%20%5Calpha%20%7C%5E2%20+%20%7C%20%5Cbeta%20%7C%5E2%20=%201%20%5C,%5C%5C%5C,.gif

Simply stated, the quantum state of a system/quibit is represented as a unit vector in a 2D complex coordinate plane. It may also be notable to state that you can never measure the alpha and beta directly. When you measure the state, by the laws of Quantum Mechanics, it will collapse into a single state. This has nothing to do with the precision of our measurement utilities, either. This is simply a fundamental law of the quantum world. Since it is a unit vector, it is subject to the Normalization Constraint where the amplitude of the probability wave is alpha/beta squared and the summation of the two must be equal to one.

Simple Quantum Logic (Single Qubits)
As with classical information theory, qubits need to go through certain computations to be used in quantum computing or transportation. There are several logical operators, so let's go through a few of the major basic ones:
  • Not (X) - also known as the X gate. The X gate is passed through a simple 2-D matrix. A state 0 -> 1 and a state 1 -> 0. Any qubit in a superposition will act linearly and the |0> and |1> states will reverse, essentially flipping the alpha/beta amplitude coefficients. This is the equivalent of rotating the unit vector π radians around the X axis.
  • Hadamard (H) - The Hadamard gate is meant to essentially change the number of states that a single qubit can be in. If it is in a ground state, it raises the probability to 50% of each state which would mean alpha and beta are both + or - 1/sqrt(2). It is equivalent of rotating π radians around the (x+z)/sqrt(2) axis.
  • Y Gate (Y) - The Y gate is another complex matrix with an imaginary number, i. This is equivalent to rotating the vector π radians around the Y axis.
  • Z Gate (Z) - The Z gate is the last single-quibit complex matrix gate I'll discuss. This is equivalent to rotating the vector π radians around the Z axis. The |0> state is conserved and the |1> state is changed.
5Cmid%200%5Crangle%20-%20%5Cbeta%5Cmid%201%5Crangle%5C%5C%5Cquad%5C%5C%5Cquad%5C%5C%5Cquad%5C%5C.gif

You certainly don't have to understand everything about the quantum computational gates, but what you should take away is that quantum states, which are 2D vectors, can be changed by passing them through matrices (gates). As a matter of fact, this is rather simple. There are also daggers that represent the complex conjugate transposed matrix which, in basic terms, all the rows become columns and columns become rows, and the value of i in any complex polynomials within the matrix is reversed. If you would like to do the math of these simple matrices above, you can see that some of these gates are reversible. For example, running it through the same gate twice like XX and HH (among others) will produce the same quantum state that was passed through.

Unitary Matrices
I apologize to those of you with multiple years of calculus. You may want to skip this boring stuff. This is essentially as advanced as my vector calculus gets, so if you already understand basic vector calculus and matrix transposition and complex conjugation, you're good to go. That being said, let's define our terms:
A Unitary Matrix is any matrix, U, whose transposed complex conjugate (U^dagger), multiplied to the original matrix, will result in the Identity Matrix. What's interesting is that a Quantum State result MUST be normalized because it is a unit vector, so anything that comes in must have the same Norm as its result. This is perfect. The following is a simple proof:
t%7BIdentity:%7D%5C%5C%7C%7CU%5Cmid%5Cpsi%5Crangle%7C%7C%20=%20%7C%7C%5Cmid%5Cpsi%5Crangle%7C%7C.gif

This identity simply means that any vector, after being applied to any unitary matrix will have the same Norm as the original vector. Again, I apologize if you're far ahead of this. As complicated as it looks, it's not all that difficult and this can all be learned and understood in a matter of a week or so. There is a way of writing a proof for this in Sigma notation, but that's simply unnecessary for this thread. Here is a great paper on matrix multiplication for those interested:
http://www.une.edu.au/__data/assets/pdf_file/0007/11221/13-Matrices.pdf

As well as a great video:
Matrix multiplication using index notation (MathsCasts)

2 Qubit Logic
This is actually very important because this is an introduction into what Quantum Entanglement will mean. Here we will see just one single double-qubit logical gate called the Controlled NOT gate. First, you must understand all 4 possible states (with a 2 qubit system... possible states are 2^n) which are 00, 01, 10, and 11. If you understood the previous sections (at least the quantum logic part), this will be no problem. In a cNOT gate, you have the control bit (the first one) and the target bit (the second one). In simplest terms, if the control bit is 1, then the target bit takes the NOT value while the first bit stays the same. If the control bit is 0, then the state of both bits stays the same.

5Cbeta%5Cmid%2001%5Crangle%20+%20%5Cdelta%5Cmid%2010%5Crangle%20+%20%5Cgamma%5Cmid%2011%5Crangle.gif


Entangled Particles
The very interesting thing comes when we pass one qubit that is a part of a multi-qubit system through a single-bit gate (such as the Hadamard) and then pass both (or all) of the qubits through the CNOT Gate. We come out with particles that are ENTANGLED. The most common way to entangle particles in QC is sending a 00 state through the Hadamard gate, then through the CNOT gate. Our result is the following:
qrt%202%7D%20%5Ctext%7B%20%5Csmall%20This%20is%20known%20as%20the%20%5CPhi%5E+%20Bell%20State%7D.gif

This entangled state means that the two particles are intertwined in such away that if something can be known or changed about one particle, there is immediately something that can be known or changed about the other. This is instantaneous. It is simply IMPOSSIBLE to describe the states separately. For example, the famous Bell States cannot be factored.

I hope you guys enjoyed this introduction. In the next thread, I'll be going over superdense coding (transferring 2 classical bits with a single entangled qubit)
 
Physics news on Phys.org
  • #2
Hi Goodies

First welcome to Physics Forums.

Just a comment though. Generally posts here are about asking questions or clarifying understanding - stuff like that.

Its generally not meant as a way to pass on stuff you have learnt, as interesting as that may be.

Are you seeking comments on it to flesh out if there are issues etc?

That would be fine - but its not clear from your post if that's what you are after.

Thanks
Bill
 
  • #3
Yes exactly what I want, thanks.
 
  • Like
Likes bhobba
  • #4
Thanks so much for the clarification - much appreciated.

I am into quantum foundations, but not teleportation etc so I will leave it up to others.

You may however be interested in a post I did detailing the approach of guys like Fuchs etc who are heavily into quantum information at the foundations of QM:
https://www.physicsforums.com/threads/the-born-rule-in-many-worlds.763139/page-7

See post 137.

But aside from that I will take my leave and simply be an observer of what looks like an interesting discussion.

Thanks
Bill
 
  • #5
I do not see your images even if i click them.
In another thread i tried to explain that entanglement is not only maximal entanglement. Could you insist on that point in your future threads.
Too many people think that we have particle XOR waves, position (x)or momentum representation and so on.
When we know nothing about a binary choice (50/50) we need a bit of information. When there is 99% probability for 0 and 1% for 1, a classical bit will give you more information that what you need. It would be a good thing to illustrate what you say with examples like that. Quantum world is richer than classical worlld and the "more" is in these details.
 
Last edited:

1. What is quantum teleportation?

Quantum teleportation is a phenomenon in which the quantum state of one particle, such as the spin or polarization, is instantaneously transferred to another distant particle without physically moving the particle itself.

2. Is quantum teleportation the same as teleportation in science fiction?

No, quantum teleportation is based on the principles of quantum mechanics and involves transferring information, not physical objects, between particles. It is not the same as the concept of teleporting a person or object from one location to another.

3. Can quantum teleportation be used for faster-than-light communication?

No, quantum teleportation does not violate the speed of light limit as it does not involve the transfer of matter or information at a speed faster than light. The transfer of quantum information is limited by the speed of light, just like any other form of communication.

4. How is quantum teleportation different from classical teleportation?

Classical teleportation involves the physical transportation of an object or person from one location to another, while quantum teleportation only transfers information about the quantum state of a particle. Additionally, quantum teleportation is limited by the laws of quantum mechanics, while classical teleportation is limited by the laws of classical physics.

5. Is quantum teleportation currently being used in any practical applications?

While quantum teleportation has been successfully demonstrated in laboratory experiments, it is not yet being used in any practical applications. However, it has potential applications in quantum computing, quantum communication, and secure data transmission.

Similar threads

  • Quantum Physics
Replies
8
Views
1K
  • Quantum Physics
Replies
6
Views
2K
  • Quantum Physics
Replies
3
Views
762
Replies
16
Views
1K
Replies
1
Views
1K
  • Advanced Physics Homework Help
Replies
12
Views
2K
  • Quantum Physics
Replies
2
Views
1K
Replies
1
Views
743
  • Advanced Physics Homework Help
Replies
1
Views
784
Replies
12
Views
1K
Back
Top