Japanese
言語
English
Bengali
French
German
Japanese
Korean
Portuguese
Spanish
Tamil

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.