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

Bug: close_session() for QiskitRuntimeBackend #69

Open renezander90 opened 1 month ago

renezander90 commented 1 month ago

The close_session() method for the QiskitRuntimeBackend does not work since the session is only a local variable in the init function of the QiskitRuntimeBackend class.