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

Port UnitarySynthesis to Rust #12210

Closed
Tracked by #12208
mtreinish opened this issue Apr 18, 2024 · 0 comments · Fixed by #13141
Closed
Tracked by #12208

Port UnitarySynthesis to Rust #12210

mtreinish opened this issue Apr 18, 2024 · 0 comments · Fixed by #13141
Assignees
Labels
mod: transpiler Issues and PRs related to Transpiler performance priority: high Rust This PR or issue is related to Rust code in the repository type: feature request New feature or request
Milestone

Comments

@mtreinish
Copy link
Member

mtreinish commented Apr 18, 2024

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.

@mtreinish mtreinish changed the title UnitarySynthesis Port UnitarySynthesis to Rust Apr 18, 2024
@mtreinish mtreinish added Rust This PR or issue is related to Rust code in the repository performance mod: transpiler Issues and PRs related to Transpiler type: feature request New feature or request labels Apr 18, 2024
@1ucian0 1ucian0 added this to the 1.3.0 milestone Sep 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
mod: transpiler Issues and PRs related to Transpiler performance priority: high Rust This PR or issue is related to Rust code in the repository type: feature request New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants