Port QASM3 exporter to rust #13145
Labels
performance
Rust
This PR or issue is related to Rust code in the repository
type: feature request
New feature or request
Milestone
What should we add?
With the introduction of gates in rust in #12459 we're now in a place where we can rewrite the qasm exporter to operate from rust directly to generate the qasm3 payload which should result in a significant speedup. At this point there will still need to be some python interaction when dealing with parameters/parameter expression, control flow, or other parts of the data model that still live in Python.
The text was updated successfully, but these errors were encountered: