Qiskit / qiskit-serverless

A programming model for leveraging quantum and classical resources
https://qiskit.github.io/qiskit-serverless/
Apache License 2.0
61 stars 27 forks source link

Job completed status should match that of Qiskit #1039

Closed nonhermitian closed 8 months ago

nonhermitian commented 9 months ago

What is the expected enhancement?

Currently a completed job has the status 'SUCCEEDED' where as the rest of Qiskit uses 'DONE': https://qiskit.org/documentation/stable/0.37/stubs/qiskit.providers.JobStatus.html

It would be nice to be uniform here.

nonhermitian commented 9 months ago

Same is true for the error state of a job

IceKhan13 commented 9 months ago

xref: https://github.com/Qiskit-Extensions/quantum-serverless/issues/684