Hybrid quantum-classical neural network architecture for sample-efficient topological phase recognition. Uses shallow parameterized quantum circuits for nonlocal measurement basis transformation, jointly trained with classical neural networks, reducing sample complexity by ~10x.
Scanned 9/11/2026
Install to Claude Code
npx -y skills add hiyenwong/ai_collection --skill hybrid-quantum-classical-topological-phase-recognition --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Hybrid Quantum Classical Topological Phase Recognition?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/hiyenwong-hybrid-quantum-classical-topological-phase-recogni)More formats (shields.io, HTML) on the badges page.
---
name: hybrid-quantum-classical-topological-phase-recognition
category: quantum-computing
description: Hybrid quantum-classical neural network architecture for sample-efficient topological phase recognition. Uses shallow parameterized quantum circuits for nonlocal measurement basis transformation, jointly trained with classical neural networks, reducing sample complexity by ~10x.
trigger_words: topological phase, hybrid quantum-classical, parameterized quantum circuit, quantum neural network, sample efficiency, quantum machine learning, phase recognition
arxiv: "2606.28199"
authors: "Markus K. Hoffmann, Leon C. Sander, Colin Scarato et al."
published: "2026-06-26"
---
# Hybrid Quantum-Classical Topological Phase Recognition
## Overview
This methodology combines shallow parameterized quantum circuits with classical neural networks to achieve sample-efficient recognition of topological phases of matter. The quantum circuit performs nonlocal transformations of the measurement basis, while the classical neural network processes the transformed measurements.
## Core Architecture
1. **Quantum Measurement Layer**: A shallow parameterized quantum circuit (PQC) applies unitary transformations to rotate the measurement basis
2. **Classical Processing Layer**: A classical neural network processes the measurement outcomes from the quantum circuit
3. **Joint Training**: Both quantum parameters and classical weights are optimized simultaneously via gradient-based methods
## Key Steps
1. Prepare quantum states representing the system to be classified
2. Apply parameterized quantum circuit U(θ) to rotate measurement basis
3. Perform randomized Pauli measurements on the transformed state
4. Feed measurement statistics into classical neural network
5. Backpropagate loss through both quantum and classical layers
6. Iterate until convergence
## Sample Complexity Benefits
- **~10x reduction** in inference sample complexity compared to pure classical neural networks
- **~10x reduction** in training sample complexity
- Achieved through quantum circuit's ability to efficiently capture nonlocal correlations
## When to Use
- Topological phase classification problems
- Quantum state classification with limited training data
- Scenarios where classical networks require excessive samples
- Hybrid quantum-classical machine learning pipelines
## Implementation Notes
- Use shallow circuits (low depth) to minimize noise on NISQ devices
- Parameterized gates typically include rotation gates (RX, RY, RZ) and entangling gates (CNOT, CZ)
- Classical network can be a simple MLP or CNN depending on input structure
- Joint training requires differentiable quantum circuit simulators or hardware with parameter-shift rule support
## Pitfalls
- Deep quantum circuits may suffer from barren plateaus
- Measurement shot noise can degrade performance on real hardware
- Classical network architecture must be matched to quantum measurement output dimensionality
- Over-parameterization of quantum circuit can lead to overfitting with limited samples
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!