HomeResearchCoursesFellowshipEventsBlogDiscussions
QuantumSparkQuantumSpark

Research-grade quantum learning, papers, textbooks, mentorship, and project work for motivated students.

Platform

  • Research
  • Courses
  • Mentorship
  • Events

Resources

  • Blog
  • Research Standards
  • Papers
  • Textbooks

Trust

  • Terms
  • Privacy
  • Cookies
  • Security

Updates

Occasional notes on new resources, workshops, and student research opportunities.

© 2026 QuantumSpark.

Built for careful learning, reproducible work, and early research fluency.

The Quantum Tail
Back to Blog

The Quantum Tail

Rihaan ShahRihaan Shah
August 17, 2026

Can quantum computers find the financial disasters that Monte Carlo sees too slowly?

Most financial models are not computationally difficult because the typical day is hard to simulate. The difficult part is the tail. A bank may need to know what happens in the worst $1%$ of possible market scenarios. An insurer may care most about storms severe enough to occur only once in thousands of simulated histories. A derivatives desk may need the exposure of a portfolio precisely under combinations of rates, currencies, volatility, and asset prices that occur extremely rarely. These are the regions where losses become existential, yet they are also the regions classical simulation observes least often.

Modern quantitative finance handles much of this problem through Monte Carlo simulation. Generate many possible futures, evaluate the portfolio in each future, and estimate quantities such as expected payoff, Value at Risk, Conditional Value at Risk, or counterparty exposure from the resulting distribution. Monte Carlo is enormously powerful because its convergence is largely independent of dimensionality. But it possesses an equally famous weakness: its statistical error decreases only as the inverse square root of the number of samples. Quantum amplitude estimation offers a remarkable alternative. Under the appropriate assumptions, a quantum algorithm can estimate certain expectations or probabilities with an error that scales approximately inversely with the number of quantum queries, producing the celebrated quadratic improvement over ordinary Monte Carlo sampling. [1][2]

That mathematical difference looks modest until the quantity being estimated lives in the extreme tail. If a catastrophe, default configuration, or portfolio failure occurs with probability $10^{-6}$, ordinary sampling may spend almost all its computational effort generating scenarios in which nothing interesting happens. A quantum computer does not magically predict a financial crash, nor does it know the future. Its potential advantage is subtler: once a probabilistic financial model has been specified, quantum interference can amplify information about rare outcomes so that certain properties of the model's tail can be estimated using fewer oracle calls.


To see why this matters, let $L$ denote the loss of a portfolio over some chosen horizon. Suppose we care about the probability that losses exceed a dangerous threshold $\tau$:

$$ p_{\tau}=P(L>\tau) $$

A classical Monte Carlo estimator draws $N$ independent loss scenarios and counts the fraction that exceed $\tau$. If the event is rare, each simulation is essentially a Bernoulli trial with success probability $p_{\tau}$. The variance of the estimator is

$$ \mathrm{Var}(\hat p_{\tau})=\frac{p_{\tau}(1-p_{\tau})}{N} $$

so its standard deviation is

$$ \sigma_{\hat p}=\sqrt{\frac{p_{\tau}(1-p_{\tau})}{N}} $$

For a very small tail probability, the relative statistical error behaves approximately as

$$ \frac{\sigma_{\hat p}}{p_{\tau}}\approx\frac{1}{\sqrt{Np_{\tau}}} $$

This equation exposes the rare-event problem. If $p_{\tau}$ becomes one hundred times smaller, roughly one hundred times as many classical samples are required merely to maintain the same relative precision. A simulation may therefore generate enormous numbers of ordinary market histories simply to acquire enough observations of the events that actually determine the tail risk.

This is not a defect in Monte Carlo. It is a consequence of sampling statistics. The estimator learns about a rare event primarily by actually observing it.

Quantum amplitude estimation changes that mechanism.


Classical boson sampling algorithms with superior performance to near-term experiments | Nature Physics

Imagine that a quantum circuit $A$ prepares a superposition of financial scenarios and marks the scenarios possessing the property we care about. Its state can be written schematically as

$$ A|0\rangle=\sqrt{1-a}|\psi_0\rangle|0\rangle+\sqrt{a}|\psi_1\rangle|1\rangle $$

The final qubit separates the unwanted scenarios from the target scenarios. The quantity

$$ a=P(\mathrm{target}) $$

is encoded as a quantum amplitude. For tail-risk estimation, the target could be $L>\tau$. For option pricing, it could encode a normalized payoff. For credit risk, it could identify losses exceeding a selected threshold. Quantum amplitude estimation, or QAE, is a family of algorithms designed to infer $a$ without simply preparing and measuring the state independently millions of times. [1][3]

The central mechanism is related to Grover amplification. Write

$$ a=\sin^2\theta $$

for some angle $\theta$. Repeated applications of an amplitude-amplification operator rotate the state through the two-dimensional subspace containing the target and non-target components. After $k$ amplification steps, the target probability ideally takes the form

$$ a_k=\sin^2((2k+1)\theta) $$

Different choices of $k$ therefore provide structured information about the unknown angle $\theta$, and hence about the probability $a$. Modern amplitude-estimation algorithms infer this angle statistically rather than requiring the original large quantum phase-estimation circuit. Maximum-likelihood and iterative approaches were developed specifically to reduce circuit complexity while retaining much of the asymptotic advantage. [3][4]

The asymptotic distinction is the reason QAE became central to quantum finance. To estimate an expectation to additive precision $\epsilon$, ordinary Monte Carlo typically requires a number of samples scaling as

$$ N_{\mathrm{MC}}=O(\epsilon^{-2}) $$

while ideal quantum amplitude-estimation methods can reach the characteristic scaling

$$ N_{\mathrm{QAE}}=O(\epsilon^{-1}) $$

in the number of calls to the required quantum procedure. Montanaro showed that this type of quantum acceleration extends far beyond one special financial model and can provide near-quadratic improvements for broad classes of Monte Carlo computations with bounded variance. [2]

This is a quadratic, not exponential, speedup. But quantitative finance repeatedly evaluates expectations millions or billions of times, which makes even quadratic asymptotic improvements potentially significant if the rest of the computational pipeline can be implemented efficiently.


Quantum Finance: How Quantum Computers Are Reshaping Derivative Pricing, Risk, and Portfolio Optimization | by Jay Pandit | Quantum Computing and Industries | Medium

The most natural application is not necessarily predicting asset prices. It is measuring risk.

Consider a loss distribution for a portfolio. At confidence level $\alpha$, define the Value at Risk as a threshold $V_{\alpha}$ such that approximately an $\alpha$ fraction of outcomes lie below it:

$$ P(L\leq V_{\alpha})=\alpha $$

For $\alpha=0.99$, $V_{\alpha}$ marks the boundary separating the ordinary $99%$ of the distribution from the worst $1%$. Value at Risk tells us where the tail begins, but it says relatively little about how severe the losses become after crossing that boundary.

Conditional Value at Risk addresses that problem. For a continuous loss distribution, it can be understood approximately as

$$ C_{\alpha}=E[L\mid L\geq V_{\alpha}] $$

so $C_{\alpha}$ asks for the average loss once the system has entered the dangerous tail.

A mathematically powerful equivalent formulation is

$$ C_{\alpha}=\min_{\eta}\left[\eta+\frac{1}{1-\alpha}E[(L-\eta)_+]\right] $$

where

$$ (x)_+=\max(x,0) $$

This representation matters because it turns tail-risk estimation into an optimization problem involving an expectation. That expectation is exactly the kind of quantity amplitude estimation can target.

A 2025 study developed a quantum subgradient oracle for CVaR optimization based on amplitude estimation. The authors analyzed not only estimation of CVaR itself but also the gradient information required to optimize portfolios under CVaR objectives. Under their oracle model, classical Monte Carlo requires $O(\epsilon^{-2})$ samples for the relevant estimates, while the quantum procedure achieves $O(\epsilon^{-1})$ query scaling, including the additional complication that the VaR threshold must itself be estimated. [5]

That turns quantum risk analysis into something more interesting than simply calculating one number faster. In principle, the quantum subroutine can be inserted inside an optimization loop that searches for a portfolio whose extreme-loss structure is better than competing portfolios.

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

IMAGE IDEA: Display two portfolios with similar average returns but dramatically different loss tails. Mark $V_{\alpha}$ at the start of the tail and shade the region contributing to $C_{\alpha}$. Then show a quantum optimization loop adjusting portfolio weights to suppress the shaded extreme-loss region.

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

The distinction between VaR and CVaR also reveals why extreme events are computationally awkward. Suppose two portfolios have almost identical behavior in $99%$ of market scenarios. One loses $12%$ during the remaining $1%$, while the other can lose $60%$. Most randomly sampled scenarios provide almost no information for distinguishing them. The decision depends disproportionately on a tiny portion of the probability distribution.

Quantum algorithms do not eliminate the need for a probabilistic model of that distribution. They attack the estimation problem after the model exists. This distinction is essential. If the model assigns the wrong probability to a crash, no amount of quantum computation repairs the model. Quantum amplitude estimation can estimate the wrong distribution very efficiently.

This creates a useful boundary between quantum computing and machine learning. Forecasting the probability distribution may require econometrics, stochastic volatility models, market data, machine learning, or economic assumptions. Quantum Monte Carlo addresses a different problem: once that stochastic model is defined, how much computation is required to extract expectations, quantiles, and tail-sensitive quantities from it?


Accurate Quantum Monte Carlo Forces for Machine-Learned Force Fields: Ethanol as a Benchmark | Journal of Chemical Theory and Computation

Derivative pricing provides the same mathematical structure. Under risk-neutral pricing, the value of a derivative can often be expressed schematically as a discounted expectation

$$ V_0=e^{-rT}E[g(S_T)] $$

where $g(S_T)$ is the payoff at maturity and $S_T$ is the future state of the underlying asset. For more complicated products, $g$ can depend on the entire trajectory rather than only the final price:

$$ V_0=e^{-rT}E[g(S_0,S_1,\ldots,S_T)] $$

Barrier options, Asian options, autocallables, target-redemption forwards, and many structured products therefore turn pricing into high-dimensional stochastic integration.

Early quantum-finance work showed how amplitude estimation could be used for vanilla, multi-asset, and path-dependent option pricing. [6] But one of the longstanding criticisms was that demonstrating a quantum improvement under simple geometric Brownian motion is not the same as establishing an end-to-end advantage for the stochastic models actually used to describe volatility, rates, and correlated assets.

That problem has become considerably more interesting in 2026. Herman, Sun, Liu, Pistoia, Che, Otter, Chakrabarti, and Harrow developed quantum algorithms for derivative pricing beyond the simplest Black-Scholes setting. Their analysis establishes quadratic speedups for models including the Cox-Ingersoll-Ross process and a variant of the Heston stochastic-volatility model by exploiting a property they call fast-forwardability. For more general stochastic differential equations, they construct a quantum Milstein sampler using a quantum procedure for Lévy-area sampling and combine it with quantum multilevel Monte Carlo. The same work also identifies situations in which proposed quantum PDE approaches do not yield the hoped-for speedup, making the result unusually valuable because it separates genuine algorithmic advantages from merely rewriting a financial equation on a quantum computer. [7]


Not-so-complex Logarithms in the Heston Model – Wilmott

The stochastic-volatility example is important because actual markets are not described by constant volatility. In the Heston model, for example, the asset and its instantaneous variance evolve together. Schematically,

$$ dS_t=\mu S_tdt+\sqrt{v_t}S_tdW_t^{(1)} $$

while the variance follows a mean-reverting process,

$$ dv_t=\kappa(\theta-v_t)dt+\sigma\sqrt{v_t}dW_t^{(2)} $$

with correlated Brownian motions. Here $\kappa$ controls mean reversion, $\theta$ is the long-run variance level, and $\sigma$ controls volatility of volatility.

Already this simple extension creates a two-dimensional stochastic system. Real portfolios may contain hundreds or thousands of correlated risk factors, path-dependent contracts, interest-rate curves, credit states, and nonlinear payoff conditions. The quantum-finance problem is therefore not merely evaluating one Black-Scholes formula. It is accelerating expectations over extremely complicated probability spaces.

Yet there is a catch. A theoretical reduction in sampling complexity does not automatically imply a faster real computer. The stochastic process must first be encoded into a quantum circuit. That circuit may itself be expensive.

This is where the most important debate in quantum finance begins.


Quantum Monte Carlo on Quantum Computers | AWS Quantum Technologies Blog

Suppose the possible scenarios are $x_i$ with probabilities $p_i$. Ideally, the quantum computer prepares

$$ |\psi\rangle=\sum_i\sqrt{p_i}|x_i\rangle $$

It must then reversibly evaluate the portfolio loss or payoff,

$$ |x_i\rangle|0\rangle\rightarrow|x_i\rangle|L(x_i)\rangle $$

and finally transform the desired quantity into an amplitude that QAE can estimate.

If preparing $|\psi\rangle$ costs more than the classical Monte Carlo computation we hoped to replace, the quantum speedup disappears. If evaluating $L(x)$ requires enormous reversible arithmetic circuits, the asymptotic advantage can become practically irrelevant. If the distribution must first be loaded from a huge classical database with no efficient structure, data loading can dominate everything else.

This is why state preparation may be the central engineering problem of quantum finance.

A July 2026 study specifically investigated structure-aware variational state preparation for QAE-based finance and emphasized that the theoretical sampling advantage depends critically on efficient preparation of the underlying probability distribution. Earlier work on stochastic models and option pricing reached similar conclusions: the amplitude-estimation subroutine can be mathematically elegant while the financial distribution-loading circuit becomes the true bottleneck.

The correct question is therefore not

“Is QAE quadratically faster than Monte Carlo?”

Under the relevant query model, it is.

The harder question is

“Can the entire financial calculation be implemented so that the cost of preparing and querying the quantum state does not destroy the advantage?”

That is the question current research is increasingly trying to answer.


All set for a quantum financial system? - 11Onze

Rare-event insurance provides an unusually clean example. Catastrophe insurance is dominated by the far tail of loss distributions: extreme storms, floods, earthquakes, or correlated disasters may be individually rare but financially enormous. A March 2026 study applied genuine Grover-based quantum amplitude estimation to catastrophe-insurance tail pricing using both synthetic distributions and a NOAA storm-event dataset containing tens of thousands of records. [8]

The result is useful precisely because it was not an advertisement for unconditional quantum advantage. The simulations reproduced the expected oracle-level convergence advantage of QAE, but strong classical methods remained superior when analytical information about the distribution was readily available. More importantly, the study found that discretization and probability encoding, rather than amplitude estimation itself, became the dominant bottleneck. [8]

That result captures the maturity quantum finance needs. The theoretical $1/\epsilon$ scaling is real, but finance does not consist of abstract oracle calls. A useful algorithm must represent realistic probability distributions, correlations, stochastic dynamics, and payoff functions efficiently enough for that asymptotic advantage to survive.


Measuring catastrophic risk | plus.maths.org

Counterparty credit risk creates an even more severe computational structure because the simulations can become nested.

Imagine a derivatives contract whose value depends on an exchange rate over many future dates. At each possible future date, the institution must ask what the remaining derivative would be worth under that scenario. Potential future exposure therefore requires an outer simulation of market paths and, in sophisticated implementations, additional valuation calculations inside those paths. The result can resemble Monte Carlo inside Monte Carlo.

A June 2026 study examined this problem for path-dependent foreign-exchange Target Redemption Forwards, or TARFs. The researchers constructed a hybrid quantum-classical framework using Iterative Quantum Amplitude Estimation to estimate high-percentile future exposures. In their reduced model, they reported relative errors of roughly $1%$ to $8%$ against classical benchmarks at the $97.5%$ and $99%$ confidence levels. They also emphasized important approximations, including discretization and simplified dynamics, so the work should be viewed as a prototype rather than evidence of practical quantum advantage. [9]

The interesting part is the computational target. Counterparty risk is exactly where quantum estimation may eventually matter because institutions do not need one expectation once. They repeatedly need high-confidence quantiles and exposures across many counterparties, maturities, netting sets, collateral assumptions, and economic scenarios.

A quadratic improvement applied inside a deeply nested simulation could matter far more than the same improvement applied to a calculation performed only once.


Quantum Monte Carlo on Quantum Computers | AWS Quantum Technologies Blog

There is an even deeper mathematical reason tail-risk estimation is an attractive quantum target. Rare events are not only expensive because they are infrequent. They are also the place where optimization becomes unstable.

Suppose portfolio weights are represented by $w$ and losses by $L(w)$. An expected-return optimizer may respond smoothly to a small change in $w$. A tail-sensitive objective can behave very differently because slightly changing the portfolio can cause different scenarios to cross the VaR boundary. The optimization algorithm must therefore estimate not only a rare expectation but also how that expectation changes when the portfolio changes.

The CVaR representation

$$ C_{\alpha}(w)=\min_{\eta}\left[\eta+\frac{1}{1-\alpha}E[(L(w)-\eta)_+]\right] $$

reveals the structure. A subgradient with respect to $w$ depends only on scenarios lying in the relevant tail. At high confidence levels, most Monte Carlo samples contribute little or nothing to that gradient.

The 2025 quantum CVaR work attacks exactly this issue by using amplitude estimation to construct a quantum subgradient oracle. [5] In principle, this means quantum computation could accelerate not merely the measurement of risk but the search through portfolio space guided by extreme risk.

That is a substantially more sophisticated quantum-finance objective than using QAOA to solve a toy mean-variance portfolio problem. The quantum computer is being asked to accelerate the statistical bottleneck inside a continuous stochastic optimization problem.


Quantum Monte Carlo on Quantum Computers | AWS Quantum Technologies Blog

There is also an important conceptual difference between quantum finance and quantum machine learning for stock prediction. Financial markets themselves do not need to be quantum mechanical for quantum computing to help.

The probabilities $p_i$ can describe entirely classical market scenarios. The stochastic process can be a classical Heston model. The payoff function can be an ordinary contractual formula. The losses can be measured in dollars. Quantum mechanics enters only in how the probability distribution is represented and interrogated computationally.

This is analogous to Grover search. The database does not have to be quantum. Quantum superposition and interference change the computational procedure used to extract information from the problem.

For Monte Carlo, the essential quantum resource is coherence across possible scenarios. Classical simulation asks one scenario at a time,

$$ x_1,\ x_2,\ x_3,\ldots $$

whereas the quantum state can formally contain amplitudes for many scenarios simultaneously,

$$ |\psi\rangle=\sum_i\sqrt{p_i}|x_i\rangle $$

Quantum parallelism alone does not provide the speedup because measuring this state produces only one outcome. The advantage appears only when interference is engineered so that the desired global property of the distribution is encoded into measurable amplitudes. Amplitude estimation is precisely such an interference procedure.

That distinction prevents one of the most common misconceptions about quantum finance: the computer is not evaluating every possible market future and then reading all of them out. Quantum measurement forbids that. Instead, the algorithm arranges interference so that one carefully chosen statistic of the entire distribution can be estimated efficiently.


Quantum Monte Carlo simulations of a giant {Ni21Gd20} cage with a S = 91 spin ground state | Nature Communications

The potential advantage also becomes more nuanced once error correction is considered. Deep amplitude-amplification circuits repeatedly invoke the state-preparation and payoff operators. Noise accumulates through these repetitions. Original QAE relied on quantum phase estimation and controlled powers of the amplification operator, making the circuits especially demanding. Later variants such as maximum-likelihood and iterative amplitude estimation trade some of that structure for repeated shallower circuits and classical statistical inference. [3][4]

This creates a hierarchy of quantum-finance regimes. Small noisy processors can demonstrate pieces of the workflow, test encodings, and study estimator behavior. Larger error-corrected machines would be needed before deep amplitude amplification can reliably challenge highly optimized classical Monte Carlo systems on financially significant problems.

This is also why claims of “quantum advantage in finance” should be evaluated end to end. The correct accounting includes

$$ C_{\rm total}=C_{\rm prep}+C_{\rm payoff}+C_{\rm QAE}+C_{\rm correction}+C_{\rm readout} $$

rather than comparing only the number of Monte Carlo samples with the number of idealized amplitude-estimation queries.

The $O(\epsilon^{-1})$ result describes a profound algorithmic opportunity. It does not guarantee that every implementation will be faster.


Accelerated quantum Monte Carlo with probabilistic computers | Communications Physics

Classical algorithms also do not stand still. Rare-event simulation uses importance sampling, quasi-Monte Carlo, multilevel Monte Carlo, control variates, analytic approximations, and problem-specific transformations precisely to avoid wasting samples. A quantum algorithm claiming advantage must compete with these techniques, not with the most naïve possible classical estimator.

This is particularly important because finance possesses enormous amounts of structure. If an expectation can already be calculated analytically, performing amplitude estimation is pointless. If a low-dimensional integral can be evaluated efficiently with deterministic quadrature, Monte Carlo may not even be the correct classical comparison. The 2026 catastrophe-risk study explicitly found cases where strong classical baselines remained preferable despite the expected QAE oracle scaling. [8]

The most convincing quantum-finance targets will therefore be problems in an intermediate regime: distributions complicated enough that classical analytical methods fail, high-dimensional enough that deterministic integration becomes impractical, and expensive enough that repeated Monte Carlo evaluation is genuinely the dominant cost, while still possessing enough mathematical structure to prepare the corresponding quantum state efficiently.

Derivative pricing under realistic stochastic dynamics is moving toward that standard. The 2026 work on CIR, Heston-type models, quantum Milstein sampling, and multilevel Monte Carlo is important because it attempts to prove speedups for the whole stochastic calculation, not merely for an expectation oracle assumed to exist for free. [7]


🎲 Quantum Monte Carlo vs Classical Monte Carlo: A Technical Dive

This gives quantum finance a surprisingly precise scientific question. It is not whether markets are quantum, whether stock prices can exist in superposition, or whether a quantum neural network can predict tomorrow's return. The strongest question is much less speculative:

Can quantum mechanics reduce the computational price of uncertainty?

Finance continuously transforms distributions of possible futures into decisions made today. A derivatives price is an expectation over possible futures. A capital requirement depends on a loss distribution. CVaR depends on the average behavior of its extreme tail. Counterparty exposure depends on future portfolio values conditioned on market scenarios. Catastrophe insurance depends overwhelmingly on events located where the probability density is smallest.

All of them are ultimately questions of integration over uncertainty.

Classical Monte Carlo solves this by sampling reality one hypothetical future at a time. Quantum amplitude estimation attacks the same mathematical problem differently. It stores probabilities in amplitudes, rotates those amplitudes coherently, and extracts information from their interference. Under ideal conditions, that changes the fundamental precision scaling from

$$ \epsilon\sim\frac{1}{\sqrt{N}} $$

to approximately

$$ \epsilon\sim\frac{1}{N} $$

for the appropriate quantum-query count.

Whether this mathematical advantage survives state preparation, reversible stochastic simulation, fault-tolerant arithmetic, error correction, and competition with advanced classical algorithms remains unresolved. Recent results are beginning to move the discussion away from toy Black-Scholes demonstrations toward stochastic volatility, nested counterparty exposure, CVaR optimization, and genuinely rare financial events. [5][7][8][9]

That is what makes the quantum tail a particularly interesting frontier. The most valuable calculation in finance is often not the average future. It is the future that almost never appears in the simulation but causes the largest damage when it does. If fault-tolerant quantum computers eventually become useful to quantitative finance, their first major contribution may not be predicting markets at all.

It may be learning about the futures classical computers almost never get to see.

Attached Resources