Skip to main content
IBM Quantum Platform
This page is from an old version of Qiskit SDK Go to the 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?
Report a bug or request content on GitHub.