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

Bugfix: find_solution method and Subtree class in backtracking_tree #31

Closed renezander90 closed 6 months ago

renezander90 commented 7 months ago

Fixed several issues in the find_solution method and the Subtree class in backtracking_tree.py. Otherwise, find_solution did not work if the solution was not obtained with the first QPE result.