3

I have an extension to the following question: How to get the relative phase of a qubit? How do I get the relative phase of a pair of entangled qubits such as $$\frac{1}{\sqrt{2}}(|00\rangle+e^{i\theta}|11\rangle)$$

in which I want to find theta. I tried to use a similar methodology as the answer in the linked question above, but with no success.

Rehaan Ahmad
  • 519
  • 2
  • 12

1 Answers1

5
  1. Apply a CNOT gate with one of the qubits as control and the other as target. You'll get

$$\frac{1}{\sqrt{2}}(|0\rangle+e^{i\theta}|1\rangle) \otimes |0\rangle$$

  1. Use the methodology from How to get the relative phase of a qubit? for the first qubit :-)
Mariia Mykhailova
  • 9,010
  • 1
  • 12
  • 39