Papers for

quantum hardware operators

Papers whose findings have a practical use for this group, as judged from the abstract. Open a paper to read what it means in practice.

Predicting noisy quantum circuit simulation runtime after transpilation

Transpilation-Aware Runtime Prediction for Noisy Quantum Circuit Simulation

Abstract: Predicting the runtime of noisy quantum circuit simulations is important for scheduling, resource allocation, and performance optimization. However, accurate prediction is challenging because backend-aware transpilation can substantially alter the original circuit structure, while the backend-derived noise model and simulator execution behavior can introduce additional runtime variation. We study the effectiveness of graph neural networks (GNNs) and conventional regression methods in predicting Qiskit Aer simulation runtime measured after transpilation. We construct a dataset from a benchmark pool of 1,402 unique circuits spanning 22 circuit families, two Qiskit fake-backend configurations, and four transpiler optimization levels. Specifically, we compare a source GNN using original circuit information, hybrid GNN combining source-level graph with post-transpilation features, and transpiled GNN using only transpiled circuit information, along with five regression models. In the overall-model setting, the transpiled GNN achieves the strongest performance among the graph-based representations at all four optimization levels, obtaining $R^2$ values of 0.974, 0.713, 0.745, and 0.605 for optimization levels 0 through 3, respectively. However, under backend-specific evaluation, the advantage of GNN decreases, with conventional regression models matching or outperforming the GNNs in several settings. These results indicate that post-transpilation information is useful, while the value of explicit graph modeling depends on the backend and optimization level.

Fri 11 SeptPerformance
The gist
Figuring out how long it takes to simulate quantum circuits with noise is tricky because the circuits often change after being prepared for a specific quantum computer backend. The authors studied different ways to predict simulation time, comparing graph neural networks that look at circuit structure before and after these changes with traditional regression methods. They found that using information from after the changes (transpilation) helps make better predictions, but traditional methods can sometimes match or beat neural networks depending on the simulation setup. This work helps improve planning and resource use in noisy quantum computing simulations.
Open 2609.12980v1

QROB benchmarks quantum compilers to reduce overhead on hardware

QROB: Quantifying Realization Overhead in Quantum Compilation via Reverse Construction

Abstract: Quantum compilation reconciles a program's idealized interaction topology with hardware locality constraints, yet evaluations at scale lack calibrated references for realization overhead. We present QROB, a scalable reverse-construction methodology that generates compilation instances backward from directly realizable configurations, retaining the inverse paths as feasible, compiler-independent references. QROB provides a common evaluation substrate for NISQ SWAP routing and fault-tolerant lattice-surgery scheduling, while extending its reference-preserving principle to capacity-constrained quantum memory-access scheduling. Across systems ranging from 9 to 156 qubits, evaluations highlight QROB's utility as both a diagnostic benchmark and a data source. First, for compiler characterization, QROB reveals substantial realization gaps in existing tools, with NISQ compilers incurring up to 24.1x the reference SWAP cost and fault-tolerant compilers requiring up to 7.0x the reference makespan. Second, as a supervision source for data-driven compilation, a router trained on QROB references outperforms Qiskit SABRE on 84.8% of real-world application circuits. Finally, on real hardware, QROB reference realizations achieve a median mirror-circuit survival rate 1.65x that of full Qiskit O3 compilations across three 156-qubit IBM Heron-r2 processors, demonstrating that closing algorithmic compilation gaps translates directly into physical fidelity gains.

Mon 7 SeptHardware Architecture
The gist
Quantum computers need special software called compilers to turn ideal programs into instructions that fit the actual hardware. The authors created QROB, a method that works backwards from hardware-ready setups to measure how hard it is for compilers to realize programs efficiently. They found that many existing compilers cause much more overhead than necessary, and training software with QROB data can improve performance. Testing on real IBM machines showed that better compilation directly improves the accuracy of quantum runs.
Open 2609.07776v1