Transpilation-Aware Runtime Prediction for Noisy Quantum Circuit Simulation

📅 2026-09-11
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
研究使用图神经网络和传统回归方法预测噪声量子电路模拟运行时间,通过构建包含1402个独特电路的数据集,评估了不同方法的有效性。
📝 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.
Problem

Research questions and friction points this paper is trying to address.

runtime prediction
quantum circuit simulation
transpilation
noise model
backend
Innovation

Methods, ideas, or system contributions that make the work stand out.

Graph Neural Networks
Transpilation
Runtime Prediction
Quantum Circuit Simulation
🔎 Similar Papers
No similar papers found.