Papers
Topics
Authors
Recent
Search
2000 character limit reached

Towards High Performance Quantum Computing (HPQ): Parallelisation of the Hamiltonian Auto Decomposition Optimisation Framework (HADOF)

Published 30 Apr 2026 in quant-ph | (2604.27836v1)

Abstract: Practical applicability of quantum optimisation on near term devices is constrained by limited qubit counts and hardware noise, which restricts the scalability of quantum optimisation algorithms for combinatorial problems. The simulation of large quantum circuits is also difficult and constrained by memory requirement. The Hamiltonian Auto Decomposition Optimisation Framework (HADOF) addresses this by decomposing large QUBOs into smaller subproblems that can be solved iteratively on quantum or classical backends. This allows the scalability of quantum QUBO algorithms beyond device limits, as well as their simulation on classical devices. In this research, we extend the evaluation of HADOF by benchmarking on real IBM QPUs across sequential, single-QPU parallel, and multi-QPU parallel execution modes, advancing toward High Performance Quantum (HPQ) computing for combinatorial optimisation problems. Experimental results on IBM quantum hardware demonstrate up to 3-4x reduction in wall clock time when utilising four QPUs compared to sequential execution baseline, while maintaining comparable solution quality. Notably, even single QPU execution benefits from parallelised job orchestration and execution, yielding up to 3x speedup. Simulated results predict over 5x speed-up in parallel execution mode. We further validate the practical applicability of the approach on real world genome assembly instances, showing that both sequential and parallel HADOF variants achieve competitive accuracy while significantly improving time to solution. These results highlight the importance of parallelism at both the algorithmic and system levels, positioning HADOF as a viable pathway toward scalable quantum optimisation.

Summary

  • The paper presents the parallelisation of HADOF, decomposing large QUBO problems into sub-Hamiltonians to improve scalability on NISQ devices.
  • It employs QAOA circuits with Trotterised parameter schedules and benchmarks real-device executions, achieving up to 5× speedup over sequential execution.
  • The approach maintains high solution accuracy and robustness, evidenced by effective genome assembly applications even under noisy conditions.

Parallelisation of HADOF: Advancing High Performance Quantum Optimization

Introduction

The Hamiltonian Auto Decomposition Optimisation Framework (HADOF) represents a progressive approach to scalable combinatorial optimization on quantum hardware, specifically addressing the practical limitations imposed by Noisy Intermediate-Scale Quantum (NISQ) devices. Quadratic Unconstrained Binary Optimization (QUBO) problems, which encode a broad array of NP-hard combinatorial tasks, are inherently well-suited for quantum optimization due to their direct mapping onto quantum Hamiltonians. Algorithms such as the Quantum Approximate Optimization Algorithm (QAOA) and Quantum Annealing (QA) are standard tools for these tasks, but their efficacy is sharply curtailed by device resource constraints, circuit depth limitations, and noise.

This paper demonstrates a comprehensive evaluation and extension of HADOF, focusing on its parallelisation and real-device execution, including benchmarking with IBM QPUs and applications to genome assembly. The study systematically explores sequential, single-QPU parallel, and multi-QPU parallel execution modes, establishing HADOF's role in the emerging paradigm of High Performance Quantum Computing (HPQ) for practical large-scale optimization.

HADOF Framework and Quantum Circuit Construction

HADOF decomposes a global QUBO into smaller sub-Hamiltonians that are independently optimized and subsequently aggregated, bypassing the need for monolithic circuit embeddings and enabling scaling well beyond current device capacities. This strategy is executed via iterative refinement, where expected values of qubits derived from sample distributions inform subsequent subproblem construction, embedding global context efficiently.

The quantum circuits underpinning HADOF employ a standard QAOA formulation with alternating cost and mixer Hamiltonians. Figure 1

Figure 1: Standard QAOA circuit with alternating cost and mixer Hamiltonians, producing a probability distribution favoring low-cost solutions.

Digitized annealing and Trotterised parameter schedules are adopted to mitigate the classical parameter optimization bottleneck, initializing mixer and cost parameters to maintain proximity to the ground state throughout evolution. Figure 2

Figure 2: Trotterised QAOA parameters, showing gradual transition in βm\beta_m and γm\gamma_m to traverse from mixer to cost Hamiltonian.

The HADOF workflow is inherently amenable to parallelisation. Subproblems are constructed at each iteration and solved concurrently, either asynchronously (single QPU) or truly in parallel (multi-QPU), with aggregation policies assembling the global solution distribution. Figure 3

Figure 3: HADOF workflow: decomposition, QAOA circuit application, parallel sub-Hamiltonian optimization, and solution aggregation policy.

Performance Evaluation: Speed and Accuracy

Speed

Simulating quantum circuit dynamics is classically challenging, especially for large systems. HADOF simulations for problems up to 500 variables achieve time-to-solution comparable to classical Simulated Annealing, with parallelisation yielding significant reductions in wall clock time. Figure 4

Figure 4: Classical simulation times for HADOF (up to 500 variables) are competitive with Simulated Annealing, with notable parallelisation speedup.

Parallel HADOF achieves up to 4-5×\times speedup over sequential execution under noisy simulation. On real IBM quantum hardware, parallel submission and execution across QPUs further reduce makespan, achieving up to 3-4×\times improvement, with pronounced benefits under noise and significant mitigation of queueing delays. Figure 5

Figure 5: Parallel execution, especially under noise, provides up to 5×\times faster simulation speed and substantial reductions in queue and wall clock time on real hardware.

Accuracy

Solution quality is measured by both the accuracy of the most probable sampled solution and the mean across the sampled distribution, normalized to classical Simulated Annealing scores. Under ideal conditions, both sequential and parallel HADOF consistently achieve accuracies above 0.95; degradation under noise remains modest, and real device runs maintain most probable accuracies above 0.80. Figure 6

Figure 6: Most probable solutions from HADOF (both sequential and parallel) consistently exceed 82\% of classical annealing accuracy.

Average distribution accuracy is lower, particularly under hardware noise (often around 50-60\%), reflecting solution variance and noise effects. Parallelisation does not substantively compromise solution quality, demonstrating robustness. Figure 7

Figure 7: Mean accuracy of sampled solution distributions typically ranges 70-80\% in simulation but decreases to ∼\sim50\% on real hardware.

Comparison to Standard QAOA

Monolithic, full-circuit QAOA embeddings are fundamentally limited by qubit availability and device connectivity. For dense QUBOs, embedding large problems is infeasible, and noise rapidly degrades solution quality and variance. HADOF circumvents these limitations by federating subproblems, maintaining strong best-solution accuracy even when average solution quality deteriorates under hardware constraints. Empirical results demonstrate that HADOF maintains superior robustness compared to full-circuit QAOA, particularly as problem size and noise scale.

Genome Assembly Application

Genome assembly as a combinatorial optimization problem is formulated as a Hamiltonian path problem in an overlap graph, with QUBO encoding enabling direct optimization via quantum algorithms. The ϕ\phiX 174 bacteriophage overlap graph, comprising 50 nodes and 248 edges, is encoded and optimized via HADOF without manual partitioning—a substantive advance over previous domain-specific partitioning requirements. Figure 8

Figure 8: Overlap graph representation of Ï•\phiX 174 bacteriophage used for QUBO-based genome assembly.

The correct assembly solution forms a contiguous overlap path, recoverable by QUBO optimization. Figure 9

Figure 9: Assembled overlap graph showing the longest path connecting all sequencing reads for contiguous genome sequence reconstruction.

Parallel HADOF achieves comparable optimal solution frequency and accuracy to classical annealing in ideal simulation, while real hardware runs recover a high proportion of correct sequences even when the unique optimum is not easily sampled due to hardware noise. This illustrates HADOF's efficacy and scalability for practical genomics tasks.

Implications and Future Perspectives

The HADOF framework, especially in its parallelised incarnation, marks a substantial step toward scalable quantum optimization aligned with HPQ paradigms. By leveraging federated decomposition, the approach mitigates noise accumulation, enables robust scaling beyond device-imposed bottlenecks, and harmonizes naturally with distributed or hybrid quantum-classical architectures. Demonstrated applications to genome assembly are indicative of broad applicability to other NP-hard tasks in biology, finance, and logistics.

HADOF aligns with recent trends in quantum decomposition and distributed optimization [kim2025distributed], promising future integration with adaptive decomposition strategies, error mitigation, and hierarchical quantum-classical pipelines. System-level advances in orchestration, load balancing, and QPU communication will further unlock performance gains under HPQ. Practical application pipelines, especially in genomics, will benefit from tighter integration of pre/post-processing and hybrid classical modules.

Conclusion

HADOF, augmented by parallelisation, enables practical large-scale quantum optimization well beyond the limits of current hardware, maintaining solution quality and robustness against noise. Its implementation on real devices and application to genome assembly validate its potential as a foundational framework for HPQ, catalyzing advances in scalable, distributed quantum computation. Future work will refine decomposition, integration, and error mitigation strategies to further solidify quantum advantage in real-world optimization domains.

(2604.27836)

Paper to Video (Beta)

No one has generated a video about this paper yet.

Whiteboard

No one has generated a whiteboard explanation for this paper yet.

Open Problems

We haven't generated a list of open problems mentioned in this paper yet.

Collections

Sign up for free to add this paper to one or more collections.

Tweets

Sign up for free to view the 1 tweet with 2 likes about this paper.