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.
- パラメータ
circuits (
List
[QuantumCircuit
]) – circuit(s) to assemblerun_config (
RunConfig
) – configuration of the runtime environmentqobj_id (
int
) – identifier for the generated qobjqobj_header (
QobjHeader
) – header to pass to the results
- 戻り値の型
QasmQobj
- 戻り値
The qobj to be run on the backends