Quantum Computing Glossary
Plain-English explanations of every key concept in quantum computing — from qubits to VQE to Shor's algorithm.
Showing 43 of 43 terms
B
D
Decoherence
HardwareThe loss of quantum properties when a qubit interacts with its environment.
Distributed Quantum Computing
HardwareLinking multiple QPUs over quantum interconnects so they behave as one larger logical machine.
Decoherence Budget
HardwareThe total tolerable error accumulated across a circuit before results become unreliable.
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 Network
HardwareA system that links separate quantum processors by distributing entanglement between them, usually carried by photons.
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.
Quantum Phase Estimation
AlgorithmsAn algorithm that estimates the eigenvalue phase of a unitary operator — the subroutine underlying Shor's algorithm and quantum chemistry energy calculations.
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.
Q-Day
FundamentalsThe hypothetical point at which a quantum computer can break currently deployed public-key cryptography.
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.
Syndrome Decoding
Error CorrectionThe classical computation that turns error-syndrome measurements into an actual correction.
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⟩.