Qiskit Tools (qiskit.tools
)¶
Parallel Routines¶
A helper function for calling a custom function with python ProcessPoolExecutor
.
Tasks can be executed in parallel using this function.
It has a built-in event publisher to show the progress of the parallel tasks.
|
Parallel execution of a mapping of values to the function task. This is functionally equivalent to::. |
Monitoring¶
A helper module to get IBM backend information and submitted job status.
|
Monitor the status of a IBMQJob instance. |
|
Monitor a single IBMQ backend. |
Gives overview information on all the IBMQ backends that are available. |
Events (qiskit.tools.events
)¶
A helper component for publishing and subscribing to events.
TextProgressBar¶
A text based progress bar, which also enables Jupyter magics.
|
A simple text-based progress bar. |