Quantum Outpost

Algorithm Zoo · Primitives

Amplitude Estimation

Also known as: QAE

First described: Brassard, Høyer, Mosca, Tapp, 2002

Status: Proven Maturity: Demonstrated Speedup: Quadratic

The problem

Estimate the probability p that a quantum algorithm A outputs 'success'.

Combines amplitude amplification with phase estimation: estimate p = sin²(θ) by extracting θ from the Grover-like rotation operator. Achieves O(1/ε) queries to A to reach ε precision — quadratic improvement over classical O(1/ε²) Monte Carlo.

Best classical

O(1/ε²) Monte Carlo sampling.

Quantum complexity

O(1/ε) queries to A.

Our verdict

The quadratic-speedup primitive that finance vendors love to cite. The asymptotic is real — quadratic for Monte Carlo is genuinely valuable. The constants are merciless in practice, and the crossover problem-size for derivatives-pricing or risk-VAR estimation is still beyond NISQ. Watch for iterative-QAE variants that drop QPE and improve hardware fit.

When to use it

When not to use it

Classical baseline

Modern Monte Carlo with variance reduction (importance sampling, antithetic variates, quasi-MC sequences) is extraordinarily strong. Crossover problem sizes for QAE to win are large.

Hardware cost

Same as amplitude amplification + phase estimation. Without QFT (iterative QAE, Suzuki et al. 2020), more NISQ-friendly but slower constants.

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.