Skip to main content

hybrid-qnz-zero-noise-extrapolation

Hybrid Gaussian-exponential zero-noise extrapolation methodology for periodic quantum circuits. Uses CLT on Pauli operator transfer to model noise amplification as log-normal, augmenting standard exponential model with Gaussian variance corrections. Applicable to NISQ error mitigation.

インストールへ移動

ソース情報

リポジトリ
hiyenwong/ai_collection
ソースの最終更新活動
2026年6月8日 08:11
検出された SKILL.md の言語
英語
スター
2
フォーク
0

インストール方法

デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。

ソースファイルを確認

インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。

SKILL.md を表示中

SKILL.md
ソースの指示 · 読み取り専用プレビュー
name
hybrid-qnz-zero-noise-extrapolation
description
Hybrid Gaussian-exponential zero-noise extrapolation methodology for periodic quantum circuits. Uses CLT on Pauli operator transfer to model noise amplification as log-normal, augmenting standard exponential model with Gaussian variance corrections. Applicable to NISQ error mitigation.
# Hybrid QNZ Zero-Noise Extrapolation ## Description Hybrid Gaussian-exponential zero-noise extrapolation (QNZ) methodology for suppressing gate errors in NISQ quantum circuits with periodic structure. Under Pauli diagonal errors, constructs an approximate Markov process for Pauli operator transfer and proves a central limit theorem: noise amplification factor weakly approaches a log-normal distribution. This motivates augmenting standard exponential ZNE models with Gaussian variance corrections for more accurate zero-noise estimation. **Paper**: arXiv:2605.29242 — "Hybrid Gaussian-exponential zero-noise extrapolation for periodic circuits" by Tao Wang, Yun Shang (2026) ## Activation Keywords - zero-noise extrapolation, ZNE, noise extrapolation - gaussian exponential noise model - pauli error mitigation - periodic circuit noise - log-normal noise model - NISQ error mitigation - 噪声外推, 量子误差缓解 ## Core Methodology ### Step 1: Identify Circuit Periodic Structure Determine if the target quantum circuit has periodic structure (repeated gate sequences common in QAOA, VQE, Trotterized simulations). Periodic circuits are the primary target of this methodology. ### Step 2: Model Pauli Operator Transfer as Markov Process - Represent the circuit noise channel as a Pauli diagonal error model - Construct the approximate Markov process governing the transfer of Pauli operators through circuit layers - Track how Pauli operators evolve under noise amplification (gate folding, unitary folding, or parameter scaling) ### Step 3: Prove Central Limit Theorem for Noise Amplification - Under the Markov process, show that the noise amplification factor converges weakly to a log-normal distribution - The log-normal shape arises from multiplicative accumulation of Pauli error contributions across periodic layers - This is the key theoretical result justifying the hybrid model ### Step 4: Construct Hybrid Gaussian-Exponential Model - Standard ZNE uses pure exponential extrapolation: `E(λ) = a + b·exp(-c·λ)` - Hybrid model augments with Gaussian variance corrections: `E(λ) = a + b·exp(-c·λ + σ²·log²(λ))` - The Gaussian correction term captures the log-normal variance from the CLT - Fit the model using measurements at multiple noise scale factors (λ = 1, 2, 3, ...) ### Step 5: Perform Zero-Noise Extrapolation - Evaluate the fitted hybrid model at λ = 0 (zero noise limit) - The Gaussian correction improves accuracy over standard exponential ZNE, especially for circuits with many periodic layers - Error bars derived from the log-normal distribution provide uncertainty quantification ## Implementation Steps 1. **Characterize noise model**: Measure Pauli error rates on target hardware (IBMQ, Rigetti, etc.) 2. **Apply noise amplification**: Use gate folding or parameter scaling to create scaled circuits at λ = 1, 2, 3, ... 3. **Measure expectation values**: Run scaled circuits and collect expectation values 4. **Fit hybrid model**: Use non-linear least squares to fit `E(λ) = a + b·exp(-c·λ + σ²·log²(λ))` 5. **Extrapolate to λ = 0**: Evaluate fitted model at zero noise 6. **Compute uncertainty**: Use log-normal variance for confidence intervals ## Pitfalls - **Non-periodic circuits**: This methodology is specifically designed for periodic circuit structures. For non-periodic circuits, standard exponential or polynomial ZNE may be more appropriate - **Non-Pauli errors**: The CLT proof assumes Pauli diagonal errors. Coherent errors or non-Pauli noise channels violate the assumptions - **Few data points**: The hybrid model has more parameters than standard exponential ZNE; require at least 4-5 noise scale factors for reliable fitting - **Over-extrapolation**: Large noise scale factors (λ > 5) may introduce bias; stay within validated range ## Verification 1. Apply to a known periodic circuit (e.g., QAOA, Trotterized Ising model) 2. Compare hybrid QNZ against standard exponential ZNE and polynomial ZNE 3. Measure mean squared error vs. ideal noiseless result 4. Expected: hybrid model shows 20-40% improvement in accuracy for circuits with >10 periodic layers ## Related Skills - quantum-error-mitigation - quantum-ml-advantage-noisy - pidn-vqa-denoising
GitHubで見る