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

29 lines
974 B
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
description: API reference for qiskit.providers.ibmq.utils.update_qobj_config
in_page_toc_min_heading_level: 1
python_api_type: function
python_api_name: 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>