You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Jobs from real QPUs have a metrics method that allows for grabbing timing information. However this is not the case if passing a simulator where one gets the error:
Steps to reproduce
Try to calll the methods attribute on a PrimitiveJob
Expected behavior
I would expect the jobs to have the same attributes and methods given that local testing mode is supposed to verify that code sent to the real systems works as it should
Suggested solutions
Unify the job types
Additional Information
qiskit-ibm-runtime version: latest
Python version:
Operating system:
The text was updated successfully, but these errors were encountered:
Describe the bug
Jobs from real QPUs have a
metrics
method that allows for grabbing timing information. However this is not the case if passing a simulator where one gets the error:Steps to reproduce
Try to calll the methods attribute on a
PrimitiveJob
Expected behavior
I would expect the jobs to have the same attributes and methods given that local testing mode is supposed to verify that code sent to the real systems works as it should
Suggested solutions
Unify the job types
Additional Information
The text was updated successfully, but these errors were encountered: