uncomputation

Unqomp: Synthesizing Uncomputation in Quantum Circuits

A key challenge when writing quantum programs is the need for uncomputation: temporary values produced during the computation must be reset to zero before they can be safely discarded. Unfortunately, most existing quantum languages require tedious …

Silq: A High-Level Quantum Language with Safe Uncomputation and Intuitive Semantics

Existing quantum languages force the programmer to work at a low level of abstraction leading to unintuitive and cluttered code. A fundamental reason is that dropping temporary values from the program state requires explicitly applying quantum …