Statevector and its representation in the Bloch sphere

In quantum computing, the state of the qubit is probabilistic. Therefore, we can't represent a quantum coin as either heads or tails. Instead, it's usually a combination of both.

Statevector

A quantum statevector is a vector that shows the probability amplitudes of different basis quantum states comprising the overall state of the quantum object. For instance, if we describe the HEAD\text{HEAD} state of the quantum coin as HEAD=(10)\vert \text{HEAD}\rangle = \begin{pmatrix}1\\0\end{pmatrix}and the TAIL\text{TAIL} state of the coin as TAIL=(01)\vert \text{TAIL}\rangle = \begin{pmatrix}0\\1\end{pmatrix}, any other state of the coin (which is a superposition of these two) can be defined as:

Note: The probability amplitudes in quantum statevectors do not correspond to classical probability. Instead, they will need to be squared to obtain classical probabilities. For instance, in the statevector mentioned above, the probability of obtaining HEAD\vert\text{HEAD}\rangle is α2\alpha^2and the probability of obtaining TAIL\vert\text{TAIL}\rangleis β2\beta^2.

In quantum computing, the state of a single qubit can be represented using the following statevector:

Here,

  • ϕ\phi is an angle ranging from 0–2π2\pi.
  • 0\vert0\rangle is the basis state (10)\begin{pmatrix} 1\\0\end{pmatrix}.
  • 1\vert1\rangle is the basis state (01)\begin{pmatrix} 0\\1\end{pmatrix}.


Bloch sphere

The Bloch sphere is a geometric representation of the state of the qubit. Named after the Nobel-winning physicist Felix Bloch, the Bloch sphere allows the qubit to be depicted as a point on the sphere.

A qubit is represented in the Bloch sphere by using the following formula:

Here,

  • θ\theta is an angle ranging from 0–π\pi.
  • ϕ\phi is an angle ranging from 0–2π2\pi.
  • 0\vert0\rangle is the basis state (10)\begin{pmatrix} 1\\0\end{pmatrix}.
  • 1\vert1\rangle is the basis state (01)\begin{pmatrix} 0\\1\end{pmatrix}.

Diagrammatically, a qubit is represented on the Bloch sphere like this:

Representation of a quantum state on the Bloch sphere
Representation of a quantum state on the Bloch sphere

Therefore, by varying the values of θ\thetaand ϕ\phi, all possible states of a single qubit can be represented on the Bloch sphere.

A statevector spanning the Bloch sphere
A statevector spanning the Bloch sphere

Free Resources

Copyright ©2024 Educative, Inc. All rights reserved