qiskit-documentation/docs/api/qiskit/0.26/qiskit.providers.ibmq.utils...

31 lines
1.0 KiB
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
title: update_qobj_config (v0.26)
description: API reference for qiskit.providers.ibmq.utils.update_qobj_config in qiskit v0.26
in_page_toc_min_heading_level: 1
python_api_type: function
python_api_name: qiskit.providers.ibmq.utils.update_qobj_config
---
<span id="qiskit-providers-ibmq-utils-update-qobj-config" />
# qiskit.providers.ibmq.utils.update\_qobj\_config
<Function id="qiskit.providers.ibmq.utils.update_qobj_config" isDedicatedPage={true} github="https://github.com/qiskit/qiskit-ibmq-provider/tree/stable/0.13/qiskit/providers/ibmq/utils/qobj_utils.py" signature="update_qobj_config(qobj, backend_options=None, noise_model=None)">
Update a `Qobj` configuration from backend options and a noise model.
**Parameters**
* **qobj** (`Union`\[`QasmQobj`, `PulseQobj`]) Description of the job.
* **backend\_options** (`Optional`\[`Dict`]) Backend options.
* **noise\_model** (`Optional`\[`Any`]) Noise model.
**Return type**
`Union`\[`QasmQobj`, `PulseQobj`]
**Returns**
The updated `Qobj`.
</Function>