Quantum-Classical Advantage Boundaries: An Analytical Framework for Hybrid QPU-GPU Computational Utility
% 1,, 1[Affiliation, Department, Institution], Corresponding author: [email]
March 2026 — Revised
Abstract: The emergence of hybrid quantum-classical architectures integrating quantum processing units (QPUs) with GPU-accelerated classical co-processors has outpaced the development of formal frameworks for predicting when such systems achieve computational advantage. We introduce the Quantum-Classical Advantage Boundary (QCAB) framework, a parameterized analytical model that delineates the regimes in which hybrid QPU-GPU computation surpasses purely classical methods for quantum simulation tasks. The framework defines a Quantum Utility Ratio \QUR(n,d,S,τ,ε) over the five-dimensional parameter space of qubit count n, circuit depth d, entanglement entropy S, communication latency τ, and hardware error rate ε. We derive closed-form expressions for the advantage boundary surface under both state-vector and tensor-network classical baselines, and establish scaling laws governing the transition from classical to quantum computational dominance. Application of the framework to molecular ground-state energy estimation and variational optimization yields quantitative predictions for minimum hardware specifications required to achieve quantum utility. Our analysis reveals that communication latency---rather than qubit count or gate fidelity alone---constitutes the primary bottleneck for near-term quantum advantage in iterative hybrid algorithms, establishing a sub-100μs latency threshold for practical utility in variational quantum eigensolver workflows at moderate qubit counts.
Introduction
The classical simulation of quantum systems has served as the principal verification tool for quantum hardware since Feynman's foundational observation that quantum dynamics resist efficient classical computation [Feynman1982]. For three decades, the field operated under a tacit dichotomy: classical simulators emulate quantum systems, while quantum hardware executes them. The emergence of quantum devices exceeding 100 physical qubits [Kim2023,Bluvstein2024] has disrupted this dichotomy by creating a regime in which neither approach alone suffices.
The concept of “quantum utility”---demonstrating that a quantum processor can produce reliable results for problems of scientific interest more efficiently than any available classical method—was advanced by Kim et al. [Kim2023] through experiments on 127-qubit Ising circuits. However, this claim was contested when tensor-network methods on GPU clusters achieved comparable or superior accuracy for the same circuits [Tindall2024,Begusic2024]. The ensuing debate exposed a critical gap: the absence of a rigorous, parameterized framework for predicting the boundary between classical and quantum computational domains.
This paper addresses that gap. We introduce the Quantum-Classical Advantage Boundary (QCAB) framework, which provides:
[label=(\roman*)]
-
A formal definition of the Quantum Utility Ratio \QUR as a function of five physical parameters: qubit count n, circuit depth d, entanglement entropy S, round-trip communication latency τ, and hardware error rate ε.
-
Closed-form expressions for the advantage boundary surface under both state-vector simulation and tensor-network contraction baselines.
-
Quantitative scaling laws identifying the dominant bottleneck for hybrid advantage across distinct algorithmic classes.
-
Application to two benchmark problems—molecular ground-state energy estimation and combinatorial optimization—yielding minimum hardware specifications for quantum utility.
The key insight of this work is that the advantage boundary is not a single threshold but a hypersurface in parameter space whose shape depends critically on the classical baseline employed. When the classical baseline is state-vector simulation, the boundary is governed primarily by qubit count. When the baseline is tensor-network contraction, the boundary is governed by entanglement entropy. In the hybrid regime, communication latency introduces a third axis that can dominate both.
The remainder of this paper is organized as follows. Section [ref:sec:background] reviews the classical simulation landscape and the hybrid computing paradigm. Section [ref:sec:framework] develops the QCAB framework and derives the utility ratio. Section [ref:sec:boundary] establishes the advantage boundary surfaces. Section [ref:sec:applications] applies the framework to molecular simulation and optimization. Section [ref:sec:discussion] discusses implications for hardware development. Section [ref:sec:conclusion] concludes.
Classical Simulation Methods
The classical simulation of quantum circuits falls into two broad families, each with distinct computational scaling.
State-vector simulation.
The exact representation of an n-qubit quantum state requires storage of 2n complex amplitudes. A circuit of depth d composed of one- and two-qubit gates requires \Ocal(d⋅2n) floating-point operations for simulation [DeRaedt2019]. GPU acceleration through libraries such as NVIDIA's cuStateVec [cuQuantum2023] has pushed the practical limit to approximately n≈40 on single-node systems and n≈50 using distributed multi-GPU configurations [Haner2017,Pednault2019].
Tensor-network simulation.
Tensor network (TN) methods represent the quantum state as a contracted network of lower-rank tensors [Orus2014,Schollwock2011]. For matrix product states (MPS) with bond dimension χ, the computational cost of simulating a depth-d circuit on n qubits scales as \Ocal(n⋅d⋅χ3) [Vidal2003]. The bond dimension required to faithfully represent a state with bipartite entanglement entropy S across a cut scales as χ∼eS for MPS [Hastings2007]. Projected entangled pair states (PEPS) generalize this to two-dimensional geometries but incur contraction costs that are #P-hard in the worst case [Schuch2007].
The critical parameter governing classical TN simulation cost is therefore the entanglement entropy S of the target state, not the qubit count n per se. This observation forms one of the pillars of the QCAB framework.
Hybrid Quantum-Classical Architectures
The variational quantum eigensolver (VQE) [Peruzzo2014] and quantum approximate optimization algorithm (QAOA) [Farhi2014] established the paradigm of iterative hybrid algorithms in which a QPU executes parameterized circuits while a classical optimizer updates the parameters. These algorithms require repeated round trips between QPU and classical processor, making the total wall-clock time sensitive to communication latency τnet.
IBM's “quantum-centric supercomputing” (QCSC) roadmap [IBMroadmap2022] envisions tight integration of QPU and GPU clusters through middleware layers that reduce τnet to the sub-millisecond regime. The Qiskit Runtime architecture implements a portion of this vision by co-locating classical compute with QPU hardware [QiskitRuntime2023]. NVIDIA's CUDA-Q platform similarly provides a unified programming model for QPU-GPU heterogeneous computation [cuQuantum2023].
Error Mitigation
In the absence of fault-tolerant error correction, quantum error mitigation (QEM) techniques are required to extract useful results from noisy hardware. Probabilistic error cancellation (PEC) [Temme2017,Endo2018] constructs an unbiased estimator of the ideal expectation value by sampling modified circuits, but incurs a sampling overhead that scales exponentially with circuit noise (see Section [ref:sec:framework]). Zero-noise extrapolation (ZNE) [Li2017,Temme2017] provides a biased but lower-variance alternative. Both methods impose computational overhead that must be incorporated into any utility analysis.
The QCAB Framework
We now develop the Quantum-Classical Advantage Boundary framework. The central object is the Quantum Utility Ratio, defined as the ratio of classical to hybrid computational cost for achieving a target observable accuracy δ on a given problem instance.
Definitions and Notation
Consider a quantum circuit \Ucal acting on n qubits with depth d, producing a state ∣ψ⟩=\Ucal∣0⟩⊗n. We wish to estimate an observable ⟨O⟩=⟨ψ∣O∣ψ⟩ to additive accuracy δ with probability at least 1−η.
[leftmargin=*]
-
n: number of qubits.
-
d: circuit depth (number of layers of parallel two-qubit gates).
-
S: maximum bipartite entanglement entropy across any cut of the circuit's output state, measured in units of ln2.
-
τ: round-trip communication latency between QPU and classical co-processor (in seconds).
-
ε: average two-qubit gate error rate.
-
δ: target accuracy for observable estimation.
-
η: failure probability tolerance.
-
B: batch size—the number of circuit executions per communication round trip.
Classical Computational Cost
State-vector baseline.
The cost of exact state-vector simulation is:
\labeleq:csv\CcalSV(n,d)=αSV⋅d⋅2n
where αSV is a hardware-dependent constant capturing the cost per gate application in floating-point operations per second (FLOPS). On current GPU hardware, αSV≈10−9s per gate-amplitude operation for single-precision arithmetic [cuQuantum2023].
Tensor-network baseline.
For an MPS simulation with adaptive bond dimension:
\labeleq:ctn\CcalTN(n,d,S)=αTN⋅n⋅d⋅e3Sln2
where the exponential dependence arises from χ∼2S and the \Ocal(χ3) cost of singular value decomposition (SVD) at each bond update. The prefactor αTN encodes hardware-specific constants and the efficiency of the contraction path optimizer.
For PEPS in two-dimensional geometries, the cost generalizes to:
\labeleq:cpeps\CcalPEPS(n,d,S)=αPEPS⋅n⋅d⋅2\Ocal(S⋅w)
where w is the width of the boundary contracted during the approximate contraction procedure. Since the boundary-contraction approach renders PEPS costs highly geometry-dependent, we restrict our primary analysis to the MPS baseline in Eq. (eq:eq:ctn) and treat PEPS as an upper bound.
Hybrid Computational Cost
The total cost of a hybrid QPU-GPU computation consists of three components: QPU execution, classical post-processing for error mitigation, and communication overhead.
QPU execution cost.
For a single circuit execution:
\labeleq:qpuTQPU=d⋅τgate+τread
where τgate is the duration of a single gate layer and τread is the measurement and readout time. For superconducting hardware, τgate≈50--100ns and τread≈0.5--1μs [Krinner2022].
Error mitigation overhead.
Using PEC, the number of circuit samples required to achieve accuracy δ scales as:
\labeleq:pecNPEC(ε,d,δ,η)=δ2CPEC2ln(η2)
where CPEC=(1+2ε)g(d) is the PEC cost factor and g(d) is the total number of noisy two-qubit gates in the circuit [Temme2017]. For a circuit with n qubits in a linear topology with depth d, we have g(d)≈(n−1)⋅d/2 on average. The PEC cost factor can be simplified for small error rates as follows:
\labeleq:cpecCPEC=(1+2ε)(n−1)d/2=exp[2(n−1)dln(1+2ε)]≈exp[2(n−1)d⋅2ε]=eε(n−1)d
where the third line uses ln(1+x)≈x for x≪1. This approximation holds to within 1% for ε<5×10−3, the regime of primary interest for near-term hardware. At ε=5×10−2 (e.g., the Kim et al. experiment), the relative error of the approximation is ∼5%, which remains acceptable for order-of-magnitude analysis but should be noted.
Communication overhead.
For iterative algorithms requiring R classical-quantum round trips, the communication cost depends on the batching strategy. If the QPU executes B circuit samples per round trip before returning results to the classical co-processor, the total communication overhead is:
\labeleq:commTcomm=R⋅⌈BNPEC⌉⋅τ
Three limiting cases are physically relevant:
[leftmargin=*]
-
Fully batched (B=NPEC): All samples for one optimization iteration are submitted as a single batch. This yields Tcomm=Rτ and corresponds to the execution model of co-located architectures such as Qiskit Runtime [QiskitRuntime2023].
-
Streaming (B=1): Each circuit execution triggers a round trip, giving Tcomm=R⋅NPEC⋅τ. This worst case applies to naive cloud-based QPU access.
-
Practical hybrid: B is determined by QPU queue depth and classical memory constraints, with 1<B<NPEC.
Unless otherwise stated, our analysis assumes fully batched execution (B=NPEC), which is the target operating mode for current QPU-GPU middleware. Results under non-ideal batching are strictly more latency-constrained.
Total hybrid cost.
Assembling these components, the total wall-clock time for the hybrid computation is:
\labeleq:chyb\Ccalhyb=NPEC⋅TQPU+R⋅⌈BNPEC⌉⋅τ+TGPU
where TGPU is the GPU processing time for error mitigation coefficient computation and classical post-processing. For PEC, TGPU is dominated by the compilation of quasi-probability distributions and scales as \Ocal(e2εnd⋅n).
The Quantum Utility Ratio
We define the Quantum Utility Ratio (QUR) with respect to a chosen classical baseline Bcl∈{SV,TN}:
\labeleq:qur\QURBcl(n,d,S,ε,τ;δ,η,B)≡\Ccalhyb(n,d,ε,τ;δ,η,B)\CcalBcl(n,d,S)
The QUR depends on the five primary physical parameters (n,d,S,ε,τ) and additionally on the accuracy target (δ,η) and the batching parameter B. We adopt the convention of treating (n,d,S,ε,τ) as the free variables defining the advantage hypersurface, while (δ,η,B) are treated as fixed protocol parameters for a given computational task.
When \QURBcl>1, the hybrid QPU-GPU approach is computationally advantageous over the classical baseline Bcl. When \QURBcl<1, the classical method is preferable. The advantage boundary is the hypersurface:
\labeleq:boundaryΣBcl={(n,d,S,ε,τ)∣\QURBcl=1}
Advantage Boundary Surfaces
We now derive the structure of ΣBcl for both classical baselines.
State-Vector Boundary
Setting \QURSV=1 and substituting Eqs. (eq:eq:csv) and (eq:eq:chyb) (under fully batched execution, B=NPEC):
\labeleq:svboundaryαSV⋅d⋅2n=NPEC⋅TQPU+Rτ+TGPU
The left-hand side scales as 2n in qubit count. The dominant term on the right at large n is the PEC sampling cost, which through Eqs. (eq:eq:pec) and (eq:eq:cpec) scales as:
NPEC⋅TQPU∼e2ε(n−1)d
The existence of a finite crossover nSV∗ at which the classical cost overtakes the hybrid cost requires that the classical exponential 2n=enln2 grow faster than the PEC exponential e2ε(n−1)d≈e2εnd. Since both are exponential in n, the dominant balance reduces to a comparison of exponents:
\labeleq:noiseconditionnln2>2εnd⟺ε⋅d<2ln2≈0.347
This yields a fundamental existence condition for quantum advantage against the state-vector baseline:
Result 1. For probabilistic error cancellation, the state-vector advantage boundary exists only when the noise-depth product satisfies ε⋅d<(ln2)/2≈0.347. Above this threshold, the PEC sampling overhead grows faster than the exponential classical cost at every qubit count, and no quantum advantage is achievable.
Note that this existence condition is independent of the accuracy parameters δ and η: it is a statement about the relative growth rates of the classical and hybrid costs as n→∞. The specific qubit count nSV∗ at which the crossover occurs does depend on δ, η, and hardware prefactors (αSV,τgate,τread). For a given hardware configuration, nSV∗ is the solution to:
\labeleq:svcrossoverαSV⋅d⋅2n=δ2e2ε(n−1)dln(η2)(dτgate+τread)+Rτ+TGPU
which must be solved numerically for each parameter set. Representative crossover values for current hardware are given in Section [ref:sec:applications].
Tensor-Network Boundary
The tensor-network boundary is more nuanced because \CcalTN depends on entanglement entropy S rather than qubit count alone. Setting \QURTN=1:
\labeleq:tnboundaryαTN⋅n⋅d⋅e3Sln2=\Ccalhyb(n,d,ε,τ;δ,η,B)
Solving for the critical entanglement entropy S∗:
\labeleq:scriticalS∗(n,d,ε,τ;δ,η)=3ln21ln(αTN⋅n⋅d\Ccalhyb)
For the non-iterative regime (R=0) under fully batched execution with PEC-dominated hybrid cost:
\labeleq:sapproxS∗≈3ln22ε(n−1)d+3ln21ln(αTN⋅n⋅d⋅δ2d⋅τgate+τread)
The first term is the PEC-imposed penalty on the entanglement threshold; the second is a logarithmic correction encoding hardware constants and the accuracy target δ. Tighter accuracy requirements (smaller δ) increase S∗, raising the bar for quantum advantage. This yields:
Result 2. Against a tensor-network baseline, hybrid quantum advantage requires the target state's entanglement entropy to exceed S∗≈2εnd/(3ln2) (to leading order in the PEC penalty). For current hardware (ε≈10−3, n=100, d=50), this gives S∗≈4.8 ebits, requiring states with bond dimension χ>24.8≈28.
Latency-Dominated Regime
For iterative algorithms (VQE, QAOA) with R≫1 optimization iterations under fully batched execution (B=NPEC), the communication term Rτ can dominate the hybrid cost. In this regime, the QUR simplifies to:
\labeleq:qurlatency\QURBcl≈R⋅τ\CcalBcl
For the state-vector baseline, the latency-limited advantage condition is:
\labeleq:latencysvτ<RαSV⋅d⋅2n≡τSV∗
Taking R∼103 iterations (typical for VQE on molecular systems [Peruzzo2014]), d=50, and αSV=10−9s:
\labeleq:latencyboundτSV∗=10310−9⋅50⋅2n=5×10−11⋅2ns
Representative values:
[leftmargin=*]
-
n=50: τ∗≈5.6×104s (∼15.6 hours)---trivially satisfied; latency is irrelevant at this scale against the SV baseline.
-
n=30: τ∗≈54μs---latency-constrained; sub-100μs round trips required.
-
n=20: τ∗≈52ns---severely latency-constrained; on-chip classical processing required.
Under non-ideal batching (B<NPEC), the latency constraint tightens by a factor of ⌈NPEC/B⌉, further emphasizing the importance of co-located execution architectures.
Result 3. For iterative hybrid algorithms under fully batched execution, the critical latency threshold scales as τ∗∝2n/R. At moderate qubit counts (n=20--40), this threshold falls in the nanosecond-to-microsecond range, making communication latency the dominant bottleneck for hybrid advantage. Non-ideal batching (B<NPEC) further tightens this constraint.
Phase Diagram
The results above define a hierarchical classification of the parameter space into five mutually exclusive regimes. We present this classification as a sequential decision procedure to ensure a proper partition (every point in parameter space maps to exactly one regime).
Step 1: Noise gate.
Evaluate the noise-depth product ε⋅d.
[leftmargin=*]
-
If ε⋅d≥(ln2)/2≈0.347: Regime IV (noise-limited). PEC overhead grows faster than any classical exponential. No hybrid advantage is achievable with PEC-based error mitigation. Terminate.
-
Otherwise: proceed to Step 2.
Step 2: Entanglement gate.
Evaluate S against S∗(n,d,ε,τ;δ,η).
[leftmargin=*]
-
If S≤S∗: Regime II (classical TN dominant). Tensor-network methods simulate the target state efficiently due to limited entanglement. Terminate.
-
Otherwise: proceed to Step 3.
Step 3: Scale gate.
Evaluate n against the numerical state-vector crossover nSV∗ (Eq. [ref:eq:sv_crossover]).
[leftmargin=*]
-
If n≤nSV∗: Regime I (classical SV dominant). The state is highly entangled (TN methods are expensive), but the qubit count is small enough for direct state-vector simulation. Terminate.
-
Otherwise: proceed to Step 4.
Step 4: Latency gate.
Evaluate τ against τ∗.
[leftmargin=*]
-
If τ≥τ∗: Regime V (latency-limited). The system would achieve quantum advantage based on computational cost alone, but communication overhead negates the benefit. Terminate.
-
If τ<τ∗: Regime III (hybrid QPU-GPU advantage). All conditions for quantum advantage are satisfied. Terminate.
Table [ref:tab:regimes] summarizes the five regimes and their governing conditions.
Computational regimes identified by the QCAB framework. The regimes form a proper partition of parameter space via the sequential decision procedure described in the text.
The boundary between Regimes II and III is the most physically relevant for near-term hardware: it determines when tensor-network methods fail to keep pace with quantum hardware for problems involving genuinely entangled states. The new Regime V captures systems where computational advantage exists in principle but is negated by communication infrastructure—an increasingly important consideration as QPU access shifts from cloud-based to co-located architectures.
Applications
We apply the QCAB framework to two benchmark problems that have defined the quantum utility landscape.
Molecular Ground-State Energy Estimation
The estimation of ground-state energies for molecular Hamiltonians via VQE [Peruzzo2014] is the canonical application of hybrid quantum-classical computation. We analyze the hydrogen chain H10 (a standard benchmark [Motta2017]) and the FeMo-cofactor (the active site of nitrogenase, requiring ∼100 qubits in a minimal active space [Reiher2017]).
Classical baseline.
For H10 in an STO-3G basis, the Hamiltonian acts on n=20 qubits. The ground state is moderately entangled with S≈2--3 ebits across typical bipartitions [Motta2017]. The MPS simulation cost is \CcalTN≈αTN⋅20⋅d⋅29≈104⋅αTN⋅d.
Hybrid cost.
With ε=5×10−3 (current superconducting hardware), d=100 (typical UCCSD ansatz depth), and δ=1.6mHa (chemical accuracy):
CPECNPEC=e5×10−3⋅19⋅100≈e9.5≈1.3×104≈(1.6×10−3)2(1.3×104)2≈6.6×1013
This enormous sampling overhead renders PEC-based VQE for H10 at current error rates computationally impractical. Applying the decision procedure: εd=0.5>0.347, so the system falls into Regime IV (noise-limited)---PEC overhead alone precludes advantage, confirming that no quantum advantage is achievable for this system at ε=5×10−3.
Crossover prediction.
Applying Eq. (eq:eq:s_critical), the crossover to hybrid advantage requires either:
[leftmargin=*]
-
Reducing ε to ∼10−4 (which brings εd=0.01≪0.347, passing the noise gate, and reduces CPEC to ∼e0.19≈1.2), or
-
Increasing S beyond S∗ while maintaining εd<0.347 (achievable in larger active spaces such as FeMo-cofactor at lower error rates).
For the FeMo-cofactor with n≈100, S≈8--12 ebits, d=100, and ε=10−4:
ε⋅dCPECS∗=0.01≪0.347(passes noise gate)≈e10−4⋅99⋅100≈e0.99≈2.7≈3ln22⋅10−4⋅99⋅100≈0.95
Since S≫S∗ (passes entanglement gate), n=100>nSV∗ (passes scale gate given SV simulation of 100 qubits is intractable), and CPEC≈2.7 (manageable overhead), the FeMo-cofactor at ε=10−4 reaches Regime III (hybrid advantage), subject to the latency constraint.
Result 4. For molecular simulation via VQE, the QCAB framework predicts a crossover to hybrid advantage at ε≈10−4 for strongly correlated systems with S>5 ebits and δ=1.6mHa (chemical accuracy), consistent with qualitative expectations but providing quantitative thresholds through the decision procedure.
Combinatorial Optimization via QAOA
We analyze the Max-Cut problem on 3-regular graphs, a standard QAOA benchmark [Farhi2014]. For n-vertex graphs, QAOA at depth p requires circuits of depth d=2p on n qubits.
Entanglement structure.
The entanglement entropy of QAOA output states on random 3-regular graphs has been studied numerically [Dupont2023]. For p≥3, the entanglement entropy scales as S∼min(n/2,c⋅p) with c≈0.3--0.7 depending on graph structure. For modest depths p=5--10, this yields S≈1.5--7.
QCAB prediction.
For n=50, p=10 (d=20), ε=10−3:
ε⋅dS∗=0.02≪0.347(passes noise gate)≈3ln22⋅10−3⋅49⋅20≈0.94
For QAOA states with S≈3--7 at p=10, the condition S>S∗ is satisfied (passes entanglement gate). The scale gate is passed for n=50 (state-vector simulation is tractable but expensive). The latency constraint under fully batched execution with R∼500 QAOA iterations requires:
τ<RαTN⋅50⋅20⋅23⋅3
With αTN≈10−6s on GPU hardware: τ<10−6⋅50⋅20⋅512/500≈1ms.
Result 5. For QAOA on moderate-scale graphs, the QCAB framework predicts hybrid advantage is achievable with current error rates (ε∼10−3) provided circuit depth p≥5 and communication latency τ<1ms under fully batched execution, a less stringent requirement than VQE due to the shallower circuits.
Sensitivity Analysis
To quantify the relative importance of each parameter, we compute the log-log elasticity Ei=∂ln(\QUR)/∂ln(xi) for each parameter xi∈{n,d,S,ε,τ} at a reference operating point (n,d,S,ε,τ)=(50,50,5,10−3,10−4s) under the TN baseline with fully batched execution.
The elasticity measures the percentage change in QUR per percentage change in each parameter: Ei=2 means a 1% increase in xi produces a 2% change in QUR.
For the numerator (TN classical cost, Eq. [ref:eq:ctn]):
∂lnn∂ln\CcalTN=1,∂lnd∂ln\CcalTN=1,∂lnS∂ln\CcalTN=3Sln2
At S=5: ∂ln\CcalTN/∂lnS=10.4.
For the denominator (hybrid cost), the dominant PEC term yields:
∂lnn∂ln\Ccalhyb∂lnd∂ln\Ccalhyb∂lnε∂ln\Ccalhyb≈2εnd≈5.0≈2εnd+1≈6.0≈2εnd≈5.0
The net elasticities Ei=∂ln\CcalTN/∂lnxi−∂ln\Ccalhyb/∂lnxi are:
Log-log elasticity Ei=∂ln\QUR/∂lnxi at the reference operating point (n,d,S,ε,τ)=(50,50,5,10−3,10−4s), evaluated against the TN baseline under fully batched execution.
| lcr@{}} Parameter | Symbol | Elasticity Ei |
|---|
| Entanglement entropy | S | +10.4 |
| Qubit count | n | −4.0 |
| Circuit depth | d | −5.0 |
| Error rate | ε | −5.0 |
| Communication latency | τ | −1.0 |
Result 6. The QUR elasticity is dominated by entanglement entropy (+10.4), confirming that entanglement—not qubit count—is the primary driver of quantum advantage against tensor-network baselines. Circuit depth and error rate have comparable negative elasticities (∼−5), reflecting their joint role in the PEC overhead. Communication latency (−1.0) has the weakest individual effect under fully batched execution but becomes dominant in the latency-limited regime (Regime V).
Discussion
Implications for Hardware Development
The QCAB framework yields concrete hardware targets. The critical noise-depth product εd<0.347 (Result 1) translates directly into gate fidelity requirements as a function of algorithm depth. For circuits of depth d=100 (relevant for quantum chemistry), the requirement is ε<3.5×10−3, which is at the boundary of current superconducting hardware capabilities [Krinner2022]. For deeper circuits (d=1000), the requirement tightens to ε<3.5×10−4, necessitating either significant hardware improvement or the transition to error-corrected logical qubits.
The latency analysis (Result 3) provides quantitative motivation for the tight QPU-GPU integration pursued by IBM's QCSC architecture [IBMroadmap2022] and NVIDIA's CUDA-Q platform. The sub-millisecond latency requirement for QAOA and sub-100μs requirement for VQE at moderate qubit counts cannot be met by cloud-based QPU access with network round trips; co-located or on-chip classical processing is essential. The introduction of Regime V (latency-limited) in the QCAB phase diagram provides a formal basis for this engineering requirement.
Comparison with Existing Claims
The framework retrospectively explains the contested quantum utility claim of Kim et al. [Kim2023]. Their 127-qubit kicked Ising model at depth d=60 produced states with estimated entanglement entropy S≈4--6 across cuts. Applying the QCAB decision procedure:
Step 1 (noise gate): ε≈2×10−2, d=60, giving εd=1.2≫0.347. The system falls immediately into Regime IV (noise-limited).
This single evaluation suffices: the PEC overhead at ε=0.02 renders the hybrid approach uncompetitive regardless of entanglement entropy, qubit count, or latency. Classical TN methods should be competitive—precisely what Tindall et al. [Tindall2024] and Begu\v{s}i'{c} et al. [Begusic2024] subsequently demonstrated.
The clarity of this retrospective prediction illustrates the value of the QCAB framework: rather than debating whether a particular experiment demonstrates “quantum utility,” one evaluates where it falls in the decision procedure.
Limitations
Several limitations of the current analysis merit discussion:
[label=(\roman*)]
-
The MPS cost model (Eq. [ref:eq:ctn]) assumes one-dimensional entanglement structure. Two-dimensional systems require PEPS or other methods with qualitatively different scaling.
-
The PEC overhead model assumes a depolarizing noise channel. Structured noise (e.g., coherent errors, crosstalk) may permit more efficient mitigation strategies [Endo2018]. ZNE and symmetry-based methods offer different overhead-accuracy tradeoffs that would modify the boundary surfaces.
-
The framework treats entanglement entropy S as an input parameter. In practice, S is determined by the circuit structure and must be estimated—for instance via bond dimension growth during MPS simulation attempts, entanglement witnesses, or analytical bounds from circuit architecture. Developing efficient methods for bounding S a priori is an important complement to this work.
-
We have not incorporated the cost of quantum error correction, which would introduce a discrete transition in the advantage boundary when logical error rates fall below physical rates.
-
The fully batched execution assumption (B=NPEC) is optimistic for systems where memory constraints or QPU scheduling limit batch sizes. Intermediate batching regimes should be analyzed for specific hardware platforms.
Extensions
Natural extensions of this work include: incorporating fault-tolerant overhead to model the error-corrected regime; generalizing the TN baseline to include PEPS and multi-scale entanglement renormalization ansatz (MERA) methods; developing a dynamic version of the QCAB framework that accounts for mid-circuit measurements and feed-forward; integrating machine-learning-enhanced error mitigation strategies that may alter the PEC scaling [Czarnik2021]; and systematic numerical calibration of the prefactors αSV and αTN across hardware platforms to enable quantitative rather than order-of-magnitude predictions.
Conclusion
We have introduced the Quantum-Classical Advantage Boundary framework, providing the first systematic analytical model for delineating the computational regimes of hybrid QPU-GPU architectures. The framework's central object—the Quantum Utility Ratio—enables quantitative prediction of advantage boundaries as functions of qubit count, circuit depth, entanglement entropy, error rate, and communication latency, with explicit dependence on accuracy targets and execution batching.
Our analysis yields six principal results: (1) a critical noise-depth product εd<0.347 below which quantum advantage is achievable against state-vector simulation; (2) an entanglement entropy threshold S∗ below which tensor-network methods remain competitive; (3) a latency scaling law τ∗∝2n/R governing iterative hybrid algorithms; (4–5) quantitative hardware requirements for molecular simulation and optimization; and (6) a sensitivity analysis confirming entanglement entropy as the primary driver of advantage against tensor-network baselines, with an elasticity (+10.4) that dominates all other parameters.
The five-regime phase diagram—organized as a sequential decision procedure through noise, entanglement, scale, and latency gates—provides a unified language for evaluating claims of quantum utility, hardware roadmap targets, and algorithmic design choices. The retrospective application to the Kim et al. experiment demonstrates the framework's explanatory power: a single evaluation of the noise gate (εd=1.2≫0.347) immediately classifies the experiment as noise-limited, consistent with subsequent classical simulation results.
As quantum hardware continues to improve, the QCAB advantage boundary surface will shift toward lower entanglement entropies and higher noise tolerances, progressively expanding the domain of hybrid quantum advantage.
Acknowledgments
[To be added.]
References
-
R.~P. Feynman, “Simulating physics with computers,”
Int. J. Theor. Phys. 21, 467–488 (1982).
-
Y.~Kim et al., “Evidence for the utility of quantum computing before fault tolerance,”
Nature 618, 500–505 (2023).
-
D.~Bluvstein et al., “Logical quantum processor based on reconfigurable atom arrays,”
Nature 626, 58–65 (2024).
-
J.~Tindall et al., “Efficient tensor network simulation of IBM's Eagle kicked Ising experiment,”
PRX Quantum 5, 010308 (2024).
-
T.~Begu\v{s}i'{c} and G.~K.-L. Chan, “Fast and converged classical simulations of evidence for the utility of quantum computing before fault tolerance,”
Sci. Adv. 10, eadk4321 (2024).
-
H.~De Raedt et al., “Massively parallel quantum computer simulator, eleven years later,”
Comput. Phys. Commun. 237, 47–61 (2019).
-
NVIDIA Corporation, “cuQuantum SDK: High-Performance Quantum Circuit Simulation,” Technical Documentation (2023).
-
T.~H"{a}ner and D.~S. Steiger, “0.5 petabyte simulation of a 45-qubit quantum circuit,”
in Proc. SC'17 (ACM, 2017).
-
E.~Pednault et al., “Leveraging secondary storage to simulate deep 54-qubit Sycamore circuits,”
arXiv:1910.09534 (2019).
-
R.~Or'{u}s, “A practical introduction to tensor networks: Matrix product states and projected entangled pair states,”
Ann. Phys. 349, 117–158 (2014).
-
U.~Schollw"{o}ck, “The density-matrix renormalization group in the age of matrix product states,”
Ann. Phys. 326, 96–192 (2011).
-
G.~Vidal, “Efficient classical simulation of slightly entangled quantum computations,”
Phys. Rev. Lett. 91, 147902 (2003).
-
M.~B. Hastings, “An area law for one-dimensional quantum systems,”
J. Stat. Mech. P08024 (2007).
-
N.~Schuch et al., “Computational complexity of projected entangled pair states,”
Phys. Rev. Lett. 98, 140506 (2007).
-
A.~Peruzzo et al., “A variational eigenvalue solver on a photonic quantum processor,”
Nat. Commun. 5, 4213 (2014).
-
E.~Farhi, J.~Goldstone, and S.~Gutmann, “A quantum approximate optimization algorithm,”
arXiv:1411.4028 (2014).
-
J.~Gambetta, “Expanding the IBM Quantum roadmap to anticipate the future of quantum-centric supercomputing,” IBM Research Blog (2022).
-
IBM Quantum, “Qiskit Runtime: A quantum computing service for fast, scalable execution,” Technical Documentation (2023).
-
K.~Temme, S.~Bravyi, and J.~M. Gambetta, “Error mitigation for short-depth quantum circuits,”
Phys. Rev. Lett. 119, 180509 (2017).
-
S.~Endo, S.~C. Benjamin, and Y.~Li, “Practical quantum error mitigation for near-future applications,”
Phys. Rev. X 8, 031027 (2018).
-
Y.~Li and S.~C. Benjamin, “Efficient variational quantum simulator incorporating active error minimization,”
Phys. Rev. X 7, 021050 (2017).
-
S.~Krinner et al., “Realizing repeated quantum error correction in a distance-three surface code,”
Nature 605, 669–674 (2022).
-
M.~Motta et al., “Towards the solution of the many-electron problem in real materials: Equation of state of the hydrogen chain with state-of-the-art many-body methods,”
Phys. Rev. X 7, 031059 (2017).
-
M.~Reiher et al., “Elucidating reaction mechanisms on quantum computers,”
Proc. Natl. Acad. Sci. USA 114, 7555–7560 (2017).
-
M.~Dupont et al., “Entanglement perspective on the quantum approximate optimization algorithm,”
Phys. Rev. A 106, 022423 (2023).
-
P.~Czarnik, A.~Arrasmith, P.~J. Coles, and L.~Cincio, “Error mitigation with Clifford quantum-circuit data,”
Quantum 5, 592 (2021).
-
F.~Arute et al., “Quantum supremacy using a programmable superconducting processor,”
Nature 574, 505–510 (2019).
-
J.~Preskill, “Quantum computing in the NISQ era and beyond,”
Quantum 2, 79 (2018).
-
S.~Bravyi et al., “Mitigating depolarizing noise on quantum computers with noise estimation circuits,”
arXiv:2103.08591 (2021).
-
M.~Cerezo et al., “Variational quantum algorithms,”
Nat. Rev. Phys. 3, 625–644 (2021).
-
K.~Bharti et al., “Noisy intermediate-scale quantum algorithms,”
Rev. Mod. Phys. 94, 015004 (2022).
-
A.~J. Daley et al., “Practical quantum advantage in quantum simulation,”
Nature 607, 667–676 (2022).
-
K.~Kechedzhi et al., “Effective quantum volume, fidelity, and computational cost of noisy quantum processing experiments,”
PRX Quantum 5, 020101 (2024).
-
L.~Zhou et al., “Quantum approximate optimization algorithm: Performance, mechanism, and implementation on near-term devices,”
Phys. Rev. X 10, 021067 (2020).
-
H.-Y. Huang, R.~Kueng, and J.~Preskill, “Predicting many properties of a quantum system from very few measurements,”
Nat. Phys. 16, 1050–1057 (2020).