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

✨ Adjust optimization passes for parameterized circuits #205

Open
burgholzer opened this issue Oct 19, 2022 · 0 comments
Open

✨ Adjust optimization passes for parameterized circuits #205

burgholzer opened this issue Oct 19, 2022 · 0 comments
Labels
Core Anything related to the Core library and IR enhancement New feature or request

Comments

@burgholzer
Copy link
Member

At the moment, circuit optimization passes fail when dealing with QuantumComputations involving SymbolicOperations. Many (if not all) of the optimization passes do not require the circuit to consist entirely of non-symbolic operations (like SWAP reconstruction).

Optimization passes should be applicable just like with non-parameterized circuits. This requires minor adjustments in the respective optimization passes. Some optimization passes (like single-qubit gate fusion) might even incorporate symbolic operations into the optimization.

@burgholzer burgholzer added the enhancement New feature or request label Oct 19, 2022
@burgholzer burgholzer added the Core Anything related to the Core library and IR label Jun 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Core Anything related to the Core library and IR enhancement New feature or request
Projects
Status: Todo
Status: Todo
Development

No branches or pull requests

1 participant