Search papers, labs, and topics across Lattice.
This paper introduces a transpilation pipeline to convert OpenQASM 3.0 dynamic quantum circuits into optimized CUDA-Q C++ kernels, enabling efficient execution of near-term quantum algorithms with mid-circuit measurement and classical feedforward. The pipeline leverages CUDA-Q's native mid-circuit measurement and host-language control flow to translate dynamic patterns without static circuit expansion, validated on IBM Quantum's classical feedforward guide and VQE-style circuits. Experiments demonstrate reduced circuit depth, improved execution efficiency, and enhanced code readability compared to static circuit expansion methods.
OpenQASM 3.0's dynamic quantum circuits can now be efficiently executed on CUDA-Q, unlocking performance gains by avoiding branch duplication and leveraging low-latency classical feedback.
Dynamic quantum circuits with mid-circuit measurement and classical feedforward are essential for near-term algorithms such as error mitigation, adaptive phase estimation, and Variational Quantum Eigensolvers (VQE), yet transpiling these programs across frameworks remains challenging due to inconsistent support for control flow and measurement semantics. We present a transpilation pipeline that converts OpenQASM 3.0 programs with classical control structures (conditionals and bounded loops) into optimized CUDA-Q C++ kernels, leveraging CUDA-Q's native mid-circuit measurement and host-language control flow to translate dynamic patterns without static circuit expansion. Our open-source framework is validated on comprehensive test suites derived from IBM Quantum's classical feedforward guide, including conditional reset, if-else branching, multi-bit predicates, and sequential feedforward, and on VQE-style parameterized circuits with runtime parameter optimization. Experiments show that the resulting CUDA-Q kernels reduce circuit depth by avoiding branch duplication, improve execution efficiency via low-latency classical feedback, and enhance code readability by directly mapping OpenQASM 3.0 control structures to C++ control flow, thereby bridging OpenQASM 3.0's portable circuit specification with CUDA-Q's performance-oriented execution model for NISQ-era applications requiring dynamic circuit capabilities.