Korean
언어
English
Japanese
German
Korean
Portuguese, Brazilian
French
Shortcuts

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 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

반환 형식

QasmQobj

반환값

The qobj to be run on the backends