FREE REFERENCE
Quantum Computing Glossary
Plain-English definitions for the terms you will meet across the three free courses. Linked from inline tooltips in every chapter.
A
- Amplitude estimation
- A quantum primitive that estimates the probability amplitude of a state with a quadratic speedup over classical sampling. Useful for Monte-Carlo-style pricing and risk.
- Ansatz
- A parameterised quantum circuit used in variational algorithms. A guess at the right shape of the answer, tuned by a classical optimizer.
B
- Bell state
- One of four specific maximally entangled two-qubit states. The standard recipe is a Hadamard on the first qubit followed by a CNOT with the first as control.
- Bloch sphere
- A 3D visualization of a single qubit's state. The north pole is 0, the south pole is 1, and every other surface point is a superposition.
- Born rule
- The rule that converts a qubit's amplitudes into measurement probabilities. The probability of an outcome is the square of its amplitude's magnitude.
C
- CNOT gate
- A two-qubit controlled-NOT. Flips the target qubit if and only if the control qubit is in state 1. The workhorse of entangling operations.
D
- Decoherence
- The process by which a qubit loses its quantum character through interaction with its environment. Sets a hard ceiling on how long a computation can run.
E
- Entanglement
- A correlation between two or more qubits that cannot be described by their individual states. The whole carries information the parts do not.
- Error correction
- Encoding logical information across many physical qubits so that local errors can be detected and reversed without measuring the protected state directly.
F
- Fault-tolerant quantum computing
- An era beyond NISQ where logical qubits (made of many physical qubits with active error correction) run long algorithms reliably.
G
- Gate fidelity
- The probability that a quantum gate did what it was supposed to do. 99.9% fidelity sounds high but compounds badly over a deep circuit.
- Grover's algorithm
- A quantum search algorithm with a quadratic speedup over classical search. Useful but more modest than Shor.
H
- Hadamard gate
- A single-qubit gate that creates an equal superposition of 0 and 1 from a definite input. The gate that turns "definitely 0" into "50/50".
- Harvest now, decrypt later
- Adversaries record encrypted traffic today, knowing they can decrypt it once large enough quantum computers arrive. Long-lived data is the worst case.
L
- Logical qubit
- A qubit constructed from many noisy physical qubits using a quantum error-correcting code. The unit that fault-tolerant algorithms operate on.
M
- Measurement collapse
- When a qubit is measured, the superposition is destroyed and the qubit takes a definite value. The act of measurement is part of the computation.
- Mosca's theorem (security clock)
- If the time you need data to stay confidential plus the time it takes to migrate exceeds the time until a cryptographically relevant quantum computer arrives, you are already late.
N
- NISQ
- Noisy Intermediate-Scale Quantum. Today's era: 50–1000+ qubits available but high error rates, no full error correction.
- No-cloning theorem
- You cannot copy an unknown quantum state. Not difficult, physically impossible. The reason quantum information behaves differently from classical.
O
- OpenQASM
- A vendor-neutral assembly-like language for quantum circuits. The format most transpilers consume and emit.
P
- Pauli gates
- The single-qubit X, Y, Z gates. X is the quantum NOT; Y and Z rotate the qubit on the Bloch sphere.
- Post-quantum cryptography (PQC)
- Classical algorithms designed to resist quantum attack. NIST has standardized Kyber, Dilithium, and others; deployment is now the question.
Q
- QAOA
- Quantum Approximate Optimization Algorithm. A hybrid algorithm for combinatorial optimization. Layers of parameterised gates tuned by a classical optimizer.
- Qiskit
- IBM's open-source quantum SDK. The most widely used framework for writing, transpiling, and running quantum circuits.
- QPU
- Quantum Processing Unit. The quantum analog of a GPU: a specialised accelerator that handles only the quantum-specific parts of a larger pipeline.
- Quantum volume
- A single-number benchmark for a quantum computer that captures qubit count, connectivity, gate fidelity, and compiler quality together.
- Qubit
- The quantum analogue of a classical bit. A qubit can be in a superposition of 0 and 1 until measured.
- QUBO
- Quadratic Unconstrained Binary Optimization. A standard mathematical form many real-world optimization problems map to, and that quantum solvers accept as input.
S
- Shor's algorithm
- A quantum algorithm that factors large integers in polynomial time. The reason quantum computing breaks RSA and ECC once large enough.
- Superposition
- A quantum state that is a weighted combination of basis states. A qubit in superposition is neither 0 nor 1 until measured.
V
- VQE
- Variational Quantum Eigensolver. A hybrid algorithm that finds the lowest-energy state of a molecule by alternating quantum sampling and classical optimization.