Towards a pulse-level intermediate representation for diverse quantum control systems
Jude Alnas, Aniket S. Dalvi, Kenneth R. Brown
TL;DR
This work tackles the fragmentation of pulse-level quantum control software by proposing a system-agnostic IR based on pulselib, a graph-based representation of pulses. It implements device-specific transpilation pipelines for two DDS platforms—ARTIQ AD9910 and RFSoC Octet—using a combination of visitors, transformers, and munchers to translate high-level pulse graphs into device-specific PulseData. The authors demonstrate that pulselib delivers comparable performance to fast, device-specific IRs and can outperform existing IRs by up to 4.5x, with particularly favorable scaling for parametrized workloads that leverage symbolic parameters and in-place graph updates. The results support pulselib as a practical foundation for retargetable quantum-control software, with potential extensions to broader hardware ecosystems and advanced control features. This work thus advances rapid, reusable development of pulse-level quantum programs across diverse control hardware, with clear paths toward incorporating real-time feedback and more complex control-flow constructs.
Abstract
A system-independent intermediate representation (IR) for pulse-level programming of quantum control systems is required to enable rapid development and reuse of quantum software across diverse platforms. In this work, we demonstrate the utility of pulselib as a candidate for such an IR. We implement graph-based IRs and transpilation pipelines for two unique frequency synthesizers and benchmark performance against existing IRs. Key elements of these pipelines are munchers and parametrizable pulse schedules. The former encodes target-specific constraints and allows translation of fundamentally system-agnostic pulse descriptions to arbitrary low-level representations, and the latter enables schedule reuse that produces savings in transpilation time relative to device-specific alternatives. Benchmarks reveal that pulselib provides performance comparable to fast, device-specific IRs while providing a speedup of up to 4.5x over existing IRs. For highly parametrized applications, pulselib provides favorable scaling of transpilation times with respect to the number of parameters and can exhibit speedups relative to existing IRs up to 69% larger than speedups provided by optimized, device-specific techniques.
