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
If we do not split things by color in our collect function, we automatically split out slices of a gate type into depth-1 layers. This can have an impact on how the budget is divided and may not always be desirable. Surface this Qiskit arg as a kwarg to our slicing functions to allow users to have a little more control over this.
I would go as far as to say I think the default behavior should be that they are not broken out into single-depth layers, but I don't feel that strongly about it.
The text was updated successfully, but these errors were encountered:
If we do not split things by color in our collect function, we automatically split out slices of a gate type into depth-1 layers. This can have an impact on how the budget is divided and may not always be desirable. Surface this Qiskit arg as a kwarg to our slicing functions to allow users to have a little more control over this.
I would go as far as to say I think the default behavior should be that they are not broken out into single-depth layers, but I don't feel that strongly about it.
The text was updated successfully, but these errors were encountered: