Quantum Outpost

Algorithm Zoo · Simulation

Qubitization / Quantum Signal Processing

Also known as: QSP, QSVT-based simulation

First described: Low, Chuang (qubitization); Gilyén, Su, Low, Wiebe (QSVT framework), 2017

Status: Proven Maturity: Theoretical only Speedup: Exponential

The problem

Implement e^{-iHt} with optimal query complexity in t and ε.

Embed H into a block of a larger unitary (block encoding), then use QSP to apply a polynomial f(H) — here f(x) = e^{-ixt} approximated by a Jacobi-Anger expansion. Achieves optimal Õ(t + log(1/ε)) query complexity, an additive-vs-multiplicative improvement over Trotter.

Best classical

Exponential

Quantum complexity

Õ(t · ||H|| + log(1/ε)) queries to block encoding

Our verdict

The asymptotic champion for Hamiltonian simulation, but a primitive — block encoding is where the engineering happens. The QSVT framework unifies most algorithms (HHL, AE, Hamiltonian simulation) under one polynomial-transformation lens; in 2026 it's the right mental model for new algorithm design.

When to use it

When not to use it

Classical baseline

Same as Trotter — exact classical diagonalization is exponential. Tensor-network methods remain strong for low-entanglement instances.

Hardware cost

Adds 1-2 ancilla qubits per block-encoding level plus the cost of preparing the block encoding. Practical only post-FTQC.

Key papers

Deep-dive tutorials

Last verified: 2026-05-24

Weekly dispatch

Quantum, for people who already code.

One serious tutorial per week, plus the industry moves that actually matter. No hype, no hand-waving.

Free. Unsubscribe anytime. We will never sell your email.