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

Enable automatic controlled-gate decomposition for tensornet-mps backend #884

Closed
1tnguyen opened this issue Nov 9, 2023 · 0 comments · Fixed by #1420
Closed

Enable automatic controlled-gate decomposition for tensornet-mps backend #884

1tnguyen opened this issue Nov 9, 2023 · 0 comments · Fixed by #1420
Assignees
Labels
enhancement New feature or request

Comments

@1tnguyen
Copy link
Collaborator

1tnguyen commented Nov 9, 2023

Currently, we don't handle gates on 3 or more qubits in the tensornet-mps backend.
These gates are typically controlled gates.

To lift this constraint, we can enforce mlir mode when using the backend and use our multi-control decomposition pass to decompose those gates.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant