Skip to main contentIBM Quantum Documentation
You are viewing the API reference for an old version of Qiskit SDK. Switch to latest version

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_map(task, values[, task_args, ...])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.

job_monitor(job[, interval, quiet, output, ...])Monitor the status of a IBMQJob instance.
backend_monitor(backend)Monitor a single IBMQ backend.
backend_overview()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.

TextProgressBar([output_handler])A simple text-based progress bar.
Was this page helpful?