Qubits and the Bloch Sphere

Beginner Quantum States
Created by Pavel · 11.03.2026 at 14:32 UTC

A qubit state is a normalised complex pair; global phase is invisible, relative phase steers interference. The Bloch sphere is a picture of pure single-qubit states—latitude mixes populations, longitude sets phase.

Do not confuse superposition with a classical mixture: same Z probabilities can still diverge later if phases differ. [1], [2].


Sources

University approvals: 0
Tasks
Question 1

For $|\psi\rangle = \alpha|0\rangle + \beta|1\rangle$, what condition must hold?

Hint

Normalization uses squared magnitudes.

Question 2

If $\alpha=1/\sqrt{2}$ and $\beta=1/\sqrt{2}$, what is $P(\text{measure }1)$?

Hint

Square the amplitude magnitude of $\beta$.

Question 3

Which statement is correct about superposition?

Hint

Phase is key.

Question 4

Name the Bloch-sphere pole corresponding to $|1\rangle$.

Hint

Opposite of $|0\rangle$.

Question 5

A relative phase between amplitudes is:

Hint

Think about evolution under additional gates.

Question 6

If $\alpha = 1/2$ and $\beta = i\sqrt{3}/2$, what is $P(\text{measure }1)$?

Hint

Use $|?eta|^2$.

Question 7

Two states differ only by a global phase factor $e^{i\phi}$. Operationally, they are:

Hint

Global phase cannot be observed directly.

Question 8

Why can two states with the same Z-basis probabilities still behave differently later?

Hint

Population equality does not imply phase equality.

Question 9

Implement measure_one_probability(beta: complex) -> float returning $|\beta|^2$ for state $\alpha|0\rangle+\beta|1\rangle$ (supply only beta; tests focus on $|\beta|^2$).

Hint

abs(beta)**2

Starter code is prefilled; replace TODO blocks with your solution.
2 test cases will be used for grading
Run checks runtime behavior only. Final correctness is evaluated when you submit.
Card Info
  • Topic: Quantum States
  • Difficulty: Beginner
  • Completed: 0 users
Creator
Pavel
Pavel