Qiskit / qiskit-ibm-provider

Qiskit Provider for accessing the IBM Quantum Services: Online Systems and Simulators
https://qiskit.org/ecosystem/ibm-provider/
Apache License 2.0
77 stars 68 forks source link

Simplify jobs status filter #284

Closed jyu00 closed 1 year ago

jyu00 commented 3 years ago

What is the expected enhancement?

backend.active_jobs() today results in the query filter [{"status": "RUNNING"}, {"status": "QUEUED"}, {"status": {"inq": ["VALIDATING", "VALIDATED"]}}, {"status": {"inq": ["CREATING", "CREATED"]}}]}}". This can probably be simplified.

kt474 commented 1 year ago

active_jobs() was removed - closing