Skip to content

Qubits Basics

Quantum Computing Quantum Computing 7 min read 1465 words Beginner ExcellentWiki Editorial Team

What Is a Qubit?

A qubit (quantum bit) is the fundamental unit of quantum information. Unlike a classical bit that is either 0 or 1, a qubit can exist in a superposition of both states. Mathematically, a qubit is represented as a unit vector in a two-dimensional complex Hilbert space: |ψ⟩ = α|0⟩ + β|1⟩, where α and β are complex probability amplitudes satisfying |α|² + |β|² = 1.

Bloch Sphere Representation

Every single-qubit state can be visualized on the Bloch sphere — a unit sphere where the north pole represents |0⟩, the south pole represents |1⟩, and points on the surface represent superposition states. The latitude and longitude correspond to the relative amplitudes and phase between |0⟩ and |1⟩. Pure states lie on the surface; mixed states lie inside the sphere.

Qubit vs Classical Bit

PropertyClassical BitQubit
States0 or 1α
InformationOne bit per cellTwo continuous amplitudes
DeterminismDeterministicProbabilistic upon measurement
CopyEasy (read and write)No-cloning theorem prohibits copying
InterferenceNoneCan interfere constructively/destructively

Physical Realizations

Qubits are physical systems with two well-defined quantum states that can be controlled and measured. Several platforms exist.

Superconducting Qubits

Used by IBM, Google, and Rigetti. These are tiny circuits of superconducting materials cooled to ~15 millikelvin. Microwave pulses manipulate the qubit state. Gate times are ~10-100 nanoseconds, but coherence times are limited to ~100 microseconds.

Trapped Ions

Used by IonQ and Honeywell. Individual ions are trapped in electromagnetic fields and manipulated with laser pulses. Trapped ions have long coherence times (seconds to minutes) and high gate fidelities, but gate operations are slower (~microseconds) than superconducting qubits.

Photonic Qubits

Photons are natural qubits — their polarization, phase, or time-bin can encode quantum information. Photonic qubits have long coherence times and operate at room temperature, but creating deterministic entangling gates is challenging because photons rarely interact.

Measurement

Measuring a qubit collapses its superposition. The measurement outcome is probabilistic: |0⟩ with probability |α|², |1⟩ with probability |β|². After measurement, the qubit is in the observed state — all superposition information is lost. This is the reason quantum algorithms must carefully amplify desired outcomes before measurement.

No-Cloning Theorem

You cannot make an exact copy of an unknown quantum state. If you could, you could violate the Heisenberg uncertainty principle and communicate faster than light. This theorem has profound implications: quantum error correction must spread information across multiple qubits rather than duplicating it.

Quantum Measurement and Readout

Reading a qubit’s state requires coupling it to a measurement device that distinguishes between |0⟩ and |1⟩. In superconducting systems, a resonator circuit is used: the qubit’s state shifts the resonator’s resonant frequency, which is detected with a microwave pulse. Readout fidelity in modern processors exceeds 99.5%, but measurement takes ~1 μs — significantly longer than a gate operation.

Quantum State Tomography

To fully characterize a qubit state, quantum state tomography performs measurements in multiple bases (X, Y, Z) and reconstructs the density matrix. This is essential for verifying that a quantum device is producing the expected states.

Coherence and Decoherence

Quantum coherence is the ability of a qubit to maintain a well-defined phase relationship between its |0⟩ and |1⟩ states. Decoherence is the loss of this coherence due to unwanted interactions with the environment. Two key timescales characterize decoherence: T1 (energy relaxation time) measures how quickly a qubit in the |1⟩ state decays to |0⟩, releasing energy to the environment. T2 (dephasing time) measures how quickly the relative phase between |0⟩ and |1⟩ is lost. For any qubit, T2 ≤ 2·T1. Maximizing T1 and T2 is the primary engineering challenge for all quantum hardware platforms.

Understanding T1 and T2

T1 is measured by preparing the qubit in |1⟩ and measuring the probability of finding it in |1⟩ after varying delays. The decay is exponential: P(|1⟩) = exp(-t/T1). T2 is measured using a Ramsey experiment: apply π/2 pulse, wait, apply another π/2 pulse, measure. The oscillations decay with time constant T2. For superconducting qubits, T1 ≈ 50-500 μs and T2 ≈ 20-200 μs. For trapped ions, T1 can be seconds and T2 up to minutes.

Multi-Qubit Systems and Entanglement

When multiple qubits are combined, the state space grows exponentially. Two qubits occupy a 4-dimensional Hilbert space spanned by |00⟩, |01⟩, |10⟩, |11⟩. The Bell states are maximally entangled two-qubit states: (|00⟩ ± |11⟩)/√2 and (|01⟩ ± |10⟩)/√2. Entanglement is a resource for quantum teleportation, superdense coding, and quantum key distribution. Creating and maintaining entanglement is one of the primary goals of quantum computing hardware.

Mathematical Foundations

Quantum computing relies heavily on linear algebra: vectors (state vectors in Hilbert space), matrices (quantum gates as unitary operators), tensor products (combining qubit spaces), eigenvalues and eigenvectors (measurement outcomes and stabilizer states), and inner products (probability amplitudes and fidelity). Understanding complex numbers, matrix multiplication, and diagonalization is essential. The Pauli matrices (σx, σy, σz) form a basis for single-qubit operations and appear throughout quantum information theory.

Numerical Simulation

For small systems (up to 30-40 qubits), classical simulation using state vector or tensor network methods is feasible. Qiskit Aer and Cirq simulators use optimized C++ backends with GPU acceleration. Matrix product state (MPS) simulators handle higher qubit counts for shallow circuits. These simulators are essential for algorithm development, debugging, and verification before running on real hardware.

Current Research Frontiers

Active research areas: quantum error correction (improving thresholds, reducing overhead), quantum algorithms for optimization and machine learning, quantum advantage demonstrations on real hardware, fault-tolerant quantum computing architectures, quantum networking and repeaters, quantum sensing and metrology, and hybrid quantum-classical algorithms for near-term devices. The field is advancing rapidly with new results appearing weekly on arXiv.

Related: Superposition and Entanglement | Quantum Gates Explained

Types of Qubits

Different physical systems realize qubits with varying tradeoffs. Superconducting qubits (used by IBM, Google, Rigetti) operate at millikelvin temperatures and offer fast gate speeds (tens of nanoseconds). Trapped ion qubits (used by IonQ, Honeywell) offer extremely high gate fidelities and long coherence times but slower operations. Photonic qubits operate at room temperature and are naturally suited for quantum communication. Topological qubits (Microsoft) promise inherent error resistance but have not yet been demonstrated at scale. Each approach faces different engineering challenges, and the optimal qubit type likely depends on the application.

Qubit Measurement

Measuring a qubit collapses its superposition to a classical 0 or 1. Projective measurement in the computational basis is the standard operation, but quantum algorithms often require measurements in other bases achieved by applying basis-changing gates before measurement. Weak measurement and quantum non-demolition (QND) measurement techniques extract partial information without full collapse, enabling certain feedback protocols.

Quantum Computing Applications by Industry

Quantum computing promises transformative applications across multiple industries. In pharmaceuticals and healthcare, quantum simulations could model molecular interactions for drug discovery, reducing the decade-long timeline for new drug development to months. Researchers at IBM and pharmaceutical companies are already exploring quantum chemistry simulations for protein folding and drug-target interactions. In finance, quantum algorithms could optimize portfolio allocation, risk assessment, and fraud detection. JPMorgan Chase and Goldman Sachs have active quantum computing research groups exploring Monte Carlo simulation speedups and portfolio optimization. In logistics, quantum optimization could solve vehicle routing problems with thousands of constraints, potentially saving millions in fuel and delivery costs. Daimler and Volkswagen have experimented with quantum computing for optimizing battery production and traffic flow. In materials science, quantum simulations could discover new battery electrolytes, solar cell materials, and catalysts. The timeline for these applications varies: near-term (3-5 years) applications include quantum-inspired algorithms running on classical hardware, while fault-tolerant quantum advantage for complex simulations is likely 10+ years away. Organizations should begin building quantum literacy now through experimentation with cloud-accessible quantum processors and simulators.

Getting Hands-On with Quantum Computing

Practical experience is essential for understanding quantum computing. Start with IBM Quantum Experience — create a free account and access real quantum processors and simulators through the IBM Cloud. Complete the Qiskit textbook tutorials which walk through building quantum circuits, implementing algorithms, and running on real hardware. Explore Amazon Braket for access to multiple hardware providers (IonQ, Rigetti, D-Wave) through a single interface. Use quantum simulators on your local machine for rapid prototyping — Qiskit Aer provides high-performance simulation with noise models that mimic real hardware behavior. Join quantum computing communities: the Qiskit Slack, Unitary Fund Discord, and PennyLane discussion forums provide support from practitioners at all levels.

FAQ

What is the most important thing to remember? Focus on understanding the core concepts thoroughly before moving to advanced topics. Mastery comes from practice, not just reading.

How long does it take to learn this? The timeline varies by individual, but consistent daily practice of 30-60 minutes yields visible progress within weeks.

What are common mistakes beginners make? The most frequent errors include skipping fundamentals, not testing assumptions, and trying to learn too many things simultaneously.

Section: Quantum Computing 1465 words 7 min read Beginner 756 articles in section Report inaccuracy Back to top