Search⌘ K

A Visual Exploration of the Qubit State

Explore the fundamentals of the qubit state as a two-dimensional quantum system. Understand how qubit state vectors represent superposition using alpha and beta parameters, how their normalization ensures valid quantum states, and how angles control measurement probabilities. Learn to interpret this through graphical visualization, aiding comprehension of quantum states for machine learning applications.

We'll cover the following...

Two-dimensional quantum system

The qubit is a two-dimensional quantum system. Each dimension is denoted by a standard basis vector:

0=[10]|0\rangle = \begin{bmatrix}1\\0\end{bmatrix}, in Python [1, 0] and

1=[01]|1\rangle = \begin{bmatrix}0\\1\end{bmatrix}, in Python [0, 1].

The superposition of both dimensions represents the state of the qubit. This is the qubit state vector ψ|\psi\rangle (“psi”).

ψ=α0+β1=[ ...