TU Delft benchmark suite that runs QAOA and VQE optimization workloads end to end and scores runtime, accuracy, scalability, and capacity.
QPack is a benchmark suite from TU Delft that treats variational algorithms as end-to-end workloads: it runs QAOA and VQE applications on a quantum computer or simulator and distills the execution data into practical performance scores. Mesman, Al-Ars and Möller introduced it in 2021, arguing that QAOA’s mix of qubit demands, circuit depth, and hybrid classical optimization makes it a natural all-round stress test for NISQ machines.
How it works
The 2021 paper defines scalable QAOA workloads on MaxCut, dominating-set, and traveling-salesman problems, run at increasing problem sizes through a hardware-agnostic stack (a cross-platform XACC implementation targets multiple vendors’ backends). The 2022 QPack Scores paper added VQE workloads and supplied the actual scoring: execution data (job timings, solution quality, and how both degrade with problem size) are converted into four sub-scores: runtime, accuracy, scalability, and capacity (the largest problem size the system can solve).
Strengths and limitations
QPack scores the whole hybrid pipeline on genuine optimization workloads, closer to user experience than component metrics. But the two papers are often conflated: the original is QAOA-only and defers concrete scoring, with VQE and the four-part scoring arriving only in the 2022 follow-up. Both appear to be arXiv-only, “universal benchmark” is the authors’ own framing, and adoption beyond the TU Delft group amounts to citations rather than independent runs. The name also collides with QPACK (RFC 9204), the unrelated HTTP/3 header-compression standard.
Notable results
QPack is now of historical interest: both public implementations have been dormant since late 2021, though the suite is still cited in benchmarking surveys. Its scoring approach was folded into QuAS (2024), an application score co-designed by QPack’s lead author with the TNO Q-score team that integrates the strong points of both rather than formally replacing QPack. Among application-oriented suites, the QED-C benchmarks fill a similar role today.