REVIEW 4 major objections 5 minor 1 cited by
Solving Large-Scale Vehicle Routing Problems with Hybrid Quantum-Classical Decomposition
T0 review · 4 major / 5 minor · reviewed 2026-08-06 · deepseek-v4-flash
Pith's one-line read A two-level quantum-classical decomposition solves a 13-node, 5-vehicle routing problem—normally 156 qubits—with subcircuits of at most 6 qubits and depth 25, at costs comparable to classical heuristics.
desk verdict Resource reductions check out, but Eq. 9 omits MTZ subtour constraints, so QAOA solves a cycle cover rather than the declared VRP; the abstract's feasibility claim fails. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The central mechanism is the two-level decomposition itself. Problem-Level Decomposition removes the depot node, uses the METIS graph partitioner to divide the remaining nodes into K connected subgraphs (one per vehicle), and reattaches the depot to each subgraph, turning the VRP into K independent TSPs. Circuit-Level Decomposition then takes each TSP's QAOA circuit, maps it through Qiskit's circuit-cutting add-on based on the CutQC method, splits it into fragments, runs each fragment separately, and reconstructs the expectation value of the cost Hamiltonian by classical knitting. The paper also contrasts two encodings: the standard QUBO edge encoding, where each edge is one qubit, and a newer amplitude encoding, where edges are basis states and far fewer qubits are needed but circuit depth is much higher.
What would settle it
Take a small VRP with a known optimal solution, run the PLD pipeline with the same K, and ask whether the optimal route's node assignment appears in any METIS partition; if the best summed TSP cost over those partitions is measurably above the true optimum, the decomposition's central feasibility claim fails.
Extended reading notes
Core claim
On the paper's own terms, the discovery is that a hybrid two-level decomposition makes a 13-node VRP with five vehicles—encoded with one qubit per edge, 156 qubits total—executable as a set of much smaller quantum circuits without sacrificing solution quality versus classical heuristics. Combining METIS problem-level partitioning with circuit-level cutting of a QAOA ansatz, the largest required subcircuit has 6 qubits, 25 layers of depth, and 16 two-qubit gates; this is a 96% cut in qubits, 95% in depth, and 99.5% in two-qubit gates relative to the full circuit. Five of the six small TSP instances produced by partitioning matched the brute-force optimum, and for the 8- and 9-node VRPs the summed decomposed cost was lower than Google OR-Tools' solution, while the 7-node case favored OR-Tools. The authors present this as evidence that VRPs previously too complex for quantum simulators are now within reach, with the caveat that the amplitude encoding, despite needing fewer qubits, could not be knitted back together with current tools.
Load-bearing premise
The load-bearing premise is that splitting the full VRP graph into independent single-vehicle TSPs with METIS keeps at least one high-quality route intact; the authors explicitly say it is not obvious how to partition without discarding good solutions, point to the 7-node case as a partition-related failure, and defer route-level results for the 13-node instance to a later draft.
Editorial extensions
If this is right
- A 13-node, five-vehicle VRP that needs 156 qubits and a depth-534 circuit can be run as subcircuits of 6 qubits, depth 25, and 16 two-qubit gates, so any current small QPU or simulator can attempt instances previously blocked by width.
- If the partition preserves good routes, the same recipe applies to any VRP variant expressible as a QUBO: decompose by vehicle, solve each TSP with QAOA, cut the circuits, and sum the TSP costs.
- The reported 5-of-6 TSP partitions matching brute force suggests decomposition does not always destroy solution quality on small instances; on 8- and 9-node VRPs the hybrid solution beat OR-Tools, so the method can be competitive with classical heuristics.
- Because the amplitude encoding cuts qubits further (10-node VRP partitions to 4-5 qubits before cutting), progress in circuit-knitting overhead and depth cutting would directly extend this approach to qubit-frugal encodings.
Reading between the lines
- The paper's own 7-node counterexample and its stated uncertainty about METIS partitioning imply that the method's practical reach will be set by the partitioner; replacing minimum-edge-cut with a cost- and hardware-aware partitioning criterion is the natural next step.
- Because the paper had to drop QAOA from ten layers to one to keep the knitting overhead manageable, the resource-reduction numbers and the utility claim come from shallow circuits; deeper ansätze would require the circuit-knitting overhead reductions the authors cite as ongoing work.
- The manuscript explicitly defers route-level results for the 13-node partitions to a later draft, so the headline 'too complex for simulators' claim at that size rests on resource counts plus a statement that the optimal route appeared rarely among 100,000 shots; readers should look for the completed route table before treating the 13-node demonstration as fully shown.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes a two-level decomposition for solving Vehicle Routing Problems (VRP) with QAOA. A problem-level decomposition (PLD) uses METIS to partition a VRP into several single-vehicle TSPs, and a circuit-level decomposition (CLD) uses circuit cutting/knitting to reduce each TSP circuit to smaller subcircuits. The authors report large reductions in qubit count, circuit depth, and two-qubit-gate count for instances up to a 13-node, 5-vehicle VRP (from 156 qubits, depth 534, and 3432 CX gates to at most 6 qubits, depth 25, and 16 CX gates). They also compare solution costs with Google OR-Tools for n=7, 8, and 9 instances and describe an amplitude encoding that could not be fully executed due to cutting overhead. The abstract claims that these results demonstrate feasibility of solving previously intractable VRPs and provide early evidence of quantum utility.
Significance. If the resource-reduction claims are correct, the paper provides a concrete, directly checkable example of circuit cutting: Tables III and IV support the 96% qubit, 95% depth, and 99.5% two-qubit-gate reductions by simple arithmetic. The use of brute-force verification for small TSP partitions and the comparison with an external classical tool are appropriate methodological choices. However, the central feasibility claim is not supported by the reported experimental results. The submitted manuscript explicitly defers the 13-node solution-cost results, the amplitude-encoding results are declared incomplete, and the QUBO Hamiltonian in Eq. (9) does not enforce the MTZ subtour-elimination constraints that are needed for the problem to be a TSP/VRP rather than a cycle-cover problem. Consequently, the paper currently demonstrates that large resource reductions are possible on paper, but not that the decomposed quantum routine solves the declared routing problem or that its solutions are competitive. The significance of the paper as a feasibility demonstration therefore remains unestablished until these load-bearing gaps are addressed.
major comments (4)
- [Section III-A and Conclusion] The Hamiltonian Hc in Eq. (9) is claimed to derive from the MTZ formulation in Section II-A, but Eqs. (4)-(7) enforce only in/out degree constraints and depot degree K. They do not include the MTZ subtour-elimination inequalities (e.g., u_i - u_j + n x_ij <= n-1 for i,j >= 1). As a result, the ground state of Hc can be a collection of disjoint cycles rather than a single Hamiltonian cycle. Since QAOA minimizes Hc, the reported 'optimal' routes need not be valid TSP/VRP solutions, and the solution-cost comparisons in Fig. 4 do not establish that the quantum routine solves the declared problem. This issue is load-bearing and must be fixed by adding proper subtour-elimination penalties, or by changing the encoding, and then rerunning the experiments.
- [Section II-B and IV] The paper's headline claim concerns a 13-node, 5-vehicle VRP, but the only 13-node results presented are the resource counts in Tables III and IV. The text states, 'We plan to include results for the 13 node partitions in our final draft,' which means the central feasibility claim—that this VRP can be solved with the proposed hybrid method—is not supported by any submitted result. Similarly, Section III-B reports that for the amplitude encoding the expectation value could not be reconstructed, so the abstract's statement that the method is demonstrated on amplitude encoding is not supported. The authors should either provide these missing results or substantially narrow the claims.
- [Section II-E and III-A] The validity of PLD rests on the assumption that partitioning the VRP into independent TSPs preserves enough of the optimal solution space, but this is not established. The authors acknowledge in Section IV that 'It is not obvious how to most efficiently partition the graph in a way that does not eliminate possible high quality solutions,' and Section III-A attributes the n=7 failure to graph partitioning. Without an analysis of the cost gap introduced by METIS partitions, or at least a systematic empirical study over multiple instances, the claim that the decomposition yields 'satisfactory results' is unsupported. The n=8 and n=9 cases where the quantum/PLD solution beats OR-Tools may reflect the partition chosen rather than the quantum optimization, and this ambiguity needs to be resolved.
- [Section II-E and III-A] The circuit-cutting pipeline reconstructs only the expectation value of the cost operator, not a solution eigenstate, as stated in Section II-E. The paper then presents solution costs and route frequencies in Section III-A. An expectation value over a reconstructed density matrix does not necessarily correspond to any feasible VRP route, especially when the cost operator is the incomplete QUBO from Eq. (9). The reported observation that valid paths appeared only 'a handful of times' in 100,000 shots further suggests the output distribution is not concentrated on valid routes. The authors should clarify exactly how the costs in Fig. 4 were computed and provide evidence that the reconstructed quantities correspond to feasible route costs.
minor comments (5)
- [Table V caption] The product notation 'pY p=0' is confusing and the index/appearance of p is not standard; the expression should be rewritten as a product over the QAOA layers, e.g., U(γ,β) = Π_{i=1}^{p} e^{-iγ_i H_c} e^{-iβ_i H_d} followed by the initial Hadamard layer.
- [Conclusion] The caption says '10.2 is the original seven node, two vehicle VRP' but the instance is a ten-node VRP; the text should say ten-node.
- [Section II-A] The conclusion states that the 13-node instance is reduced to circuits with 'a depth of only 55 gates,' but Tables III and IV report maximum depths of 18/45 before cutting and 10/25 after cutting for the 13-node partitions; the number 55 appears to be a typo and should be reconciled.
- [Section III-A] Equation (2) sums over i,j ∈ {1,...,n} but the depot is node 0 and later equations use 0; the indexing should be made consistent throughout the formulation.
- [Section III-A] The experimental setup for OR-Tools is not described: no time limit, solver parameters, or termination criteria are given, so the comparison in Fig. 4 is not reproducible. Please provide this information.
Circularity Check
No significant circularity found; central claims rest on external baselines and direct resource accounting.
full rationale
The paper's derivation chain is self-contained and non-circular. The resource reductions in Tables III-VI are direct arithmetic comparisons of qubit counts, circuit depths, and two-qubit gate counts before and after problem-level and circuit-level decomposition; they are not outputs of fitted parameters or predictions derived from the model itself. Solution-quality results are benchmarked against an external classical solver, Google OR-Tools, and individual TSP instances are checked by brute-force permutation enumeration, so the success criterion does not reduce to the paper's own construction. The QAOA objective in Eq. 9 is formed from the VRP cost and constraints in Eqs. 2-7, and the ansatz in Eq. 12 is the standard QAOA form, meaning the optimization target is not defined in terms of the reported outcome. The only citation with author overlap is [35] for the amplitude encoding; that encoding is presented as a secondary proof-of-concept, the paper explicitly states it could not reconstruct the expectation value for that encoding, and it is not used as evidence for the central 13-node QUBO claim. The acknowledged limitations, such as METIS potentially eliminating high-quality partitions and the deferred 13-node cost comparison, are correctness and validation risks rather than circularity: they do not make any claimed output equal to an input by construction. The missing MTZ subtour-elimination constraints in Eq. 9 are a substantive correctness concern about whether the quantum objective matches the declared TSP/VRP, but this is not a self-referential reduction. Overall, no load-bearing step reduces to a self-citation, a fitted parameter renamed as a prediction, or an ansatz smuggled in via citation.
Assumptions & free parameters
free parameters (3)
- penalty strength lambda in QUBO Hamiltonian (Eq. 9)
- QAOA variational angles gamma and beta =
not reported
- QAOA layer count p =
10 or 1
assumptions (3)
- domain assumption The optimal VRP solution can be approximated by independently solving the TSP partitions produced by METIS, and the partition does not eliminate high-quality routes.
- domain assumption Circuit cutting and knitting reconstruct the expectation value of the cost Hamiltonian with sufficient fidelity for QAOA optimization.
- domain assumption The noiseless Aer simulator results transfer to the behavior of a real QPU relevant for quantum utility.
Cite this review
Pith. "Pith review of Solving Large-Scale Vehicle Routing Problems with Hybrid Quantum-Classical Decomposition." pith.science (2026). https://pith.science/paper/RPHRZCPI
@misc{pith2026250705373,
author = {Pith},
title = {Pith review of: Solving Large-Scale Vehicle Routing Problems with Hybrid Quantum-Classical Decomposition},
year = {2026},
howpublished = {\url{https://pith.science/paper/RPHRZCPI}},
note = {Machine review of arXiv:2507.05373}
}
read the original abstract
We present a two-level decomposition strategy for solving the Vehicle Routing Problem (VRP) using the Quantum Approximate Optimization Algorithm. A Problem-Level Decomposition partitions a 13-node (156-qubit) VRP into smaller Traveling Salesman Problem (TSP) instances. Each TSP is then further cut via Circuit-Level Decomposition, enabling execution on near-term quantum devices. Our approach achieves up to 95\% reductions in the circuit depth, 96\% reduction in the number of qubits and a 99.5\% reduction in the number of 2-qubit gates. We demonstrate this hybrid algorithm on the standard edge encoding of the VRP as well as a novel amplitude encoding. These results demonstrate the feasibility of solving VRPs previously too complex for quantum simulators and provide early evidence of potential quantum utility.
Figures
Forward citations
Cited by 1 Pith paper
-
HybridQC: Hardware-Grounded Simulation of Tightly Integrated Hybrid Quantum-Classical Systems
HybridQC is a hardware-calibrated, topology-aware simulator that predicts hybrid quantum-classical system bottlenecks, finding that balanced 10x scaling yields only 2.19x-3.42x makespan improvement and that workload g...
Reference graph
Works this paper leans on
-
[1]
Current and emerging formulations and models of real-life rich vehicle routing problems,
J. Widuch, “Current and emerging formulations and models of real-life rich vehicle routing problems,” in Smart Delivery Systems. Amsterdam, The Netherlands: Elsevier, 2020, pp. 1–35
work page 2020
-
[2]
Exxonmobil strives to solve complex energy challenges,
IBM, “Exxonmobil strives to solve complex energy challenges,” IBM-Case-Studies, 2022. [Online]. Available: https://www.ibm.com/ case-studies/exxonmobil
work page 2022
-
[3]
Logistics industry costs worldwide from 2010 to 2022, with forecasts until 2026,
Statista, “Logistics industry costs worldwide from 2010 to 2022, with forecasts until 2026,” Statista, 2024. [Online]. Available: https://www. statista.com/statistics/943500/logistics-industry-costs-worldwide/
work page 2010
-
[4]
A survey on the vehicle routing problem and its variants,
S. N. Kumar and R. Panneerselvam, “A survey on the vehicle routing problem and its variants,” 2012
work page 2012
-
[5]
The vehicle routing problem in the last decade: variants, taxonomy and metaheuristics,
S. Elatar, K. Abouelmehdi, and M. E. Riffi, “The vehicle routing problem in the last decade: variants, taxonomy and metaheuristics,” Procedia Computer Science, vol. 220, pp. 398–404, 2023
work page 2023
-
[6]
R. Elshaer and H. Awad, “A taxonomic review of metaheuristic al- gorithms for solving the vehicle routing problem and its variants,” Computers & Industrial Engineering , vol. 140, p. 106242, 2020
work page 2020
-
[7]
Chapter 9: Four variants of the vehicle routing problem,
S. Irnich, M. Schneider, and D. Vigo, “Chapter 9: Four variants of the vehicle routing problem,” in Vehicle Routing: Problems, Methods, and Applications, Second Edition . SIAM, 2014, pp. 241–271
work page 2014
-
[8]
A concise guide to existing and emerging vehicle routing problem variants,
T. Vidal, G. Laporte, and P. Matl, “A concise guide to existing and emerging vehicle routing problem variants,” European Journal of Oper- ational Research, vol. 286, no. 2, pp. 401–416, 2020
work page 2020
Show all 48 references
-
[9]
Integer programming formulation of traveling salesman problems,
C. E. Miller, A. W. Tucker, and R. A. Zemlin, “Integer programming formulation of traveling salesman problems,” Journal of the ACM (JACM), vol. 7, no. 4, pp. 326–329, 1960
1960
-
[10]
Robinson, On the Hamiltonian game (a traveling salesman problem)
J. Robinson, On the Hamiltonian game (a traveling salesman problem) . Rand Corporation, 1949
1949
-
[11]
The greedy algorithm,
D. Jungnickel and D. Jungnickel, “The greedy algorithm,” Graphs, networks and algorithms , pp. 129–153, 1999
1999
-
[12]
Traveling salesman should not be greedy: domination analysis of greedy-type heuristics for the tsp,
G. Gutin, A. Yeo, and A. Zverovich, “Traveling salesman should not be greedy: domination analysis of greedy-type heuristics for the tsp,” Discrete Applied Mathematics , vol. 117, no. 1-3, pp. 81–86, 2002
2002
-
[13]
Heuristics for vehicle routing problem: A survey and recent advances,
F. Liu, C. Lu, L. Gui, Q. Zhang, X. Tong, and M. Yuan, “Heuristics for vehicle routing problem: A survey and recent advances,” arXiv preprint arXiv:2303.04147, 2023
2023 arXiv
-
[14]
Vehicle routing problem and related algorithms for logistics distribution: A literature review and classification,
G. D. Konstantakopoulos, S. P. Gayialis, and E. P. Kechagias, “Vehicle routing problem and related algorithms for logistics distribution: A literature review and classification,” Operational research, vol. 22, no. 3, pp. 2033–2062, 2022
2022
-
[15]
The open vehicle routing problem: Algorithms, large-scale test problems, and computational results,
F. Li, B. Golden, and E. Wasil, “The open vehicle routing problem: Algorithms, large-scale test problems, and computational results,” Com- puters & operations research , vol. 34, no. 10, pp. 2918–2930, 2007
2007
-
[16]
Heuristic methods for vehicle routing problem with time windows,
K. C. Tan, L. H. Lee, Q. Zhu, and K. Ou, “Heuristic methods for vehicle routing problem with time windows,” Artificial intelligence in Engineering, vol. 15, no. 3, pp. 281–295, 2001
2001
-
[17]
Review of vehicle routing problems: Models, classification and solving algorithms,
H. Zhang, H. Ge, J. Yang, and Y . Tong, “Review of vehicle routing problems: Models, classification and solving algorithms,” Archives of Computational Methods in Engineering , pp. 1–27, 2022
2022
-
[18]
Applying quantum approximate optimization to the heterogeneous vehicle routing problem,
D. Fitzek, T. Ghandriz, L. Laine, M. Granath, and A. F. Kockum, “Applying quantum approximate optimization to the heterogeneous vehicle routing problem,” Scientific Reports , vol. 14, no. 1, p. 25415, 2024
2024
-
[19]
A fast quantum mechanical algorithm for database search,
L. K. Grover, “A fast quantum mechanical algorithm for database search,” in Proceedings of the twenty-eighth annual ACM symposium on Theory of computing , 1996, pp. 212–219
1996
-
[20]
Two-step quantum search algorithm for solving traveling salesman problems,
R. Sato, C. Gordon, K. Saito, H. Kawashima, T. Nikuni, and S. Watabe, “Two-step quantum search algorithm for solving traveling salesman problems,” IEEE Transactions on Quantum Engineering , no. 99, pp. 1–12, 2025
2025
-
[21]
Adiabatic quantum computing impact on transport optimization in the last-mile scenario,
J. F. Ari ˜no Sales and R. A. Palacios Araos, “Adiabatic quantum computing impact on transport optimization in the last-mile scenario,” Frontiers in Computer Science , vol. 5, p. 1294564, 2023
2023
-
[22]
The travelling salesman problem and adiabatic quantum computation: an algorithm,
T. D. Kieu, “The travelling salesman problem and adiabatic quantum computation: an algorithm,” Quantum Information Processing , vol. 18, no. 3, p. 90, 2019
2019
-
[23]
A quantum adiabatic evolution algorithm applied to random instances of an np-complete problem,
E. Farhi, J. Goldstone, S. Gutmann, J. Lapan, A. Lundgren, and D. Preda, “A quantum adiabatic evolution algorithm applied to random instances of an np-complete problem,” Science, vol. 292, no. 5516, pp. 472–475, 2001
2001
-
[24]
A quantum algorithm for solving the travelling salesman problem by quantum phase estimation and quantum search,
C. Tszyunsi and I. Beterov, “A quantum algorithm for solving the travelling salesman problem by quantum phase estimation and quantum search,” Journal of Experimental and Theoretical Physics , vol. 137, no. 2, pp. 210–215, 2023
2023
-
[25]
Efficient quantum algorithm for solving travelling salesman problem: An ibm quantum experience,
K. Srinivasan, S. Satyajit, B. K. Behera, and P. K. Panigrahi, “Efficient quantum algorithm for solving travelling salesman problem: An ibm quantum experience,” arXiv preprint arXiv:1805.10928 , 2018
2018 arXiv
-
[26]
Quantum annealing of the traveling-salesman problem,
R. Marto ˇn´ak, G. E. Santoro, and E. Tosatti, “Quantum annealing of the traveling-salesman problem,” Physical Review E—Statistical, Nonlinear, and Soft Matter Physics , vol. 70, no. 5, p. 057701, 2004
2004
-
[27]
New hybrid quantum an- nealing algorithms for solving vehicle routing problem,
M. Borowski, P. Gora, K. Karnas, M. Błajda, K. Kr ´ol, A. Matyjasek, D. Burczyk, M. Szewczyk, and M. Kutwin, “New hybrid quantum an- nealing algorithms for solving vehicle routing problem,” in International Conference on Computational Science . Springer, 2020, pp. 546–561
2020
-
[28]
A quantum approximate optimization algorithm,
E. Farhi, J. Goldstone, and S. Gutmann, “A quantum approximate optimization algorithm,” arXiv preprint arXiv:1411.4028 , 2014
2014 arXiv
-
[29]
Quantum Computing in the NISQ era and beyond,
J. Preskill, “Quantum Computing in the NISQ era and beyond,” Quantum, vol. 2, p. 79, Aug. 2018. [Online]. Available: https: //doi.org/10.22331/q-2018-08-06-79
2018 doi
-
[30]
Resilient quantum computation,
E. Knill, R. Laflamme, and W. H. Zurek, “Resilient quantum computation,” Science, vol. 279, no. 5349, pp. 342–345, 1998. [Online]. Available: https://www.science.org/doi/abs/10.1126/science. 279.5349.342
1998 doi
-
[31]
A. Y . Kitaev, Quantum Error Correction with Imperfect Gates . Boston, MA: Springer US, 1997, pp. 181–188. [Online]. Available: https://doi.org/10.1007/978-1-4615-5923-8 19
1997 doi
-
[32]
Scheme for reducing decoherence in quantum computer memory,
P. W. Shor, “Scheme for reducing decoherence in quantum computer memory,” Phys. Rev. A, vol. 52, pp. R2493–R2496, Oct 1995. [Online]. Available: https://link.aps.org/doi/10.1103/PhysRevA.52.R2493
1995 doi
-
[33]
Cutqc: using small quantum computers for large quantum circuit evaluations,
W. Tang, T. Tomesh, M. Suchara, J. Larson, and M. Martonosi, “Cutqc: using small quantum computers for large quantum circuit evaluations,” in Proceedings of the 26th ACM International conference on architectural support for programming languages and operating systems , 2021, p...
2021
-
[34]
Combinatorial optimization on gate model quantum computers: A survey,
E. Zahedinejad and A. Zaribafiyan, “Combinatorial optimization on gate model quantum computers: A survey,” arXiv preprint arXiv:1708.05294, 2017
2017 arXiv
-
[35]
Efficient encoding of the traveling salesperson problem on a quantum computer,
J. Stenger, S. Crowe, J. Diaz, R. Rodriguez, D. Gunlycke, and J. Ptasin- ski, “Efficient encoding of the traveling salesperson problem on a quantum computer,” 2024
2024
-
[36]
D. V . Paolo Toth, VEHICLE ROUTING Problems, Methods, and Appli- cations, K. Scheinberg, Ed. Mathematical Optimization Society, Society for Industrial and Applied Mathematics, 2015
2015
-
[37]
[Online]
Karypis, “Metis,” Github, 2023. [Online]. Available: https://github.com/ KarypisLab/METIS
2023
-
[38]
Automatic load balanced paritioning strategies for pde computations,
N. P. Chrisochoides, C. E. Houstis, E. N. Houstis, S. Kortesis, and J. R. Rice, “Automatic load balanced paritioning strategies for pde computations,” in Proceedings of the 3rd International Conference on Supercomputing, 1989, pp. 99–107
1989
-
[39]
Combinatorial optimization with quantum computers,
F. Chicano, G. Luque, Z. A. Dahi, and R. Gil-Merino, “Combinatorial optimization with quantum computers,” Engineering Optimization , pp. 1–26, 2025
2025
-
[40]
Beyond qubo and hobo formulations, solving the travelling salesman problem on a quantum boson sampler,
D. Goldsmith and J. Day-Evans, “Beyond qubo and hobo formulations, solving the travelling salesman problem on a quantum boson sampler,” arXiv preprint arXiv:2406.14252 , 2024
2024 arXiv
-
[41]
Space-efficient binary opti- mization for variational quantum computing,
A. Glos, A. Krawiec, and Z. Zimbor ´as, “Space-efficient binary opti- mization for variational quantum computing,” npj Quantum Information, vol. 8, no. 1, p. 39, 2022
2022
-
[42]
Quantum computing with Qiskit,
A. Javadi-Abhari, M. Treinish, K. Krsulich, C. J. Wood, J. Lishman, J. Gacon, S. Martiel, P. D. Nation, L. S. Bishop, A. W. Cross, B. R. Johnson, and J. M. Gambetta, “Quantum computing with Qiskit,” 2024
2024
-
[43]
Qiskit addon: circuit cutting,
A. M. Bra ´nczyk, A. Carrera Vazquez, D. J. Egger, B. Fuller, J. Gacon, J. R. Garrison, J. R. Glick, C. Johnson, S. Joshi, E. Pednault, C. D. Pemmaraju, P. Rivero, I. Shehzad, and S. Woerner, “Qiskit addon: circuit cutting,” https://github.com/Qiskit/qiskit-addon-cutting, 2024
2024
-
[44]
Tensorqc: Towards scalable dis- tributed quantum computing via tensor networks,
W. Tang and M. Martonosi, “Tensorqc: Towards scalable dis- tributed quantum computing via tensor networks,” arXiv preprint arXiv:2502.03445, 2025
2025 arXiv
-
[45]
Circuit partitioning and transmission cost optimization in distributed quantum circuits,
X. Chen, Z. Chen, P. Zhu, X. Cheng, and Z. Guan, “Circuit partitioning and transmission cost optimization in distributed quantum circuits,” IEEE Transactions on Computer-Aided Design of Integrated Circuits and Systems, 2025
2025
-
[46]
Architec- tures for multinode superconducting quantum computers.(2022),
J. Ang, G. Carini, Y . Chen, I. Chuang, M. A. DeMarco, S. E. Economou, A. Eickbusch, A. Faraon, K.-M. Fu, S. M. Girvin et al. , “Architec- tures for multinode superconducting quantum computers.(2022),” arXiv preprint arXiv:2212.06167, 2022
2022 arXiv
-
[47]
Review of distributed quantum computing: from single qpu to high performance quantum computing,
D. Barral, F. J. Cardama, G. D ´ıaz-Camacho, D. Fa ´ılde, I. F. Llovo, M. Mussa-Juane, J. V ´azquez-P´erez, J. Villasuso, C. Pi ˜neiro, N. Costas et al. , “Review of distributed quantum computing: from single qpu to high performance quantum computing,” Computer Science Review ...
2025
-
[48]
Distributed quantum approximate optimization algorithm on integrated high-performance computing and quantum computing systems for large-scale optimization,
S. Kim, T. Luo, E. Lee, and I.-S. Suh, “Distributed quantum approximate optimization algorithm on integrated high-performance computing and quantum computing systems for large-scale optimization,”arXiv preprint arXiv:2407.20212, 2024
2024 arXiv
Reviewed August 6, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.