Search papers, labs, and topics across Lattice.
The paper introduces a formal model of Scope-Bounded Liveness-Guided Uncomputation for the Qutes quantum programming language, treating uncomputation as a core semantic principle rather than a mere cleanup. This model uses lexical scope to bound variable lifetime and static analysis to determine safe reclamation points, ensuring temporary quantum information disappears when semantically irrelevant. The authors prove compositional correctness and demonstrate that early reclamation reduces circuit depth and bounds peak live qubits, while also showing how parameter passing semantics emerge from this lifetime discipline.
Quantum programs can be optimized by automatically uncomputing intermediate values based on their semantic lifetime, leading to reduced circuit depth and qubit usage.
Reversible computation requires that intermediate data be explicitly undone rather than discarded. In quantum programming, this principle appears as uncomputation, usually treated as a technical cleanup mechanism. We instead present uncomputation as a semantic foundation. In the Qutes language, we introduce a formal model of \emph{Scope-Bounded Liveness-Guided Uncomputation}, where lexical scope bounds variable lifetime and static liveness and entanglement analysis determine the earliest safe reclamation point. We define semantic lifetime and a Restoration Invariant ensuring that temporary quantum information disappears once it becomes semantically irrelevant. We prove compositional correctness under nested scopes and show that early reclamation can reduce circuit depth by avoiding critical-path overhead and can bound peak live qubits through disciplined ancilla reuse. Finally, we show that parameter passing semantics emerges from the same lifetime discipline, with pass-by-value and pass-by-reference corresponding to different lifetime boundaries, and we characterize the constraints (irreversibility, persistent entanglement, and aliasing) under which automatic uncomputation must be restricted.