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”).
...