Fundamentals
Qubit
The basic unit of quantum information, capable of existing in a superposition of 0 and 1.
Definition
A qubit (quantum bit) is the fundamental unit of information in a quantum computer. Unlike a classical bit, which must be either 0 or 1, a qubit can exist in a superposition — a combination of both states at once, described by probabilities.
Technical Definition
Mathematically, a qubit's state is represented as |ψ⟩ = α|0⟩ + β|1⟩, where α and β are complex numbers called probability amplitudes, and |α|² + |β|² = 1. Measuring the qubit collapses it to |0⟩ with probability |α|² or |1⟩ with probability |β|².
Visual Explanation: An Analogy
Imagine a spinning coin in the air. While it's spinning, it isn't simply 'heads' or 'tails' — it's in a blend of both possibilities. Only when it lands (is measured) does it settle into one definite state. A qubit behaves similarly until it is measured.
Real-World Use Cases
- Storing and processing information in quantum algorithms like Shor's and Grover's
- Representing molecular states in quantum chemistry simulations
- Acting as the carriers of information in quantum cryptography protocols
Common Misconceptions
- A qubit is not 'secretly' a 0 or a 1 that we just haven't checked yet — it genuinely exists in a probabilistic combination until measured.
- A single qubit cannot store two classical bits of information simultaneously for retrieval; superposition collapses upon measurement.