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.