iqm_transpilation

iqm_transpilation#

Full path: iqm.qiskit_iqm.iqm_transpilation

Transpilation tool to optimize the decomposition of single-qubit gates tailored to IQM hardware.

Functions

optimize_single_qubit_gates(circuit[, ...])

Optimize number of single-qubit gates in a transpiled circuit exploiting the IQM specific gate set.

Classes

IQMOptimizeSingleQubitGates

Optimize the decomposition of single-qubit gates for the IQM gate set.

IQMReplaceGateWithUnitaryPass

Transpiler pass that replaces all gates with given name in a circuit with a UnitaryGate.

Inheritance

Inheritance diagram of iqm.qiskit_iqm.iqm_transpilation