Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Problem 1 B ( Quantum Teleportation ) We will now look into the problem of destructive copying of a quantum state called quantum teleportation. Suppose
Problem B Quantum Teleportation
We will now look into the problem of "destructive" copying of a quantum state called quantum teleportation. Suppose we have a qubit
that is currently a super position
and another qubit
initialized to
We wish to transform
to be
while
is potentially destroyed in the process. Note that nocloning theorem will not allow us to do this without changing
in some way.
Prove that the following steps will copy
over to
by completing the calculations asked of you.
Let
be in the super position
above and
in initial state
The joint system is in the state
Apply the Hadamard gate to
What is the resulting state?
answer?
Apply the controlledX gate to qubit
with control qubit
What is the resulting state?
answer?
Apply the controlledX gate to qubit
with control qubit
What is the resulting state?
answer?
Measure the qubit
Write down the possible results of the measurement along with the probabilities and the states for
after the partial measurement.
answer?
If you followed along the steps above, you will realize that the quantum circuit will cause
to collapse to either a
or a
but
will now have
This is the essence of quantum teleportation. It is important that you do the calculations correctly and obtain the result before you try the problem below.
Implement the function quantumteleport that takes in an instance of QuantumCircuit and index of two qubits b and b It should implement the above scheme to copy b into b which is initialized to
Do not measure b
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started