Geometric Quantum Machine Learning (GQML) design toolbox for graph problems — comprehensive characterization of constituents for n-node-graph → n-qubit-state encoding; enables hybrid classical-quantum integration, generalizes known GQML models (extending expressivity at near-zero cost), and supports straightforward classical pre-training; validated numerically.
Scanned 9/11/2026
Install to Claude Code
npx -y skills add hiyenwong/ai_collection --skill quantum-graph-machine-learning-models --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Quantum Graph Machine Learning Models?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/hiyenwong-quantum-graph-machine-learning-models-d83550ae)More formats (shields.io, HTML) on the badges page.
---
name: quantum-graph-machine-learning-models
description: Geometric Quantum Machine Learning (GQML) design toolbox for graph problems — comprehensive characterization of constituents for n-node-graph → n-qubit-state encoding; enables hybrid classical-quantum integration, generalizes known GQML models (extending expressivity at near-zero cost), and supports straightforward classical pre-training; validated numerically.
version: 1.0.0
last_updated: 2026-07-03
arxiv_id: "2607.00698"
arxiv_url: https://arxiv.org/abs/2607.00698
authors: ["Frédéric Sauvage", "Pranav Kalidindi", "Frederic Rapp", "Martín Larocca"]
tags: [geometric-quantum-machine-learning, GQML, graph-neural-network, equivariant-quantum, quantum-graph-models, quantum-machine-learning, classical-pre-training, hybrid-QML]
category: quantum-machine-learning
---
# Quantum Machine Learning Models for Graphs
> **Source**: arXiv:2607.00698 (submitted 1 Jul 2026) — Sauvage et al. (Los Alamos, LA-UR-26-23295).
## When to Use
Trigger this skill when working on:
- **Geometric Quantum Machine Learning (GQML)** for graph-structured problems (subgraph isomorphism, graph classification, max-cut, graph isomorphism)
- Designing **equivariant parameterized quantum circuits** for graph inputs
- Integrating **classical GNN features** into quantum circuits (hybrid pipelines)
- Needing a **classical pre-training** strategy for quantum graph models
- Extending or generalizing existing GQML proposals to boost expressivity cheaply
## Core Contribution
Provides a **unifying design toolbox** for GQML models on graphs, specifically the regime where an **n-node graph is encoded into an n-qubit state**. The toolbox comprehensively characterizes the constituents (encoding, ansatz, measurement, symmetry handling) and shows how to:
1. **Naturally integrate with classical models** — classical GNN embeddings feed quantum layers and vice versa.
2. **Generalize known GQML models** — sometimes extending their expressivity at virtually no additional cost.
3. **Pre-train classically** — straightforward classical pre-training strategies seed quantum weights, reducing quantum training cost / barren-plateau exposure.
## Methodology: The GQML-for-Graphs Toolbox
### Constituent characterization
A graph quantum model M is decomposed into four constituents, each chosen to respect the graph symmetry group S_n (permutation equivariance):
1. **Encoding E(x)** — maps a graph x (adjacency / node features) to an n-qubit state |ψ(x)⟩. Must be equivariant: relabeling nodes permutes qubits correspondingly.
2. **Ansatz U(θ)** — parameterized circuit. Equivariant ansätze have layers that commute with the permutation representation.
3. **Measurement {O_k}** — observables whose orbits under S_n produce covariant features.
4. **Readout** — classical post-processing (pooling) that aggregates into a graph-level prediction.
### Design principles (unifying perspective)
- **Symmetry dictates ansatz structure**: only circuits in the commutant of the permutation representation can be equivariant. This constrains the circuit family and prevents "symmetry-breaking" parameters.
- **Encoding-ansatz co-design**: the choice of encoding determines which ansatz layers preserve equivariance; they must be chosen together, not independently.
- **Measurement orbit completion**: as with [[exploiting-symmetry-quantum-reservoir-computing]], measured observables must span the symmetry orbit or the readout cannot learn equivariant functions.
### Hybrid classical-quantum integration
- Classical GNN produces a graph embedding h(x); this embedding parameterizes the quantum ansatz U(θ(h(x))) or conditions the encoding.
- Quantum layer adds non-classically-simulable expressivity on top of classical features.
- Enables **classical pre-training**: train the GNN backbone classically, then fine-tune the quantum layer — drastically reducing the number of quantum evaluations needed.
### Expressivity extension at near-zero cost
- Small modifications to known GQML models (e.g., adding a symmetry-allowed two-qubit layer, or enriching the measurement set) extend expressivity without breaking equivariance.
- Demonstrated numerically: extended models fit functions the originals could not, at negligible parameter overhead.
### Numerical validation
- Dedicated experiments confirm: (a) hybrid integration improves sample efficiency; (b) extended ansätze fit richer function classes; (c) classical pre-training accelerates quantum convergence and mitigates barren plateaus.
## Practical Design Recipe
1. **Identify the graph symmetry group** (typically S_n for node-permutation; possibly subgroups for attributed/structured graphs).
2. **Choose an equivariant encoding** (e.g., adjacency-matrix amplitude encoding, or feature-map encoding of node attributes).
3. **Select ansatz layers** from the commutant of the permutation representation (equivariant building blocks).
4. **Complete the measurement set** under the symmetry orbit.
5. **(Optional) Attach a classical GNN** for hybrid feature extraction and pre-train it classically.
6. **Fine-tune** the quantum parameters; monitor for barren plateaus (pre-training helps).
## Pitfalls
- **Permutation vs. qubit ordering**: node i ↔ qubit i mapping fixes the representation; mislabelling breaks equivariance silently.
- **Barren plateaus**: deeply parameterized equivariant ansätze can still suffer trainability issues; classical pre-training and layer-wise strategies mitigate this.
- **Classical simulability**: small graph models may be classically simulable — ensure the problem size and circuit depth provide genuine quantum advantage.
- **Encoding expressivity trade-off**: richer encodings (more features per node) may require more qubits or deeper circuits than the symmetry allows cheaply.
## Key Concepts
- **Equivariance**: f(σ·x) = σ·f(x) for permutation σ ∈ S_n — the model's output transforms with the input relabeling.
- **Commutant ansatz**: circuits U with [U, R(σ)] = 0 for all σ — the symmetry-compatible circuit family.
- **Orbit-complete measurement**: observables spanning {σ·O·σ†} so features are covariant.
- **Classical pre-training**: seed quantum weights from a classically-trained surrogate to reduce quantum optimization burden.
## Connections
- Sibling skill to [[exploiting-symmetry-quantum-reservoir-computing]] (arXiv:2607.01187) — both address symmetry-aware QML but for parametrized circuits vs. fixed reservoirs; the observable-orbit completion principle is shared.
- Extends the GQML literature (Larocca et al. theory of equivariant PQCs) into a graph-focused, hybrid-integrated toolbox.
- Bridges classical **Geometric Deep Learning** (Bronstein et al.) with quantum circuit design.
## References
- Sauvage, F. et al. "Quantum machine learning models for graphs." arXiv:2607.00698 (2026). LA-UR-26-23295.
- Larocca, M. et al. — Theory of equivariant parameterized quantum circuits.
- Bronstein, M. et al. — Geometric Deep Learning.
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!