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 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_backoption which is currently hard-coded toFalsein all the available passes, for example here:qiskit-addon-utils/qiskit_addon_utils/slicing/transpiler/passes/collect_op_type.py
Line 81 in de86d38