Documentation
¶
Overview ¶
Package transpile provides the quantum circuit transpilation framework.
A Pass is a function that transforms a circuit for a given hardware target. Use Pipeline to compose multiple passes into a single sequential pass. Individual pass implementations live in the pass sub-package; pre-built optimization pipelines are in pipeline.
Package transpile provides the quantum circuit transpilation framework.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
Directories
¶
| Path | Synopsis |
|---|---|
|
Package analysis provides circuit analysis helpers for transpilation passes.
|
Package analysis provides circuit analysis helpers for transpilation passes. |
|
Package decompose provides gate decomposition algorithms for single-qubit and two-qubit unitaries.
|
Package decompose provides gate decomposition algorithms for single-qubit and two-qubit unitaries. |
|
Package pass provides individual transpilation passes for circuit optimization and target compliance.
|
Package pass provides individual transpilation passes for circuit optimization and target compliance. |
|
Package pipeline provides pre-built transpilation pipelines with four optimization levels, following the industry-standard quantum compilation flow: init → pre-route optimize → route → translate → optimize → validate.
|
Package pipeline provides pre-built transpilation pipelines with four optimization levels, following the industry-standard quantum compilation flow: init → pre-route optimize → route → translate → optimize → validate. |
|
Package routing inserts SWAP gates to satisfy hardware connectivity constraints using the SABRE algorithm.
|
Package routing inserts SWAP gates to satisfy hardware connectivity constraints using the SABRE algorithm. |
|
Package target defines hardware target descriptions for transpilation.
|
Package target defines hardware target descriptions for transpilation. |
|
Package verify checks circuit equivalence using statevector simulation.
|
Package verify checks circuit equivalence using statevector simulation. |
Click to show internal directories.
Click to hide internal directories.