-2

I'm confused about the last complete sentence in the following paragraphs. If ab=0, that means either a or b equals to 0. As a result, doesn't $|\psi\rangle|\psi\rangle$ equal to either $b^2|11\rangle$ or $a^2|00\rangle$? If so, how is this related to $a|00\rangle + b|11\rangle$? Also, how do $|\psi\rangle|\psi\rangle = b^2|11\rangle$ or $=a^2|00\rangle$ show that the quantum state input is copied?


enter image description here

enter image description here

Claire
  • 689
  • 4
  • 11

1 Answers1

1

Note that if $|\psi \rangle = |0\rangle$ or $|\psi\rangle = |1\rangle$ then

$$CNOT|\psi \rangle|0\rangle = CNOT|0 \rangle|0\rangle = CNOT |0 0\rangle = |00\rangle = |0\rangle_{\textrm{original qubit}}|0\rangle_{\textrm{copied qubit}} $$

and

$$CNOT|\psi \rangle|0\rangle = CNOT|1 \rangle|0\rangle = CNOT|10\rangle = |11\rangle = |1\rangle_{\textrm{original qubit}}|1\rangle_{\textrm{copied qubit}}$$

This says that if the qubit is in a definite state $|0\rangle$ or $|1\rangle$ then we can use the CNOT gate to copy the state of the qubit. This is not very surprising since the qubit in this case behave just like a classical bit...

KAJ226
  • 14,252
  • 2
  • 13
  • 34