- #1
cwill53
- 220
- 40
- Homework Statement
- For the teleportation quantum circuit below starting with ##|000\rangle## as ##|q_2 q_1 q_0\rangle##:
A. Reproduce the quantum circuit in QISKIT with the result. (screenshot the results)
B. Label both the quantum and classical registers after each operation as previously shown in the recorded notes.
C. Store the Step 1b measurement result in the 0th classical qubit and store Step 3 measurement result in the 1st classical qubit. How should we modify the conditional CNOT and Z-gates in Step 1b and Step 3 so it will produce the same result? Reproduce in QISKIT.
D. For this example, why is the state of the original electron destroyed? How is it related to the no-cloning theorem? If Alice’s state was ##|0\rangle## , do we need quantum teleportation to transfer the state?
- Relevant Equations
- $$|0\rangle=\begin{bmatrix}
1\\
0
\end{bmatrix}$$
$$|1\rangle=\begin{bmatrix}
0\\
1
\end{bmatrix}$$
$$H=\frac{1}{\sqrt{2}}\begin{bmatrix}
1 & 1\\
1& -1
\end{bmatrix}$$
$$U_{\textup{XOR}}=\begin{bmatrix}
1 & 0 &0 &0 \\
0& 1& 0 &0 \\
0 &0 & 0 & 1\\
0& 0 & 1 & 0
\end{bmatrix}$$
$$I=\begin{bmatrix}
1 &0 \\
0& 1
\end{bmatrix}$$
$$Z=\begin{bmatrix}
1 &0 \\
0& -1
\end{bmatrix}$$
I have done part A so far below, but I'm a bit behind on my reading, so I don't quite understand the action of the controlled-NOT gate on a single qubit.
What I have so written so far for part B is:
Let ##\mathcal{H}=(\mathbb{C}^2)^{\otimes 3}##. Let ##|\psi _{q_i}\rangle_k## , ##(i\in\left \{ 0,1,2 \right \})## be the state of the ##i##-th qubit in the register after the action of the ##k##-th gate along the wire carrying the ##i##-th qubit. Since the initial state of each qubit is ##|0\rangle=\begin{bmatrix}
1 & 0
\end{bmatrix}^T##, we have
$$
|\psi _{q_1}\rangle_1=H|0\rangle=\frac{1}{\sqrt{2}}\begin{bmatrix}
1 & 1\\
1& -1
\end{bmatrix}\begin{bmatrix}
1\\
0
\end{bmatrix}=\frac{1}{\sqrt{2}}\begin{bmatrix}
1\\
1
\end{bmatrix}
$$
Since I'm behind on my readings, I'm a bit confused as to the action of the controlled-NOT gate and how it changes both the state of the control and target qubit. I was hoping someone could walk me through this problem.
What I have so written so far for part B is:
Let ##\mathcal{H}=(\mathbb{C}^2)^{\otimes 3}##. Let ##|\psi _{q_i}\rangle_k## , ##(i\in\left \{ 0,1,2 \right \})## be the state of the ##i##-th qubit in the register after the action of the ##k##-th gate along the wire carrying the ##i##-th qubit. Since the initial state of each qubit is ##|0\rangle=\begin{bmatrix}
1 & 0
\end{bmatrix}^T##, we have
$$
|\psi _{q_1}\rangle_1=H|0\rangle=\frac{1}{\sqrt{2}}\begin{bmatrix}
1 & 1\\
1& -1
\end{bmatrix}\begin{bmatrix}
1\\
0
\end{bmatrix}=\frac{1}{\sqrt{2}}\begin{bmatrix}
1\\
1
\end{bmatrix}
$$
Since I'm behind on my readings, I'm a bit confused as to the action of the controlled-NOT gate and how it changes both the state of the control and target qubit. I was hoping someone could walk me through this problem.