Skip to main content

sum-of-hermitian-squares-pauli-convergence

Explicit convergence rates for Sum-of-Hermitian-Squares hierarchies over the Pauli algebra, enabling accuracy guarantees for noncommutative polynomial optimization in quantum theory.

インストールへ移動

ソース情報

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

インストール方法

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

ソースファイルを確認

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

SKILL.md を表示中

SKILL.md
ソースの指示 · 読み取り専用プレビュー
name
sum-of-hermitian-squares-pauli-convergence
description
Explicit convergence rates for Sum-of-Hermitian-Squares hierarchies over the Pauli algebra, enabling accuracy guarantees for noncommutative polynomial optimization in quantum theory.
category
quantum-optimization
# Sum-of-Hermitian-Squares Hierarchies for Pauli Algebra ## Description Provides explicit convergence rates for Moment/Sum-of-Hermitian-Squares (SoHS) relaxations applied to noncommutative polynomial optimization problems generated from the Pauli algebra. Covers applications to ground state energy estimation for n-qubit systems, with convergence rates bounded in terms of the number of variables, degree, and spectral properties of the Hamiltonian. ## Context SoHS relaxations are widely used for analyzing quantum optimization problems but lacked rigorous convergence rate analysis. This work establishes explicit bounds showing how the relaxation hierarchy approaches the true optimum, enabling practitioners to determine the relaxation order needed for a desired accuracy level. ## Core Methodology ### 1. Pauli Algebra SoHS Formulation - Express the quantum optimization problem as a noncommutative polynomial over the Pauli algebra - Construct the k-th level SoHS relaxation using moment matrices of degree 2k - The relaxation provides a lower bound on the true ground state energy ### 2. Convergence Rate Analysis - Relate the convergence rate to the spectral gap of the Hamiltonian - Show convergence rate bounded by O(1/k^alpha) where alpha depends on: - Number of qubits (n) - Polynomial degree (d) - Operator norm of the Hamiltonian - For n-qubit systems: rate ~ O(d^2 * n / k) ### 3. Practical Order Selection - Given a target accuracy epsilon, compute minimum relaxation order k_min - k_min scales as O(d^2 * n / epsilon) for generic Hamiltonians - For structured Hamiltonians (local interactions), better bounds apply ### 4. Computational Trade-offs - Higher relaxation orders give tighter bounds but exponentially larger moment matrices - Use the convergence rate to find the optimal balance between accuracy and computational cost - For near-term applications, order k=2-3 often suffices for moderate accuracy ## Implementation Steps 1. Express your quantum Hamiltonian as a noncommutative polynomial in Pauli operators 2. Determine the polynomial degree d and number of variables n 3. Choose target accuracy epsilon 4. Compute minimum relaxation order k_min from convergence bounds 5. Construct the moment matrix at level k_min 6. Solve the resulting semidefinite program 7. Verify the gap between relaxation value and known bounds ## Key Results - First explicit convergence rates for SoHS over Pauli algebra - Convergence rate O(d^2 * n / k) for generic n-qubit Hamiltonians - Bounds depend on spectral properties, not just algebraic structure - Enables principled selection of relaxation order vs. computational budget ## Pitfalls - **Matrix size explosion**: Moment matrix size grows as O(n^k) — k>3 becomes intractable for n>20 - **Numerical conditioning**: Higher-order relaxations suffer from numerical ill-conditioning - **Tightness gap**: Convergence bounds may be loose for specific Hamiltonians — always verify against known results - **Non-Hermitian terms**: Must ensure all polynomial terms are properly Hermitianized before applying SoHS ## Verification - Compare relaxation results against exact diagonalization for small systems - Verify monotonic convergence across relaxation levels (k=1, 2, 3, ...) - Check that convergence rate matches theoretical predictions - For known ground states, verify the relaxation approaches the exact value ## Activation Keywords - sum-of-hermitian-squares, SoHS, Pauli algebra convergence, noncommutative polynomial optimization, ground state energy, moment relaxation, SDP hierarchy, quantum optimization bounds, operator algebra relaxation - 埃尔米特平方和, 泡利代数收敛, 非交换多项式优化, 基态能量 ## Related Papers - arXiv: 2606.04940 - Navascues-Pironio-Acin (NPA) hierarchy for quantum correlations ## Applicable Domains - Quantum ground state energy estimation - Variational quantum algorithm verification - Noncommutative polynomial optimization - Quantum error correction code analysis - Many-body quantum system analysis
GitHubで見る