QUANT-PHAIETLGMar 30, 2023

Q-fid: Quantum Circuit Fidelity Improvement with LSTM Networks

arXiv:2303.17523v42 citationsh-index: 4
Originality Incremental advance
AI Analysis

This addresses the challenge for quantum developers in optimizing transpilation strategies for noise-resilient circuits, though it appears incremental as it builds on LSTM methods for a specific domain.

The paper tackles the problem of predicting quantum circuit fidelity by introducing Q-fid, an LSTM-based system with a novel metric, achieving an average RMSE of 0.0515 and up to 24.7x more accuracy than existing tools.

The fidelity of quantum circuits (QC) is influenced by several factors, including hardware characteristics, calibration status, and the transpilation process, all of which impact their susceptibility to noise. However, existing methods struggle to estimate and compare the noise performance of different circuit layouts due to fluctuating error rates and the absence of a standardized fidelity metric. In this work, Q-fid is introduced, a Long Short-Term Memory (LSTM) based fidelity prediction system accompanied by a novel metric designed to quantify the fidelity of quantum circuits. Q-fid provides an intuitive way to predict the noise performance of Noisy Intermediate-Scale Quantum (NISQ) circuits. This approach frames fidelity prediction as a Time Series Forecasting problem to analyze the tokenized circuits, capturing the causal dependence of the gate sequences and their impact on overall fidelity. Additionally, the model is capable of dynamically adapting to changes in hardware characteristics, ensuring accurate fidelity predictions under varying conditions. Q-fid achieves a high prediction accuracy with an average RMSE of 0.0515, up to 24.7x more accurate than the Qiskit transpile tool mapomatic. By offering a reliable method for fidelity prediction, Q-fid empowers developers to optimize transpilation strategies, leading to more efficient and noise-resilient quantum circuit implementations.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes