Hybrid quantum-classical algorithms split computation between a quantum processor (QPU) and a classical processor. The QPU prepares and measures quantum states; the classical processor processes the measurement results and updates parameters for the next quantum circuit execution. This design allows running meaningful quantum computations on NISQ hardware, which cannot run arbitrarily deep circuits due to noise. VQE and QAOA are the canonical hybrid algorithms: the QPU evaluates the energy or cost function, and a classical optimizer (COBYLA, gradient descent) updates the circuit parameters. The quantum-classical loop continues until convergence. Hybrid approaches shift some computational burden to classical hardware, making them more noise-tolerant than fully quantum algorithms like QPE. Most useful near-term quantum algorithms follow this hybrid paradigm.
Related Terms
VQE
AlgorithmsVariational Quantum Eigensolver — a hybrid quantum-classical algorithm for finding ground state energies.
QAOA
AlgorithmsQuantum Approximate Optimization Algorithm — a hybrid algorithm for combinatorial optimization problems.
NISQ
HardwareNoisy Intermediate-Scale Quantum — devices with 50–1000 qubits without full error correction.
Variational Circuit
AlgorithmsA parameterized quantum circuit whose gate angles are tuned by a classical optimizer to minimize a cost function.