pith. sign in

arxiv: 2604.22664 · v1 · submitted 2026-04-24 · 🪐 quant-ph

Quantum Circuit Partitioning For Effective Utilization of Quantum Resources

Pith reviewed 2026-05-08 11:46 UTC · model grok-4.3

classification 🪐 quant-ph
keywords quantum circuit partitioningcircuit cuttingquantum fidelitynear-term quantum devicesGHZ statesbrickwork circuitserror reductiondistributed quantum computing
0
0 comments X

The pith

Partitioning quantum circuits at two-qubit gates reduces error by up to 55% for large interconnected examples while sometimes degrading brickwork circuits.

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The paper examines whether splitting quantum circuits into smaller subcircuits at their entanglement points can let near-term hardware handle computations that exceed its native qubit count and error tolerance. Experiments compare direct execution against Qiskit's automatic cutting and a custom optimized cutter on GHZ, QFT, brickwork, and random circuits sized 4 to 14 qubits, tracking mean absolute error in expectation values and overall output fidelity. Partitioning helps most when circuits are large and densely connected, delivering lower error and higher fidelity in GHZ cases, yet it increases error for brickwork circuits once they grow. This approach matters because it offers a concrete route to stretch limited quantum devices toward useful problem sizes without waiting for larger, lower-noise hardware.

Core claim

Circuit partitioning decomposes a full quantum circuit into smaller subcircuits by severing two-qubit gates, executes the pieces separately, and recombines classical measurement statistics to recover approximate expectation values of the original circuit. Across the tested families, the custom cutting method lowers mean absolute error by as much as 55 percent and raises fidelity for GHZ states compared with uncut runs, while the same technique increases error for brickwork circuits at the upper end of the size range; benefits appear strongest for larger, highly interconnected circuits.

What carries the argument

Quantum circuit cutting at two-qubit interaction points, performed either by Qiskit's automatic finder or by a custom performance-optimized decomposition that minimizes the number of cuts and recombines outcomes via classical post-processing.

If this is right

  • Larger circuits with high interconnectivity achieve better fidelity through partitioning than by direct execution on the same device.
  • Custom cutting methods outperform generic automatic cutters for circuit families that contain many parallel entanglement operations such as GHZ states.
  • Brickwork circuits lose accuracy when partitioned once their size exceeds roughly 10 qubits, indicating that not every topology benefits equally.
  • Partitioning enables distributed execution by running subcircuits on separate devices and stitching results classically.
  • Overall circuit size can grow beyond single-device limits while keeping individual subcircuit widths within current hardware qubit counts.

Where Pith is reading between the lines

These are editorial extensions of the paper, not claims the author makes directly.

  • Hardware teams might design control systems that accelerate the classical recombination step required after cutting, since that overhead determines net runtime gains.
  • The technique could combine with existing error-mitigation protocols to compound fidelity improvements on noisy devices.
  • Circuit families used in variational algorithms or quantum simulation might show similar gains if their two-qubit gate density matches the GHZ pattern rather than the brickwork pattern.
  • Systematic sweeps over cut locations and recombination methods could identify a general rule for when partitioning is net-positive without exhaustive testing of each new circuit.

Load-bearing premise

The error reductions and fidelity changes measured on these simulator runs of four circuit families will continue to appear when the subcircuits execute on real quantum hardware.

What would settle it

Execute the same 12- and 14-qubit GHZ and brickwork circuits on actual superconducting processors both with and without the custom cuts and check whether the 55 percent error reduction persists or reverses.

Figures

Figures reproduced from arXiv: 2604.22664 by Brian J. McDermott, Connor Howe, Cristina Radian, Justin Woodring, Vardaan Sahgal.

Figure 1
Figure 1. Figure 1: Quantum circuit cutting workflow. A circuit is partitioned into smaller subcircuits at selected cut locations, executed view at source ↗
Figure 3
Figure 3. Figure 3: Family-level ∆MAE for fitv3 relative to the no-cut baseline across all three circuit families. Positive values indi￾cate worse performance than direct execution, while negative values indicate improvement. as a function of qubit count for each family. Negative values indicate that cutting improves upon direct execution. 4 6 8 10 12 14 16 Qubits −0.06 −0.04 −0.02 0.00 0.02 0.04 0.06 fitv3 MAE - no_cut MAE G… view at source ↗
Figure 5
Figure 5. Figure 5: Fraction of repeated runs for which fitv3 achieves lower view at source ↗
read the original abstract

Near-term hardware is constrained by high error rates, small qubit counts, and relatively low output fidelity, making the execution of large, high performance quantum circuits difficult. Circuit partitioning (or circuit cutting) has emerged as a promising approach to circumvent these limitations by decomposing circuits into smaller subcircuits at two-qubit interaction points. However, it remains unclear which classes of circuits benefit the most from partitioning and under what hardware conditions it is most effective. In this work, we evaluate the suitability of quantum circuits for partitioning from three perspectives: improving fidelity, enabling distributed execution, and scaling to larger circuit sizes. Specifically, we compare uncut circuit execution against two circuit partitioning approaches: Qiskit's automatic cut finding technique and a custom performance optimized circuit cutting method. We also measure these across GHZ, QFT, brickwork, and random quantum circuits ranging from 4 to 14 qubits, using mean absolute error of expectation values and overall output fidelity. Our results show that partitioning benefits larger, highly interconnected circuits, with our custom method reducing error by up to 55\% and improve fidelity for GHZ circuits, but degrading performance for brickwork circuits at larger scales.

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, simulated authors' rebuttal, and a circularity audit. Tearing a paper down is the easy half of reading it; the pith above is the substance, this is the friction.

Referee Report

2 major / 2 minor

Summary. The manuscript evaluates quantum circuit partitioning (cutting) as a means to execute larger circuits on near-term hardware with limited qubits and high error rates. It compares uncut execution against Qiskit's automatic cut-finding technique and a custom performance-optimized partitioning method across four circuit families—GHZ, QFT, brickwork, and random circuits—with sizes from 4 to 14 qubits. Metrics are mean absolute error (MAE) of expectation values and output fidelity. The central claim is that partitioning benefits larger, highly interconnected circuits, with the custom method reducing error by up to 55% and improving fidelity for GHZ circuits, while degrading performance for brickwork circuits at larger scales.

Significance. If the quantitative error reductions and fidelity changes hold under reproducible conditions, the work would offer practical guidance on circuit families and scales where partitioning is advantageous for NISQ devices, particularly for highly entangled states. The multi-family benchmarking (GHZ vs. brickwork) is a strength, as it illustrates trade-offs rather than uniform benefits. The study is empirical and comparative rather than theoretical, so its impact depends on the robustness of the reported metrics; generalization to real hardware remains an open question.

major comments (2)
  1. [Abstract] Abstract: The claim that the custom method reduces error by up to 55% is load-bearing for the paper's main result, yet the manuscript provides no implementation details for the custom cutter, no description of the simulator or noise model, no information on the number of shots or circuit instances averaged, and no error bars. These omissions prevent independent verification of the quantitative outcome.
  2. [Results] Results section (comparison of partitioned vs. uncut runs): All reported MAE and fidelity values appear to derive from ideal or synthetic simulation rather than calibrated hardware noise matching real-device connectivity, readout errors, or gate fidelities. This directly affects the introduction's framing that partitioning mitigates hardware constraints, as the observed 55% reduction and GHZ fidelity gains may not translate to physical execution.
minor comments (2)
  1. [Abstract] Abstract: Grammatical inconsistency in 'reducing error by up to 55% and improve fidelity'—parallel construction requires 'improves fidelity'.
  2. [Abstract] Abstract: The description of metrics ('mean absolute error of expectation values and overall output fidelity') does not specify which observables are measured or how fidelity is computed (e.g., state fidelity vs. process fidelity).

Simulated Author's Rebuttal

2 responses · 0 unresolved

We thank the referee for the constructive feedback, which has helped us improve the clarity and reproducibility of the manuscript. We address each major comment below and have revised the paper accordingly to provide the requested details while clarifying the scope of our simulation-based study.

read point-by-point responses
  1. Referee: [Abstract] Abstract: The claim that the custom method reduces error by up to 55% is load-bearing for the paper's main result, yet the manuscript provides no implementation details for the custom cutter, no description of the simulator or noise model, no information on the number of shots or circuit instances averaged, and no error bars. These omissions prevent independent verification of the quantitative outcome.

    Authors: We agree that these details were insufficient in the original submission. In the revised manuscript we have added a dedicated Methods subsection describing the custom performance-optimized partitioning algorithm (including the heuristic for selecting cut locations based on entanglement entropy and a pseudocode outline), the simulator (Qiskit Aer with a custom noise model), the noise parameters (depolarizing error p=0.01 per two-qubit gate, readout error 0.05, and linear nearest-neighbor connectivity), the number of shots (8192 per subcircuit), the number of independent circuit instances (five random instances per size and family), and error bars (standard error of the mean across instances). These additions directly support independent verification of the reported 55% error reduction for GHZ circuits. revision: yes

  2. Referee: [Results] Results section (comparison of partitioned vs. uncut runs): All reported MAE and fidelity values appear to derive from ideal or synthetic simulation rather than calibrated hardware noise matching real-device connectivity, readout errors, or gate fidelities. This directly affects the introduction's framing that partitioning mitigates hardware constraints, as the observed 55% reduction and GHZ fidelity gains may not translate to physical execution.

    Authors: We acknowledge that all quantitative results were obtained via simulation with a synthetic noise model rather than execution on physical hardware. The model incorporates representative NISQ error rates and connectivity constraints but is not calibrated to any specific device. In the revision we have updated the Introduction and added an explicit Limitations paragraph in the Results section stating that the work is simulation-based and that absolute error reductions may differ on real hardware. We retain the comparative findings across circuit families as they illustrate when partitioning is likely to be advantageous, and we have added a forward-looking statement on planned hardware validation. revision: partial

Circularity Check

0 steps flagged

No significant circularity: empirical benchmarking with direct simulation metrics

full rationale

The paper reports an empirical study comparing uncut vs. partitioned circuit executions via direct computation of mean absolute error on expectation values and output fidelity across simulated circuit families (GHZ, QFT, brickwork, random) of 4-14 qubits. No derivations, first-principles predictions, or parameter fits are claimed; results follow immediately from the simulation protocol without reduction to self-defined quantities or self-citation chains. The central claims rest on observable simulation outputs rather than any tautological mapping from inputs.

Axiom & Free-Parameter Ledger

0 free parameters · 0 axioms · 0 invented entities

Abstract-only review; no free parameters, axioms, or invented entities are described in the provided text. The custom method presumably contains internal optimization parameters, but none are stated.

pith-pipeline@v0.9.0 · 5511 in / 1127 out tokens · 53850 ms · 2026-05-08T11:46:03.682649+00:00 · methodology

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Reference graph

Works this paper leans on

26 extracted references · 26 canonical work pages

  1. [1]

    Challenges and opportunities in quantum optimization.Nature Reviews Physics 6(2024), 718–735

    ABBAS, A., AMBAINIS, A., AUGUSTINO, B.,ET AL. Challenges and opportunities in quantum optimization.Nature Reviews Physics 6(2024), 718–735

  2. [2]

    Automated distribution of quantum circuits via hypergraph partitioning.Physical Review A 100, 3 (Sept

    ANDR ´ES-MART ´INEZ, P.,ANDHEUNEN, C. Automated distribution of quantum circuits via hypergraph partitioning.Physical Review A 100, 3 (Sept. 2019)

  3. [3]

    Barral, F

    BARRAL, D., CARDAMA, F. J., D ´IAZ, G., FA ´ILDE, D., LLOVO, I. F., JUANE, M. M., V ´AZQUEZ-P ´EREZ, J., VILLASUSO, J., PI ˜NEIRO, C., COSTAS, N., PICHEL, J. C., PE ˜NA, T. F.,ANDG ´OMEZ, A. Review of distributed quantum computing. from single qpu to high performance quantum computing.arXiv preprint arXiv:2404.01265(2023)

  4. [4]

    D., GUILLAUME, J.-L., LAMBIOTTE, R.,ANDLEFEB- VRE, E

    BLONDEL, V. D., GUILLAUME, J.-L., LAMBIOTTE, R.,ANDLEFEB- VRE, E. Fast unfolding of communities in large networks.Journal of Statistical Mechanics: Theory and Experiment 2008, 10 (2008), P10008

  5. [5]

    G., HARROW, A

    BRANDAO, F. G., HARROW, A. W.,ANDHORODECKI, M. Local random quantum circuits are approximate polynomial-designs.Com- munications in Mathematical Physics 346, 2 (2016), 397–434

  6. [6]

    Optimal partition- ing of quantum circuits using gate cuts and wire cuts.IEEE Transactions on Quantum Engineering(2023)

    BRANDHOFER, S., POLIAN, I.,ANDKRSULICH, K. Optimal partition- ing of quantum circuits using gate cuts and wire cuts.IEEE Transactions on Quantum Engineering(2023)

  7. [7]

    Combining quantum processors with real-time classical communication.Nature(2024)

    CARRERAVAZQUEZ, A.E.A. Combining quantum processors with real-time classical communication.Nature(2024)

  8. [8]

    Hardware-aware circuit cutting and distributed qubit mapping for connected quantum systems.arXiv preprint arXiv:2412.18458(2024)

    DU, Z., LI, Y., MO, Z., WEI, W., CHEN, J., BUYYA, R.,ANDMAO, Y. Hardware-aware circuit cutting and distributed qubit mapping for connected quantum systems.arXiv preprint arXiv:2412.18458(2024)

  9. [9]

    S., HOEFLER, T.,ANDTROYER, M

    H ¨ANER, T., STEIGER, D. S., HOEFLER, T.,ANDTROYER, M. Dis- tributed quantum computing with qmpi. InProceedings of the In- ternational Conference for High Performance Computing, Networking, Storage and Analysis(New York, NY , USA, 2021), SC ’21, Association for Computing Machinery

  10. [10]

    W.,ANDSAEED, S

    IOANNOU, G., KIZHUVETTIL, G., CHARRWI, M. W.,ANDSAEED, S. M. Can ml-based reliability models span quantum hardware bound- aries?2024 IEEE Computer Society Annual Symposium on VLSI (ISVLSI)(2024), 607–612

  11. [11]

    J., LISHMAN, J., GACON, J., MARTIEL, S., NATION, P

    JAVADI-ABHARI, A., TREINISH, M., KRSULICH, K., WOOD, C. J., LISHMAN, J., GACON, J., MARTIEL, S., NATION, P. D., BISHOP, L. S., CROSS, A. W., JOHNSON, B. R.,ANDGAMBETTA, J. M. Quantum computing with Qiskit, 2024

  12. [12]

    A., LIU, C., WEI, W., CHEN, J., LI, A.,ANDMAO, Y

    KAN, S., DU, Z., PALMA, M., STEIN, S. A., LIU, C., WEI, W., CHEN, J., LI, A.,ANDMAO, Y. Scalable circuit cutting and scheduling in a resource-constrained and distributed quantum system. In2024 IEEE International Conference on Quantum Computing and Engineering (QCE)(2024), IEEE

  13. [13]

    N., IMANY, P., SILVERMAN, K

    LARACUENTE, N., SMITH, K. N., IMANY, P., SILVERMAN, K. L., ANDCHONG, F. T. Modeling short-range microwave networks to scale superconducting quantum computation.Quantum 9(2025), 1581

  14. [14]

    J., ALVES, A

    LAROSE, R., MARI, A., KAISER, S., KARALEKAS, P. J., ALVES, A. A., CZARNIK, P., MANDOUH, M. E., GORDON, M. H., HINDY, Y., ROBERTSON, A., THAKRE, P., WAHL, M., SAMUEL, D., MISTRI, R., TREMBLAY, M., GARDNER, N., STEMEN, N. T., SHAMMAH, N.,AND ZENG, W. J. Mitiq: A software package for error mitigation on noisy quantum computers.Quantum 6(Aug 2022), 774

  15. [15]

    Applicability and limitations of quantum circuit cutting in classical state-vector simulation, 2026

    MATSUMOTO, M., SANJI, S.,ANDSATOH, T. Applicability and limitations of quantum circuit cutting in classical state-vector simulation, 2026

  16. [16]

    C., ANDYUAN, X

    MCARDLE, S., ENDO, S., ASPURU-GUZIK, A., BENJAMIN, S. C., ANDYUAN, X. Quantum computational chemistry.Rev. Mod. Phys. 92(Mar 2020), 015003

  17. [17]

    M., JAVADI-ABHARI, A., CHONG, F

    MURALI, P., BAKER, J. M., JAVADI-ABHARI, A., CHONG, F. T., ANDMARTONOSI, M. Noise-adaptive compiler mappings for noisy intermediate-scale quantum computers. InProceedings of the twenty- fourth international conference on architectural support for program- ming languages and operating systems(2019), pp. 1015–1029

  18. [18]

    W., OZOLS, M.,ANDWU, X

    PENG, T., HARROW, A. W., OZOLS, M.,ANDWU, X. Simulating large quantum circuits on a small quantum computer.Phys. Rev. Lett. 125 (Oct 2020), 150504

  19. [19]

    Circuit knitting with classical communication.arXiv preprint arXiv:2101.07811(2021)

    PIVETEAU, C.,ANDSUTTER, D. Circuit knitting with classical communication.arXiv preprint arXiv:2101.07811(2021)

  20. [20]

    Cutting circuits with multiple two-qubit unitaries.Quantum 9(2025), 1634

    SCHMITT, L., PIVETEAU, C.,ANDSUTTER, D. Cutting circuits with multiple two-qubit unitaries.Quantum 9(2025), 1634

  21. [21]

    Quantum data center infrastructures: A scalable ar- chitectural design perspective,

    SHAPOURIAN, H., KAUR, E., SEWELL, T., ZHAO, J., KILZER, M., KOMPELLA, R.,ANDNEJABATI, R. Quantum data center infras- tructures: A scalable architectural design perspective.arXiv preprint arXiv:2501.05598(2025)

  22. [22]

    Challenges and opportunities: Quantum computing in machine learning

    SHUBHAM, SAJWAN, P.,ANDJAYAPANDIAN, N. Challenges and opportunities: Quantum computing in machine learning. In2019 Third International conference on I-SMAC (IoT in Social, Mobile, Analytics and Cloud) (I-SMAC)(2019), pp. 598–602

  23. [23]

    Cutqc: using small quantum computers for large quan- tum circuit evaluations

    TANG, W., TOMESH, T., SUCHARA, M., LARSON, J.,AND MARTONOSI, M. Cutqc: using small quantum computers for large quan- tum circuit evaluations. InProceedings of the 26th ACM International Conference on Architectural Support for Programming Languages and Operating Systems(Apr. 2021), ASPLOS ’21, ACM

  24. [24]

    TEMME, K., BRAVYI, S.,ANDGAMBETTA, J. M. Error mitigation for short-depth quantum circuits.Physical Review Letters 119, 18 (2017), 180509

  25. [25]

    Leveraging quantum circuit cutting for obfuscation and intellectual property protection

    TYPALDOS, G., TANG, W.,ANDSZEFER, J. Leveraging quantum circuit cutting for obfuscation and intellectual property protection. In International Conference on Quantum Computing and Engineering (September 2024), QCE

  26. [26]

    Qucomm: Optimizing collective com- munication for distributed quantum computing

    WU, A., DING, Y.,ANDLI, A. Qucomm: Optimizing collective com- munication for distributed quantum computing. InProceedings of the 56th Annual IEEE/ACM International Symposium on Microarchitecture (New York, NY , USA, 2023), MICRO ’23, Association for Computing Machinery, p. 479–493