Bloch Sphere Simulator
The Bloch sphere is the standard way to picture the state of a single qubit. Any pure state can be written as
and mapped to a point on the unit sphere with coordinates .
- North pole () is , south pole is .
- The equator holds the equal-superposition states like .
Click the gate buttons below to apply gates and watch the state vector move.
Things to try
- Apply H to — the vector swings to the axis (the state).
- From there, apply Z — it rotates to (the state).
- Apply H then S then H — this is a rotation you'll meet again in phase-estimation circuits.
- Apply the same gate twice: X·X, H·H, Z·Z all return you to where you started (these gates are their own inverse).
Why it matters
Single-qubit gates are rotations of the Bloch sphere. Getting an intuition for how H, X, Y, Z, S and T move the state vector is one of the fastest ways to build real quantum intuition. When you're ready, combine qubits in the Circuit Builder and study the gate matrices in the Gate Visualizer.
See also the Beginner Path → Qubits & Gates.