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
Fix logic for handling repetition_ids in CircuitOperation.replace (#6984)
* Fix logic for handling `repetition_ids` in `CircuitOperation.replace`
Previously, passing `repetition_ids` to `replace` would enable
`use_repetition_ids`, even if the value passed was `None`. This fixes
things so we only enable `use_repetition_ids` if a non-None value is
passed, which is the same as what is done in the `CircuitOperation`
constructor.
* fmt
0 commit comments