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.

Scenario A

Idealized Baseline (Loosely Coupled Workflow)

Scenario A illustrates a hybrid Quantum–HPC workflow in which quantum execution is present but non-disruptive. Classical computation dominates runtime, quantum calls are infrequent, and no structural bottleneck limits overall progress.

This scenario serves as a reference configuration: it shows how a hybrid system behaves when none of the common failure modes—synchronization, latency, or throughput limits—are active. Classical and quantum work are loosely coupled and overlap cleanly, without introducing dominant bottlenecks.


Purpose of This Scenario

Scenario A shows:

The purpose is not realism, but clarity. Later scenarios intentionally violate one or more of the assumptions established here.


What characterizes this workflow

In this scenario, quantum execution is loosely coupled to classical execution:

As a result, quantum execution does not appear on the critical path of the HPC workload.


Bottlenecks

There is no dominant bottleneck in this scenario.

This is the only scenario in which it is legitimate to say that nothing structural is slowing the system down.


Assumptions that matter

Scenario A relies on a narrow but explicit set of assumptions.

Algorithmic structure

Timing regime

HPC execution model

Quantum execution model

Violating any one of these assumptions leads directly to Scenarios B–D.


Frame-by-Frame Walkthrough

Frame 1 — Classical steady state

All HPC ranks are performing classical computation.
No quantum jobs are active. The QPU is idle.

This represents a long classical phase (e.g., preprocessing or local computation).


Frame 2 — Single submission

One rank finishes a classical step and submits a quantum job.
That rank becomes Blocked (waiting on its own quantum call) while the job is transferred and executed.

Crucially, no other rank is affected.


Frame 3 — Job arrives at QPU

The quantum job arrives at the QPU and enters execution.
There is no queue buildup.

The HPC side continues uninterrupted.


Frame 4 — Quantum execution overlaps with classical work

Quantum execution proceeds while nearly all HPC ranks remain Working.

This overlap is the defining feature of Scenario A: quantum execution does not reduce aggregate classical throughput.


Frame 5 — Result returns

The quantum result is transferred back.
The result returns and unblocks the submitting rank, which resumes classical work immediately. The QPU becomes idle.


Frame 6 — Restored equilibrium

The system returns to its initial state:

The workflow shows no visible memory of having invoked quantum execution.


Why This Scenario Matters

Scenario A establishes a baseline mental model:

Every later scenario can be read as a controlled failure of one or more of these assumptions.


Where this scenario actually appears

Scenario A loosely corresponds to:

It does not describe scalable production hybrid workloads.


Takeaway

Scenario A shows a hybrid Quantum–HPC workflow in which quantum execution is present but structurally irrelevant to system performance.

It is a reference point, not a goal — and its fragility is precisely why the other scenarios matter.