A Visual Exploration of the Qubit State
Get familiar with the concept of visual exploration of the qubit state.
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:
, in Python [1, 0]
and
, in Python [0, 1]
.
The superposition of both dimensions represents the state of the qubit. This is the qubit state vector (“psi”).
In Python, is the array [alpha, beta]
.
However, must be normalized by:
Although normalizing the qubit state vector is not a difficult task, doing the math over and over again can be tedious.
Let’s explore an easier way to do this. First, we’ll look at a graphical representation of the qubit state in the following figure “2-dimensional qubit system”.
In this representation, both dimensions reside at the vertical axis but in opposite directions. The system’s top and bottom correspond to the standard basis vectors and , respectively.
Get hands-on with 1200+ tech skills courses.