calling compiled_circuits
on qiskit_superstaq.superstaq_job.SuperstaqJob
manually retrieved through a backend throws an exception
#843
Labels
bug
Something isn't working
What is happening?
A Superstaq job (
superstaq_job
) was submitted tocq_hilbert_qpu
backend.I can view compiled circuit(s) associated with that job by calling
superstaq_job.compiled_circuits()
. No issue with that so far.However, sometimes I want to check old superstaq jobs submitted days before, and for that I use
But when I call
self.compiled_circuits()
on that job, I get the following exception raised:How can we reproduce the issue?
See the problem description.
What should happen?
Use
self._job_id().split(",")
instead ofself.job_id.pslit(",")
?Environment
Any additional context?
cq_hilbert_qpu
backend was used.The text was updated successfully, but these errors were encountered: