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
Remove trailing empty ListSweep from merged sweep (#7664)
- when calling merge_single_qubit_gates_to_phxz_symbolized, if remaining
symbols is empty, then an empty ListSweep is added to the end of the
sweep.
- This empty ListSweep confuses parsers, which then interpret this as a
sweep of zero length and return an empty list.
- This now only adds this ListSweep if there is something to add.
0 commit comments