Skip to content
QC+AI Studio

Hardware-constrained learning for quantum computing and artificial intelligence

OverviewSyllabusProjectsArenaBuilderDashboardSearch

Lesson

Routing, Graph Shrinking, and Logistics under Hardware Constraints

Uses routing, RL-tuned augmented Lagrangian methods, and graph shrinking to show how classical intelligence creates viable interfaces to limited quantum hardware.

Review flashcardsTake quiz

Video Lesson

Quantum Computing and Artificial Intelligence 2025

00:0001:11

Why Quantum plus AI

Introduces the QC+AI field and frames it through the practical limitations of NISQ hardware.

Curated chapter summary for local development. Full transcript alignment can replace this field later.

01:1102:23

NISQ Bottlenecks

Explains that current systems are constrained by noise, routing overhead, and limited qubit budgets.

The video emphasizes that current hardware cannot absorb raw problem formulations without strong classical assistance.

02:2304:47

Compilation and Routing

Focuses on code compilation, qubit routing, and the physical cost of mapping logical circuits to sparse hardware graphs.

Compilation overhead is presented as a decisive engineering constraint rather than a software afterthought.

04:4707:11

Hybrid Optimization Patterns

Covers hybrid optimization loops and the role of classical search and learning around quantum subroutines.

The recurring message is that classical intelligence often protects fragile quantum steps from infeasible search spaces.

07:1109:35

Applications and System Design

Closes with application examples and a general argument for hybridization as the practical path in the NISQ era.

The ending connects routing, noise mitigation, and application design into a coherent hybrid systems view.

Transcript

Navigable segments

Key ideas

What this lesson teaches

  • Routing overhead can erase theoretical algorithmic gains if ignored.
  • Classical learning can reshape the optimization landscape before quantum execution.
  • Graph shrinking and reformulation are practical compression strategies for limited qubit budgets.

Key notes

  • The sources treat AI as a compiler, controller, and search heuristic around fragile quantum subroutines.
  • Sparse connectivity and QUBO blow-up are physical constraints, not merely theoretical nuisances.

Formulas and diagrams to emphasize

  • Quadratic Unconstrained Binary Optimization objective: x^T Q x.
  • Augmented Lagrangian objective blending primary cost with penalty and multiplier terms.

Source-grounded sections

Document sections used in this lesson

Classical Artificial Intelligence for Quantum Circuit Routing

Ali, Chicano, and Moraglio (Eds.), QC+AI 2025 Proceedings

While the preceding sections detailed the application of quantum enhancements for classical AI tasks, the physical advancement and operationalization of quantum computing itself requires the deployment of highly sophisticated classical AI algorithms—the domain of AI4QC.1 A primary engineering bottleneck in NISQ execution is the rigid constraint of device topology

While the preceding sections detailed the application of quantum enhancements for classical AI tasks, the physical advancement and operationalization of quantum computing itself requires the deployment of highly sophisticated classical AI algorithms—the domain of AI4QC.1 A primary engineering bottleneck in NISQ execution is the rigid constraint of device topology. Two-qubit operations, such as the CNOT gate, can only be executed between qubits that are physically connected via microwave or optic

The NMCS Methodology and State Formulation

Ali, Chicano, and Moraglio (Eds.), QC+AI 2025 Proceedings

To apply the NMCS framework, the environment dynamics must be rigorously defined

To apply the NMCS framework, the environment dynamics must be rigorously defined. The state space at any given time step is defined mathematically as .1 This encompasses the current injective mapping of logical to physical qubits (), the set of unscheduled gates (), the set of nodes currently locked by ongoing gate operations (, managed via mutex locks to handle variable execution times), and the static device topology graph ().1 The action space represents the set of SWAP gates that can be sch

Scalability, Benchmarks, and Topological Generalization

Ali, Chicano, and Moraglio (Eds.), QC+AI 2025 Proceedings

The NesQ and NesQ+ algorithms were benchmarked against a suite of industry-standard routing frameworks: Google's Cirq, IBM's Qiskit (evaluating basic, stochastic, and SABRE variants), Cambridge Quantum Computing's tket, and a recent Graph Neural Network (GNN) guided MCTS framework known as Qroute.1 Across 30 dynamically simulated random circuits containing between 30 and 180 gates, NesQ achieved an average output depth 48.75% lower than Cirq, 32.57% lower than Qiskit SABRE, 30.42% lower than tk

The NesQ and NesQ+ algorithms were benchmarked against a suite of industry-standard routing frameworks: Google's Cirq, IBM's Qiskit (evaluating basic, stochastic, and SABRE variants), Cambridge Quantum Computing's tket, and a recent Graph Neural Network (GNN) guided MCTS framework known as Qroute.1 Across 30 dynamically simulated random circuits containing between 30 and 180 gates, NesQ achieved an average output depth 48.75% lower than Cirq, 32.57% lower than Qiskit SABRE, 30.42% lower than tk

Notes

Linked lesson notes

Loading saved notes...

Source assets

Downloads and references

  • documentAli, Chicano, and Moraglio (Eds.), QC+AI 2026 Proceedings
  • documentAli, Chicano, and Moraglio (Eds.), QC+AI 2025 Proceedings
  • videoQuantum Computing and Artificial Intelligence 2025

Related lessons

Cross-module reinforcement

Hybrid Quantum-Classical Design in the NISQ Era

Frames the course around NISQ-era limits and the distinction between using quantum methods for AI versus using AI to make quantum computing operationally useful.

Shares core themes in graph methods, optimization, reinforcement learning.

Open related lesson
From Algorithmic Novelty to Sustainable Hybrid Systems

Synthesizes the source corpus around resource efficiency, memory cost, and the broader systems view of hybrid QC+AI.

Shares core themes in graph methods, optimization, reinforcement learning.

Open related lesson
Hybrid QC+AI Architectures in Practice

Surveys application families in which quantum layers operate as targeted representational or decision-making components rather than total model replacements.

Shares core themes in graph methods, reinforcement learning, representation.

Open related lesson
Hybrid Reinforcement Learning and Quantum Optimization for Logistics

Ali, Chicano, and Moraglio (Eds.), QC+AI 2026 Proceedings

Moving from AI applications of quantum theory to the direct application of quantum hardware for logistics, the work of Monit Sharma and Hoong Chuin Lau on the Capacitated Vehicle Routing Problem (CVRP) presents a critical advancement in hybrid algorithms.1 The CVRP is a strongly NP-hard combinatorial benchmark central to supply chain management

Moving from AI applications of quantum theory to the direct application of quantum hardware for logistics, the work of Monit Sharma and Hoong Chuin Lau on the Capacitated Vehicle Routing Problem (CVRP) presents a critical advancement in hybrid algorithms.1 The CVRP is a strongly NP-hard combinatorial benchmark central to supply chain management. Mapping its stringent inequality constraints (such as vehicle capacity and Miller-Tucker-Zemlin subtour elimination) to a QUBO formulation traditionally

Learning-Based Graph Shrinking for Constrained Combinatorial Quantum Optimization

Ali, Chicano, and Moraglio (Eds.), QC+AI 2026 Proceedings

Addressing the same foundational problem of NISQ hardware limits, a parallel study by Sharma and Lau introduces "Learning-Based Graph Shrinking for Quantum Optimization of Constrained Combinatorial Problems".1 For dense combinatorial problems like the Maximum Independent Set (MIS) and the Multi-Dimensional Knapsack Problem (MDKP), the input graphs must be significantly reduced in size (shrunk) before they can be mapped to limited, noisy qubit topologies.1 The conventional methodology for graph

Addressing the same foundational problem of NISQ hardware limits, a parallel study by Sharma and Lau introduces "Learning-Based Graph Shrinking for Quantum Optimization of Constrained Combinatorial Problems".1 For dense combinatorial problems like the Maximum Independent Set (MIS) and the Multi-Dimensional Knapsack Problem (MDKP), the input graphs must be significantly reduced in size (shrunk) before they can be mapped to limited, noisy qubit topologies.1 The conventional methodology for graph

RAG Q&A

Ask this lesson