You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the function optimize_single_qubit_gates on an already transpiled circuit (as per the docs), the layout provided to the transpiler is not preserved. The means that an additional transpiler pass is needed after running optimize_single_qubit_gates.
This bug has been made obsolete with the integration of the IQMOptimizeSingleQubitGates pass into the native Qiskit transpiler logic in the form of a transpiler plugin. Additionally, the transpile_to_IQM function has made the optimize_single_qubit_gates function obsolete and will be deprecated with version 16.0.
Tests cases for this bug have been created and the issue should be resolved with #116
This bug has been made obsolete with the integration of the IQMOptimizeSingleQubitGates pass into the native Qiskit transpiler logic in the form of a transpiler plugin. Additionally, the transpile_to_IQM function has made the optimize_single_qubit_gates function obsolete and will be deprecated with version 16.0.
Tests cases for this bug have been created and the issue should be resolved with #116
When using the function
optimize_single_qubit_gates
on an already transpiled circuit (as per the docs), the layout provided to the transpiler is not preserved. The means that an additional transpiler pass is needed after runningoptimize_single_qubit_gates
.Reproducible example
Gives
The also applies when providing a layout to the transpiler e.g with
initial_layout
.The text was updated successfully, but these errors were encountered: