Bloch Sphere
Imagine a globe representing the Earth. On this globe, any point you choose can represent a specific location. Similarly, the Bloch sphere is a 3D unit sphere used to visualize the state of a single qubit in quantum mechanics. Just like points on the globe, points on the Bloch sphere represent different possibilities for the qubit's state, but instead of locations, they represent the probabilities of being 0 or 1.
Classical Analogy
In classical computers, bits can be either 0 or 1. We can think of this as two points on a line, with 0 at one end and 1 at the other. But in quantum computing, qubits can exist in a superposition of 0 and 1, so we need a more complex representation. The Bloch sphere provides a visual way to understand this complex state.
Mathematical Representation
The state of a qubit can be represented by a point on the Bloch sphere. The north pole represents the state , the south pole represents the state , and the equator represents superposition states. The point on the sphere represents the probability amplitudes and of the qubit being in state and , respectively.
We try to express qubit's state using complex numbers. Each point on the sphere is defined by two angles (as latitude) and (as longitude) and radius . These values correspond to the probability of the qubit being 0, the probability of being 1, and the overall "mixedness" of the state, respectively.
For the purpose of understanding, we will divide the Bloch sphere into the northern hemisphere and the southern hemisphere. Then, we will further divide the northern hemisphere into two parts: one part will be the eastern hemisphere, and the other part will be the western hemisphere. Similarly, we will divide the southern hemisphere into two parts: one part will be the eastern hemisphere, and the other part will be the western hemisphere.
- Eastern hemisphere of Northern hemisphere: Superposition states where the qubit is mostly in the state. Mathematically, these states are represented as:
- Western hemisphere of Northern hemisphere: Superposition states where the qubit is mostly in the state. Mathematically, these states are represented as:
- Eastern hemisphere of Southern hemisphere: Superposition states where the qubit is mostly in the state. Mathematically, these states are represented as:
- Western hemisphere of Southern hemisphere: Superposition states where the qubit is mostly in the state. Mathematically, these states are represented as:
Further diving a little deeper into the vector representation. This is a unit vector (magnitude of 1) that points to a specific location on the sphere. The vector's components (x, y, and z) correspond to the expectation values of the Pauli spin matrices, which are fundamental operators in quantum mechanics.
Here are the equations that relate the Bloch vector to the angles () and the state vector ():
PS: Pauli spin matrices are a set of three 2x2 complex matrices that are fundamental in quantum mechanics. They are denoted by σx, σy, and σz. They are used to represent the spin of a particle in a magnetic field.
The 2x2 Pauli spin matrices are:
These matrices are used to represent the spin of a particle in a magnetic field. Which can be represented in the ket notation as:
Visualizing the bloch sphere in your mind can be tricky, you can explore the simulation of bloch sphere by exploring the websites below:
Feel free to randomly select the state of the qubit and try to plot it on the Bloch sphere. This will help you to understand the concept better. You will also be able to see some quantum gates and their effect on the state of the qubit. We will study about quantum gates in the next section.