Skip to main contentIBM Quantum Documentation
This page is from an old version of Qiskit SDK and does not exist in the latest version. We recommend you migrate to the latest version. See the release notes for more information.

disassemble

disassemble(qobj)

GitHub

Disassemble a qobj and return the circuits, run_config, and user header.

Parameters

qobj (Qobj) – The input qobj object to disassemble

Returns

(circuits, run_config, user_qobj_header):

  • circuits (list): A list of quantum circuits
  • run_config (dict): The dict of the run config
  • user_qobj_header (dict): The dict of any user headers in the qobj

Return type

tuple

Was this page helpful?
Report a bug or request content on GitHub.