assemble_circuits¶
- assemble_circuits(circuits, run_config, qobj_id, qobj_header)[source]¶
Assembles a list of circuits into a qobj that can be run on the backend.
- Parameters
circuits (list[QuantumCircuit]) – circuit(s) to assemble
qobj_id (int) – identifier for the generated qobj
qobj_header (QobjHeader) – header to pass to the results
run_config (RunConfig) – configuration of the runtime environment
- Returns
the qobj to be run on the backends
- Return type