qiskit-documentation/docs/api/qiskit/0.31/qiskit.assembler.assemble_c...

32 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: assemble_circuits (v0.31)
description: API reference for qiskit.assembler.assemble_circuits in qiskit v0.31
in_page_toc_min_heading_level: 1
python_api_type: function
python_api_name: qiskit.assembler.assemble_circuits
---
<span id="qiskit-assembler-assemble-circuits" />
# qiskit.assembler.assemble\_circuits
<Function id="qiskit.assembler.assemble_circuits" isDedicatedPage={true} github="https://github.com/qiskit/qiskit/tree/stable/0.18/qiskit/assembler/assemble_circuits.py" signature="assemble_circuits(circuits, run_config, qobj_id, qobj_header)">
Assembles a list of circuits into a qobj that can be run on the backend.
**Parameters**
* **circuits** (`List`\[`QuantumCircuit`]) circuit(s) to assemble
* **run\_config** (`RunConfig`) configuration of the runtime environment
* **qobj\_id** (`int`) identifier for the generated qobj
* **qobj\_header** (`QobjHeader`) header to pass to the results
**Return type**
`QasmQobj`
**Returns**
The qobj to be run on the backends
</Function>