qiskit.assembler.assemble_circuits
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
Was this page helpful?
Report a bug or request content on GitHub.