Skip to content
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

Oxidize GateDirection pass #13069

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from
Draft

Conversation

eliarbel
Copy link
Contributor

@eliarbel eliarbel commented Sep 2, 2024

Summary

Move GateDirection._run_coupling_map and GateDirection._run_target to Rust. Also moving the code which creates replacement DAGs to Rust. Both GateDirection and CheckGateDirection will reside after this in gate_direction.rs.

Details and comments

Depends on #13042
Close #12252

@eliarbel eliarbel added this to the 1.3.0 milestone Sep 11, 2024
Move GateDirection._run_coupling_map and GateDirection._run_target to
Rust. Also moving the code to create replacement DAGs to Rust. Both
GateDirection and CheckGateDirection will reside in gate_direction.rs.
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.

Port GateDirection to Rust
1 participant