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 slicing routines, it would be nice if we could expose some of the transpiler options of the Collect* passes to the end user. One example is the collect_from_back option which is currently hard-coded to False in all the available passes, for example here:
What should we add?
When using the slicing routines, it would be nice if we could expose some of the transpiler options of the
Collect*
passes to the end user. One example is thecollect_from_back
option which is currently hard-coded toFalse
in all the available passes, for example here:qiskit-addon-utils/qiskit_addon_utils/slicing/transpiler/passes/collect_op_type.py
Line 81 in de86d38
The text was updated successfully, but these errors were encountered: