Local Reasoning about Probabilistic Behaviour for Classical-Quantum Programs
Huiling Wu, Yuxin Deng, Ming Xu
TL;DR
The paper tackles the challenge of verifying classical--quantum programs that exhibit probabilistic behavior due to quantum measurements and unbounded loops. It introduces a local, separation-logic-inspired quantum Hoare logic that uses distribution formulas $\oplus_{i\in I} p_i\cdot F_i$ and $\oplus_{i\in I} F_i$ to specify probabilistic properties and supports frame-style local reasoning via a QFrame rule. The authors establish soundness with respect to a denotational semantics, verify non-trivial quantum algorithms (HHL and Shor) within the system, and implement the framework inside the Coq proof assistant as CoqQLR for semi-automated reasoning. This work provides a modular, machine-checkable approach to reasoning about real-world classical--quantum programs, enabling formal verification of probabilistic quantum behavior. It also lays the groundwork for future extensions toward completeness analysis and alternative probabilistic logics.
Abstract
Verifying the functional correctness of programs with both classical and quantum constructs is a challenging task. The presence of probabilistic behaviour entailed by quantum measurements and unbounded while loops complicate the verification task greatly. We propose a new quantum Hoare logic for local reasoning about probabilistic behaviour by introducing distribution formulas to specify probabilistic properties. We show that the proof rules in the logic are sound with respect to a denotational semantics. To demonstrate the effectiveness of the logic, we formally verify the correctness of non-trivial quantum algorithms including the HHL and Shor's algorithms. Moreover, we embed our logic into the proof assistant Coq. The resulting logical framework, called CoqQLR, can facilitate semi-automated reasoning about classical--quantum programs.
