Port the rest of SabreLayout
to Rust
#12279
Labels
mod: transpiler
Issues and PRs related to Transpiler
performance
Rust
This PR or issue is related to Rust code in the repository
SabreLayout
is primarily written in rust currently, there is just a small component of the pass which takes the python objects representing theDAGCircuit
and backend constraints and builds rust objects from those, then after the rust code finishes another piece uses the return from rust to rebuild the dagcircuit in python. Once #11721 is implemented (and probably #12261 #12262 #12260 too) we can remove this python space component and build the dagcircuit directly in rust and never need any python space component to the pass.The text was updated successfully, but these errors were encountered: