Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

Introduction to Quantum-HPC

Quantum computing is not a replacement for classical high-performance computing (HPC). Today’s most realistic quantum applications are hybrid: they combine a Quantum Processing Unit (QPU) with powerful classical compute resources for orchestration, optimization, and post-processing.

This page provides a lightweight overview of why quantum and HPC belong together, where the main system bottlenecks appear, and how real platforms mitigate them.


Why Quantum and HPC Belong Together

QPU execution is typically:

HPC systems provide mature, scalable infrastructure for the parts quantum devices do not handle well: large classical parallel workloads, fast data movement, compilation, and scheduling.

In practice, the QPU behaves like an accelerator, while the HPC system provides the surrounding workflow.


Where HPC Is Used Today

In modern hybrid workflows, classical HPC resources are heavily used for:


Key Constraints

Hybrid quantum–HPC workflows face several system-level constraints:


How Platforms Address These Issues

Current platforms typically mitigate these constraints through:

These approaches optimize for practical time-to-solution, not theoretical runtime.


Scope of This Project

This project focuses on practical, reproducible hybrid workflows, emphasizing:


Further Reading

For a deeper discussion of bottlenecks, scheduling tradeoffs, and emerging system architectures in quantum–HPC integration, see the accompanying Medium article:

Hybrid Quantum–HPC Systems: Bottlenecks, Tradeoffs, and Practical Solutions