
The source material uses a dataset with 8,049 entries across 5,884 stocks and 2,165 ETFs, each with 6 numerical features, and feeds that data into a Gaussian log-return model.
Quantum Amplitude Estimation then encodes return probabilities via amplitude embedding and flips an ancilla qubit whenever the simulated loss exceeds a threshold. The probability amplitude of that flipped qubit represents the loss exceedance probability, from which the workflow derives Value at Risk and Conditional Value at Risk through iterative amplitude estimation.
IQAE refines Quantum Amplitude Estimation by removing the dependence on Quantum Phase Estimation, which reduces circuit depth and hardware noise sensitivity. Each iteration applies the Grover operator a limited number of times before measurement and reset, allowing amplitude inference with minimal decoherence. In this use case, that means measuring extreme-loss probabilities directly in the quantum state amplitudes instead of relying on large classical sampling budgets.
Task: VaR and CVaR estimation from log-return distributions.
Dataset
8,049 entries
Setup
11 qubits
Execution Environment
Quantum simulator
VaR MSE
0.001
CVaR MSE
0.006
Runtime
202 ms per run
Validation
Within 1% error margin
Quantum-enabled financial risk modeling unlocks real-time tail-risk assessment for multi-asset portfolios, which the source material frames as impractical under Monte Carlo scaling alone.
Faster for the same precision
VaR and CVaR are computed with fewer iterations.
Improvement over classical sampling
The same accuracy comes with materially fewer samples.
Projected at 700 qubits
Comparable to classical compute at industrial scale.
Simple and transparent: from your brief to quantum results, code, and a paper
Map your portfolio risk problem to a quantum amplitude-estimation task
Validate the hybrid Monte Carlo and IQAE workflow with the modeling assumptions
Download the ready-to-run Python code and execute it with fixed seeds on your simulator
Reproduce the results and adjust iteration depth or qubit encoding as needed
Compare against the Monte Carlo baseline and project quantum-hardware readiness
Experience Iterative Quantum Amplitude Estimation for financial risk estimation, review MSE comparisons and reproducible run logs, and download the complete code and report.
Try Your First Use Case for Free