-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[QHC-865] Follow up on Drag Bunching #868
base: solving-transpilation
Are you sure you want to change the base?
[QHC-865] Follow up on Drag Bunching #868
Conversation
AI AnalysisReview:The removal of the TODO comment suggests that the task related to adding bunching drag gates for different phi's has been completed or deemed unnecessary. Changing the parameter
|
Co-authored-by: Vyron Vasileiadis <[email protected]>
### TODOs in this PR: - [x] Make the deletion of gates with no amplitude (fill `delete_gates_with_no_amplitude(...)`) - [x] Make bunching of consecutive Drag Gates if phis equal (fill `bunch_drag_gates(... only_same_phi=True)`) - [x] Make tests to cover this, and manually check it works! --- ### And in the [next PR](#868), we will follow up on Drag Bunching, for different phis. --------- Co-authored-by: Vyron Vasileiadis <[email protected]>
TODOs in this PR: