qiskit-community / qiskit-experiments

Qiskit Experiments
https://qiskit-community.github.io/qiskit-experiments/
Apache License 2.0
160 stars 126 forks source link

Progress/status indicator? #1418

Open aeddins-ibm opened 8 months ago

aeddins-ibm commented 8 months ago

Suggested feature

Would it be possible to add some kind of progress indicator for an Experiment?

Maybe this could be an option for block_for_results(), like block_for_results(display_status=True), to display some live indicator of which stage the experiment is currently in: local job preparation, submission, awaiting results from backend, locally analyzing results, complete. (Or however we want to denote the progress).

I'm imagining something that could run and display in a Jupyter notebook. I feel this could improve quality-of-life for users, and also help profile possible bottlenecks that arise.