-1

Imagine we prepare a qubit in the following state : $$ |\psi\rangle = \sqrt{\frac{1}{3}}|0\rangle - \sqrt{\frac{2}{3}}|1\rangle$$ What is the probability of measuring 1?

glS
  • 24,708
  • 5
  • 34
  • 108
Emma
  • 11

1 Answers1

1

The quantum state $|\psi\rangle$ of a qubit is described by a state vector $\begin{pmatrix}\alpha\\\beta\end{pmatrix}$ with $\alpha$ and $\beta$ complex numbers.
When we observe a qubit in this state, the probability of measuring 0 is $|\alpha|²$ and the probability of measuring 1 is $|\beta|²$.

We can rewrite this state as a linear combination of basis states :
$\begin{pmatrix}\alpha\\\beta\end{pmatrix} = \alpha|0\rangle + \beta|1\rangle$ with $|0\rangle = \begin{pmatrix}1\\0\end{pmatrix}$ and $|1\rangle = \begin{pmatrix}0\\1\end{pmatrix}$.

In your state, $\alpha = \sqrt{\frac{1}{3}}$ and $\beta = -\sqrt{\frac{2}{3}}$, thus, the probability of measuring 0 is $|\sqrt{\frac{1}{3}}|² = \frac{1}{3}$ and the probability of measuring 1 is $|-\sqrt{\frac{2}{3}}|² = \frac{2}{3}$

Thomas Mullor
  • 490
  • 2
  • 10