using-qmbcertify

Compute certified bounds on ground-state properties of quantum spin systems via structured NPA hierarchy.

60|92|Updated Apr 30, 2026
One-click install
npx skills add https://github.com/QuantumBFS/quantum.harness --skill using-qmbcertify
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: using-qmbcertify
Source: https://github.com/QuantumBFS/quantum.harness/tree/main/skills/using-qmbcertify
Command: npx skills add https://github.com/QuantumBFS/quantum.harness --skill using-qmbcertify

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires JuMP, Mosek, MosekTools, Arblib, Dualization, DynamicPolynomials, ITensors, ITensorMPS, LinearAlgebra, and includes references (resource) components.

What problem does it solve?

This skill addresses the challenge of obtaining rigorous, certified bounds on ground-state properties of quantum many-body systems, which are otherwise difficult to verify using standard numerical methods.

Core Features & Use Cases

  • Structured NPA Hierarchy: Implements a specialized noncommutative-polynomial-optimization hierarchy for 1D and 2D Heisenberg spin models.
  • Exact Rational Certification: Provides a post-processing layer for 1D chains to convert numeric SDP optima into exactly certified rational bounds.
  • Use Case: Researchers can use this to rigorously bound the energy or correlation functions of a J1-J2 Heisenberg chain, ensuring the results are mathematically verified rather than just numerically approximated.

Quick Start

Use the using-qmbcertify skill to build and solve the structured SDP for a 1D Heisenberg model and generate an exact rational certificate for the ground state energy.

Frequently Asked Questions about using-qmbcertify

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I compute certified ground-state energy bounds for Heisenberg spin models?

To compute certified ground-state energy bounds for Heisenberg spin models, you solve a structured semidefinite program using the NPA hierarchy. This Skill leverages symmetry exploitation and reduced-density-matrix positivity to generate rigorous numeric energy bounds.

What is the NPA hierarchy for quantum many-body spin systems?

The NPA hierarchy for quantum many-body spin systems is a structured noncommutative-polynomial-optimization method. It targets 1D and 2D Heisenberg models by enforcing reduced-density-matrix positivity to solve large-scale semidefinite programs.

Can I use Mosek and JuMP in Julia for semidefinite program optimization?

Yes, you can use Mosek and JuMP in Julia for semidefinite program optimization. This Skill requires the Mosek solver and Julia environment to perform numeric SDP optimization for bounding ground-state properties of spin models.

How do I convert numeric SDP optima into exact rational certificates for 1D Heisenberg chains?

To convert numeric SDP optima into exact rational certificates for 1D Heisenberg chains, the Skill applies an exact rational post-processing layer. This uses Arblib to mathematically verify ground-state energy bounds rather than relying on numeric approximations.

Does this approach work for both 1D and 2D Heisenberg models?

Yes, this approach works for both 1D and 2D Heisenberg models by implementing a specialized noncommutative-polynomial-optimization hierarchy. However, the exact rational post-certification layer is specifically provided for 1D chains.

Why do I need the Mosek solver to bound ground-state properties?

You need the Mosek solver to bound ground-state properties because calculating these limits requires solving large-scale semidefinite programs. Mosek handles the numeric SDP optimization necessary before exact rational post-certification can occur.