Quantum Computing Glossary
Plain-English explanations of every key concept in quantum computing — from qubits to VQE to Shor's algorithm.
Showing 38 of 38 terms
B
D
E
H
P
Q
Qubit
FundamentalsThe fundamental unit of quantum information — the quantum analog of a classical bit.
Quantum Gate
GatesA unitary operation that transforms the state of one or more qubits.
Quantum Circuit
FundamentalsA sequence of quantum gates applied to a register of qubits, followed by measurements.
QPU
HardwareQuantum Processing Unit — the physical hardware chip that executes quantum circuits.
Quantum Error Correction
HardwareTechniques to detect and correct errors in quantum circuits without measuring (and collapsing) the qubits.
QFT
AlgorithmsQuantum Fourier Transform — the quantum analog of the discrete Fourier transform, exponentially faster.
QAOA
AlgorithmsQuantum Approximate Optimization Algorithm — a hybrid algorithm for combinatorial optimization problems.
Quantum Volume
MetricsIBM's single-number benchmark measuring the overall capability of a quantum computer, accounting for qubits, connectivity, and fidelity.
Quantum Advantage
FundamentalsA demonstrated speedup or improvement where a quantum computer outperforms the best classical algorithm on a practical task.
Quantum Utility
HardwareIBM's term for quantum circuits that are too complex to simulate classically but can be executed on real QPUs.
Quantum Job
HardwareA unit of work submitted to a quantum cloud service — one or more circuits to be run on a QPU or simulator.
Quantum Developer
FundamentalsA software engineer who writes quantum circuits and hybrid algorithms using quantum SDKs like Qiskit, PennyLane, or HLQuantum.
S
Superposition
FundamentalsThe ability of a quantum system to exist in multiple states at the same time.
Shor's Algorithm
AlgorithmsA quantum algorithm for integer factorization with exponential speedup over the best known classical algorithms.
Shot Noise
MetricsStatistical uncertainty in measurement results from running a quantum circuit a finite number of times.
Shot Budget
MetricsThe total number of circuit executions allocated for a quantum job — a practical resource limit.
T
Transpilation
HardwareThe process of compiling a quantum circuit into the native gate set and qubit connectivity of a specific device.
T1 / T2 Time
HardwareT1 is the qubit energy relaxation time; T2 is the coherence (dephasing) time. Both limit circuit duration.
Toffoli Gate
GatesThe three-qubit CCX gate — flips the target qubit only when both control qubits are |1⟩.