-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Closed
Labels
RustThis PR or issue is related to Rust code in the repositoryThis PR or issue is related to Rust code in the repositorymod: transpilerIssues and PRs related to TranspilerIssues and PRs related to Transpilerperformancepriority: hightype: feature requestNew feature or requestNew feature or request
Milestone
Description
This issue tracks porting the UnitarySynthesis
pass to rust as part of the #12208 epic. This pass in particular will still always require a fairly large python component, as the unitary synthesis plugin interface necessitates a Python execution mode. But when the a plugin is not specified we shouldn't need to use python at all. The other option is we can call Python from rust to pass a unitary array to the plugins and then operate exclusively from rust otherwise as well.
Metadata
Metadata
Assignees
Labels
RustThis PR or issue is related to Rust code in the repositoryThis PR or issue is related to Rust code in the repositorymod: transpilerIssues and PRs related to TranspilerIssues and PRs related to Transpilerperformancepriority: hightype: feature requestNew feature or requestNew feature or request