Skip to content
Snippets Groups Projects
Commit 5bb00c3a authored by Matteo Argenton's avatar Matteo Argenton
Browse files

fix backend

parent 24c9659b
No related branches found
Tags v0.1.0
No related merge requests found
......@@ -14,7 +14,7 @@ class QCircuit:
self.pqc_params = pqc_params
self.runtime_service = QiskitRuntimeService(channel="ibm_quantum")
self.fake_backend = self.runtime_service.backend('ibm_osaka')
self.backend = self.runtime_service.backend('ibm_osaka')
self.circuits = []
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment