eclipse-qrisp / Qrisp

Qrisp - a framework for high-level programming of Quantum computers
https://www.qrisp.eu/
Eclipse Public License 2.0
83 stars 23 forks source link

Implement "Reqomp" algorithm #32

Open positr0nium opened 6 months ago

positr0nium commented 6 months ago

The Reqomp algorithm presented here, provides an automatized way to make sophisticated decision about whether a variable should be recomputed during uncomputation. As of now Qrisp provides the means to perform uncomputation via. recomputation if manually instructed by the programmer, but an automized version would surely be much better.