Quantum Circuit Partitioning For Effective Utilization of Quantum Resources
Pith reviewed 2026-05-08 11:46 UTC · model grok-4.3
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.
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
- 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
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.
Referee Report
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)
- [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.
- [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)
- [Abstract] Abstract: Grammatical inconsistency in 'reducing error by up to 55% and improve fidelity'—parallel construction requires 'improves fidelity'.
- [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
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
-
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
-
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
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
Reference graph
Works this paper leans on
-
[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
work page 2024
-
[2]
ANDR ´ES-MART ´INEZ, P.,ANDHEUNEN, C. Automated distribution of quantum circuits via hypergraph partitioning.Physical Review A 100, 3 (Sept. 2019)
work page 2019
-
[3]
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]
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
work page 2008
-
[5]
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
work page 2016
-
[6]
BRANDHOFER, S., POLIAN, I.,ANDKRSULICH, K. Optimal partition- ing of quantum circuits using gate cuts and wire cuts.IEEE Transactions on Quantum Engineering(2023)
work page 2023
-
[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)
work page 2024
-
[8]
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]
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
work page 2021
-
[10]
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
work page 2024
-
[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
work page 2024
-
[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
work page 2024
-
[13]
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
work page 2025
-
[14]
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
work page 2022
-
[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
work page 2026
-
[16]
MCARDLE, S., ENDO, S., ASPURU-GUZIK, A., BENJAMIN, S. C., ANDYUAN, X. Quantum computational chemistry.Rev. Mod. Phys. 92(Mar 2020), 015003
work page 2020
-
[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
work page 2019
-
[18]
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
work page 2020
-
[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]
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
work page 2025
-
[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]
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
work page 2019
-
[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
work page 2021
-
[24]
TEMME, K., BRAVYI, S.,ANDGAMBETTA, J. M. Error mitigation for short-depth quantum circuits.Physical Review Letters 119, 18 (2017), 180509
work page 2017
-
[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
work page 2024
-
[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
work page 2023
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.