Necessary and sufficient conditions for universal quantum gates using Pauli strings. Provides a Lie algebraic framework (su(2^n) generation criterion) for determining when a set of Pauli string Hamiltonians achieves universal quantum computation. arXiv:2606.12096
Scanned 9/11/2026
Install to Claude Code
npx -y skills add hiyenwong/ai_collection --skill pauli-string-universality-conditions --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Pauli String Universality Conditions?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/hiyenwong-pauli-string-universality-conditions)More formats (shields.io, HTML) on the badges page.
---
name: pauli-string-universality-conditions
description: "Necessary and sufficient conditions for universal quantum gates using Pauli strings. Provides a Lie algebraic framework (su(2^n) generation criterion) for determining when a set of Pauli string Hamiltonians achieves universal quantum computation. arXiv:2606.12096"
category: "quantum-computing"
metadata:
arxiv_id: "2606.12096"
authors: "Isaac D. Smith, Hans J. Briegel, Hendrik Poulsen Nautrup"
published: "2026-06-10"
---
## Context
Any quantum computation consists of unitary evolutions described by a finite set of Hamiltonians. When this set consists of products of Pauli operators (Pauli strings), determining whether they generate the full su(2^n) Lie algebra — i.e., are universal — is a fundamental question for quantum circuit design and compilation.
## Core Methodology
1. **Lie algebraic universality test**: A set of Pauli strings generates su(2^n) if and only if their repeated commutators span the full Lie algebra
2. **Necessary and sufficient condition**: For Pauli-string-only Hamiltonian sets, the condition reduces to checking whether the closure under commutation produces all non-identity Pauli operators
3. **Extended condition**: When combining Pauli strings with a general Hamiltonian, a sufficient condition for universality is derived that is also necessary in certain circumstances
4. **Graph-theoretic interpretation**: The commutation structure can be analyzed using graph representations of Pauli string interactions
## Implementation Steps
1. Enumerate the set of available Pauli string Hamiltonians {H_i}
2. Compute the closure under commutation: [H_i, H_j] for all pairs
3. Check if the resulting set spans all non-identity Pauli operators on n qubits
4. If closure includes all 4^n - 1 non-identity Paulis → universal for su(2^n)
5. For mixed Pauli + general Hamiltonian: check sufficient condition from paper
6. Apply to verify universality of specific gate sets in quantum compilation
## Pitfalls
- **Exponential scaling**: Full su(2^n) has dimension 4^n - 1; for large n, exhaustive verification is infeasible
- **Symmetry constraints**: If all Pauli strings commute with a common symmetry operator, universality is broken
- **Numerical stability**: Floating-point commutator calculations may miss exact zero results
## Verification
- Verify closure generates at least dim(su(2^n)) = 4^n - 1 independent operators
- Test against known universal gate sets (e.g., {X, Z, XX} for 2-qubit universality)
- Compare with Dynkin's classification of maximal subalgebras of su(2^n)
## Activation
Pauli strings, universal gates, Lie algebra, su(2^n), gate set universality, quantum compilation, commutator closure

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!