paper-with-me

Papers

Software Pipelining for Quantum Loop Programs

2020-12-23 · Jingzhe Guo, Mingsheng Ying

We propose a method for performing software pipelining on quantum for-loop programs, exploiting parallelism in and across iterations. We redefine concepts that are useful in program optimization, including array aliasing, instruction dependency and resource conflict, this time in optimization of quantum programs. Using the redefined concepts, we present a software pipelining algorithm exploiting instruction-level parallelism in quantum loop programs. The optimization method is then evaluated on some test cases, including popular applications like QAOA, and compared with several baseline results. The evaluation results show that our approach outperforms loop optimizers exploiting only in-loop optimization chances by reducing total depth of the loop program to close to the optimal program depth obtained by full loop unrolling, while generating much smaller code in size. This is the first step towards optimization of a quantum program with such loop control flow as far as we know.

📄 PDF Abstract BibTeX arXiv:2012.12700

Code (0)

등록된 구현이 없습니다.

Tasks

Rolling Shutter Correction

Similar Papers 제목 키워드 기반

Qadence: a differentiable interface for digital-analog programs

2024-01-18 · Dominik Seitz, Niklas Heim, João P. Moutinho, Roland Guichard 외

Digital-analog quantum computing (DAQC) is an alternative paradigm for universal quantum computation combining digital single-qubit gates with global analog operations acting on a register of interacting qubits. Currentl…

Optimal Software Pipelining and Warp Specialization for Tensor Core GPUs

2025-12-19 · Rupanshu Soi, Rohan Yadav, Fredrik Kjolstad, Alex Aiken 외 arxiv

GPU architectures have continued to grow in complexity, with recent incarnations introducing increasingly powerful fixed-function units for matrix multiplication and data movement to accompany highly parallel general-pur…

Identifying Flaky Tests in Quantum Code: A Machine Learning Approach

2025-02-06 · Khushdeep Kaur, Dongchan Kim, Ainaz Jamshidi, Lei Zhang

Testing and debugging quantum software pose significant challenges due to the inherent complexities of quantum mechanics, such as superposition and entanglement. One challenge is indeterminacy, a fundamental characterist…

software testing

LLM-Powered Quantum Code Transpilation

2025-07-12 · Nazanin Siavash, Armin Moin arxiv

There exist various Software Development Kits (SDKs) tailored to different quantum computing platforms. These are known as Quantum SDKs (QSDKs). Examples include but are not limited to Qiskit, Cirq, and PennyLane. Howeve…

On the Principles of Differentiable Quantum Programming Languages

2020-04-02 · Shaopeng Zhu, Shih-Han Hung, Shouvanik Chakrabarti, Xiaodi Wu

Variational Quantum Circuits (VQCs), or the so-called quantum neural-networks, are predicted to be one of the most important near-term quantum applications, not only because of their similar promises as classical neural-…