Quantum algorithm for rare-event discovery and sampling methodology — achieving optimal quantum scaling with rarity threshold, quadratic speedup for heavy-tailed systems, and polynomial speedup for stationary stochastic processes.
Scanned 9/11/2026
Install to Claude Code
npx -y skills add hiyenwong/ai_collection --skill quantum-rare-event-sampling --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Quantum Rare Event Sampling?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/hiyenwong-quantum-rare-event-sampling)More formats (shields.io, HTML) on the badges page.
---
name: quantum-rare-event-sampling
category: ai_collection
description: Quantum algorithm for rare-event discovery and sampling methodology — achieving optimal quantum scaling with rarity threshold, quadratic speedup for heavy-tailed systems, and polynomial speedup for stationary stochastic processes.
activation: rare event, heavy-tailed, quantum sampling, threshold amplification, stochastic process, financial crash prediction, cascading failure, AI error detection
source: arXiv:2606.06316
---
# Quantum Rare-Event Discovery and Sampling
## Summary
arXiv:2606.06316 (Guo, Huang, Wang — June 2026)
Quantum algorithm for rare-event discovery and sampling **without first learning which events are rare**. Achieves optimal quantum scaling with the rarity threshold ε. Quadratic speedup for heavy-tailed systems whose tail has nonvanishing total mass. Robust polynomial speedup for stationary stochastic processes, with exponent determined by entropy-rate structure.
## Core Methodology
### 1. Blind Rare-Event Amplification
- Standard technique: requires knowing target events beforehand for amplitude amplification
- This method: discovers rare events without prior knowledge of which events are rare
- Key insight: quantum interference naturally amplifies low-probability regions without explicit identification
### 2. Optimal Scaling with Rarity Threshold
- Classical: O(1/ε) samples needed for events with probability ε
- Quantum: O(1/√ε) — optimal Grover-like scaling
- Proves this is the best possible quantum scaling for the task
### 3. Heavy-Tailed System Speedup
- For systems with heavy-tailed distributions (nonvanishing tail mass):
- Quadratic speedup over classical importance sampling
- No need for prior distribution modeling
- Applications: financial crash prediction, network failure cascades
### 4. Stationary Stochastic Process Speedup
- For stationary processes: robust polynomial speedup
- Speedup exponent determined by the process's entropy-rate structure
- Higher entropy rate → greater quantum advantage
## Implementation Patterns
### Pattern 1: Threshold-Based Discovery
```python
# Conceptual quantum circuit pattern
# 1. Prepare uniform superposition over sample space
# 2. Apply oracle that marks events below probability threshold
# 3. Use amplitude amplification without explicit event list
# 4. Measure to discover rare event samples
```
### Pattern 2: Heavy-Tail Optimized Sampling
- Use quantum walks on the distribution's support
- Exploit the nonvanishing tail mass for quadratic speedup
- No importance sampling distribution needed
### Pattern 3: Entropy-Rate Adaptive
- Characterize the stochastic process's entropy rate
- Tune the quantum algorithm's depth based on entropy structure
- Achieves process-dependent polynomial speedup
## Applications
1. **Financial risk analysis**: Discovering crash scenarios without knowing specific triggers
2. **Infrastructure reliability**: Finding cascading failure paths in networks
3. **AI safety**: Identifying critical error modes in complex systems
4. **Scientific simulation**: Rare molecular configurations, extreme weather events
## Pitfalls
- The algorithm assumes access to a quantum sampler for the underlying distribution
- Classical verification of discovered rare events may still be costly
- Speedup guarantees depend on distribution properties (heavy-tailed vs. light-tailed)
## Verification
- Compare discovered event probabilities against classical Monte Carlo baselines
- Verify quadratic speedup by measuring sample complexity vs. rarity threshold
- Cross-check with known analytical rare-event bounds for test distributionsIs this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!