Quantum Purity Amplification (QPA) methodology — coherent transformation of mixed quantum states into high-fidelity eigenstate copies with dimension-uniform sample complexity. Use when designing quantum state purification protocols, quantum error mitigation, coherent quantum information processing.
Scanned 9/11/2026
Install to Claude Code
npx -y skills add hiyenwong/ai_collection --skill quantum-purity-amplification --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Quantum Purity Amplification?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/hiyenwong-quantum-purity-amplification)More formats (shields.io, HTML) on the badges page.
---
name: quantum-purity-amplification
description: "Quantum Purity Amplification (QPA) methodology — coherent transformation of mixed quantum states into high-fidelity eigenstate copies with dimension-uniform sample complexity. Use when designing quantum state purification protocols, quantum error mitigation, coherent quantum information processing."
---
# Quantum Purity Amplification (QPA)
## Description
Quantum Purity Amplification (QPA) is the task of coherently transforming n copies of a mixed quantum state into high-fidelity copies of a chosen eigenstate. This methodology provides the optimal channel characterization, dimension-uniform sample complexity bounds, and asymptotically efficient implementations for arbitrary target eigenstates, input spectra, and output regimes. Based on arXiv:2605.21570 (Li, Theil, Harrow, Chuang — May 2026).
## Activation Keywords
- quantum purity amplification
- QPA
- quantum state purification
- eigenstate amplification
- coherent quantum information processing
- quantum state distillation
- mixed state purification
- 量子纯度放大
- quantum purity protocol
## Core Concepts
### Problem Setting
Given n copies of a mixed state ρ with eigenvalue spectrum {λ_i}, QPA transforms them into m copies of a target eigenstate |ψ_k⟩ with high fidelity. The key parameters are:
- **n**: number of input copies
- **m**: number of output copies
- **d**: local dimension of the state space
- **ε**: target all-site error
- **D_{k,min}**: constant spectral gap of the target eigenvalue
### Optimal Performance Laws
**All-site error scaling**: Achieving error ε requires O(m / (ε · D_{k,min}²)) input copies, **independent of dimension d**. This is the first dimension-uniform guarantee for optimal QPA.
**Phase-like regimes**: When m/n approaches a constant, the performance exhibits distinct phase-like transitions. These regimes are characterized by the ratio of output to input copies and the spectral gap.
### Mathematical Framework
**Path-graph parametrization**: Used for asymptotic analysis to characterize the optimal channel across all output regimes. The path graph encodes the transition structure of the purification protocol.
**Generalized Young diagrams**: Extended representation theory tools that yield tight sample complexity bounds. These generalize the standard Young diagram approach to handle arbitrary spectra and dimensions.
### Dimension-Uniform Sample Complexity
The key breakthrough is that the required number of input copies to achieve a given fidelity does **not** scale with the local dimension d. This makes QPA practical for high-dimensional quantum systems where d grows exponentially (e.g., multi-qubit systems).
## Usage Patterns
### Pattern 1: Quantum Error Mitigation
Use QPA as a coherent alternative to incoherent state purification:
1. Collect n copies of the noisy state
2. Apply the optimal QPA channel (path-graph parametrized)
3. Output m purified copies with guaranteed fidelity bounds
4. Advantage over incoherent: coherence preserved, fewer copies needed
### Pattern 2: Quantum State Preparation
When preparing specific eigenstates from mixed inputs:
1. Characterize the input spectrum {λ_i} and target eigenstate
2. Compute the spectral gap D_{k,min}
3. Determine required input copies n from O(m/(ε·D²)) formula
4. Execute the asymptotically efficient protocol
### Pattern 3: Coherent-Incoherent Separation
QPA establishes a rigorous example of coherent-incoherent separation in quantum information processing:
1. Compare coherent QPA sample complexity vs. optimal incoherent protocols
2. Quantify the advantage in terms of copy efficiency
3. Use as benchmark for quantum advantage demonstrations
## Instructions for Agents
### Step 1: Problem Characterization
- Identify the input state ρ and its eigenvalue spectrum
- Determine the target eigenstate |ψ_k⟩
- Specify the desired output count m and error tolerance ε
### Step 2: Spectral Analysis
- Compute the spectral gap D_{k,min} = |λ_k - λ_{nearest}|
- Check if the gap is constant (Ω(1)) or scales with system size
- Classify the output regime (m/n → constant, m/n → 0, etc.)
### Step 3: Sample Complexity Calculation
- Use n = O(m / (ε · D_{k,min}²)) for dimension-uniform bound
- Verify this is tight using generalized Young diagram analysis
- Account for phase transitions when m/n is constant
### Step 4: Protocol Implementation
- Implement the optimal channel using path-graph parametrization
- Use asymptotically efficient circuit constructions
- Verify fidelity bounds experimentally or via simulation
### Step 5: Performance Analysis
- Measure all-site and one-site performance
- Compare against theoretical bounds
- Identify phase-like regime transitions
## Error Handling
### Small Spectral Gap
When D_{k,min} → 0, the sample complexity diverges. Mitigation:
- Use spectral filtering techniques
- Apply pre-amplification to enhance the gap
- Switch to incoherent protocols if gap is too small
### High Dimension
For large d, standard methods scale poorly. QPA's dimension-uniform guarantee makes it ideal, but:
- Ensure the spectral gap doesn't shrink with d
- Use the generalized Young diagram framework for tight bounds
### Non-constant Spectral Gap
When D_{k,min} depends on n or d:
- Use the non-asymptotic analysis with generalized Young diagrams
- Tight bounds are still achievable but require careful analysis
## Related Skills
- **quantum-error-correction-methods**: QPA complements QEC by providing coherent state purification
- **quantum-cloning-learning-equivalence**: Related quantum information processing bounds
- **quantum-boltzmann-machine-bilevel**: Uses similar optimal channel design principles
- **ensemble-engineering-quantum**: Complementary approach to quantum state preparation
## References
- arXiv:2605.21570 — "Quantum Purity Amplification for Arbitrary Eigenstates and Multiple Outputs" (Li, Theil, Harrow, Chuang, 2026)
- Companion paper on coherent-incoherent separation (referenced in 2605.21570)
Is 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!