Utilities
qiskit_ibm_provider.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 . |
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?