Qiskit/qiskit-ibmq-provider

Add Job Submission to IQX Dashboard

Rcuz8 opened this issue · 1 comments

Rcuz8 commented

What is the expected enhancement?

Currently, the IQX Dashboard supports job and device tracking, but a user must still run code (backend.run(..)) to actually get the jobs on the widget.

Screen Shot 2021-08-03 at 11 33 01 AM

It would be nice if the widget was all-inclusive and supported creation/submission of a circuit. A lot of the heavy-lifting here is done in the circuit composer widget, but I'm picturing an interface where you could store named jobs that (created in that composer) and execute them on-command by pressing a button all on the IQX Dashboard widget.

Something like this:

Screen Shot 2021-08-03 at 12 05 15 PM