iqm.qiskit_iqm.iqm_transpilation

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(*args, **kwargs)

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

IQMReplaceGateWithUnitaryPass(*args, **kwargs)

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

Inheritance

Inheritance diagram of iqm.qiskit_iqm.iqm_transpilation