Skip to main contentIBM Quantum Documentation
You are viewing the API reference for an old version of Qiskit SDK. Switch to latest version

Compilation Routines

qiskit.compiler


Circuit and Pulse Compilation Functions

assemble(experiments[, backend, qobj_id, ...])Assemble a list of circuits or pulse schedules into a Qobj.
schedule(circuits[, backend, inst_map, ...])Schedule a circuit to a pulse Schedule, using the backend, according to any specified methods.
transpile(circuits[, backend, basis_gates, ...])Transpile one or more circuits, according to some desired transpilation targets.
sequence(scheduled_circuits[, backend, ...])Schedule a scheduled circuit to a pulse Schedule, using the backend.
Was this page helpful?