Skip to main contentIBM Quantum Documentation
This page is from an old version of Qiskit SDK. Go to the latest version.

qiskit.assembler.assemble_schedules

assemble_schedules(schedules, qobj_id, qobj_header, run_config)

GitHub

Assembles a list of schedules into a qobj that can be run on the backend.

Parameters

  • schedules (List[Schedule]) – Schedules 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.

Return type

PulseQobj

Returns

The Qobj to be run on the backends.

Raises

QiskitError – when frequency settings are not supplied.

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