Skip to content

Support reset and delay instructions in boxing passes#381

Open
itrosen wants to merge 2 commits into
mainfrom
reset_delay_support
Open

Support reset and delay instructions in boxing passes#381
itrosen wants to merge 2 commits into
mainfrom
reset_delay_support

Conversation

@itrosen

@itrosen itrosen commented Jun 25, 2026

Copy link
Copy Markdown
Collaborator

Summary

Allows generate_boxing_pass_manager() to run in circuits with reset and delay instructions.

Details and comments

Resets are not boxed. Resets and delays are treated like the other non-gate instructions. So singles are not absorbed across delays, and resets do not consume singles. [I could imagine adding an option that allows resets to consume preceding single qubit gates (but stop at the last two-qubit gate), but I don't want this behavior for my experiments.] Code written by CC.

@itrosen itrosen requested a review from ihincks June 25, 2026 20:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant