Skip to main contentIBM Quantum Documentation
This page is from an old version of Qiskit SDK and does not exist in the latest version. We recommend you migrate to the latest version. See the release notes for more information.

Utilities

qiskit.providers.ibmq.utils

Utility functions related to the IBM Quantum Provider.


Conversion

seconds_to_duration(seconds)Converts seconds in a datetime delta to a duration.
utc_to_local(utc_dt)Convert a UTC datetime object or string to a local timezone datetime.

Qobj Utils

update_qobj_config(qobj[, backend_options, ...])Update a Qobj configuration from backend options and a noise model.

Misc Functions

to_python_identifier(name)Convert a name to a valid Python identifier.
validate_job_tags(job_tags, exception)Validates input job tags.
Was this page helpful?
Report a bug or request content on GitHub.