qiskit.assembler.disassemble¶
-
disassemble
(qobj)[Quellcode]¶ Disassemble a qobj and return the circuits or pulse schedules, run_config, and user header.
- Parameter
qobj (Qobj) – The input qobj object to disassemble
- Rückgabe
The disassembled program which consists of:
programs: A list of quantum circuits or pulse schedules
run_config: The dict of the run config
user_qobj_header: The dict of any user headers in the qobj
- Rückgabetyp
Union[CircuitModule, PulseModule]