-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Labels
c++Anything related to C++ codeAnything related to C++ codefeatureNew feature or requestNew feature or request
Description
What's the problem this feature will solve?
At the moment, some preprocessing optimization passes fail when dealing with QuantumComputation
s involving SymbolicOperation
s. Many (if not all) of the optimization passes do not require the circuit to consist entirely of non-symbolic operations (like SWAP reconstruction).
Describe the solution you'd like
When checking parameterized circuits for equivalence, optimization passes should be transparently applied just like with non-parameterized circuits. This requires minor adjustments in the respective optimization passes.
Metadata
Metadata
Assignees
Labels
c++Anything related to C++ codeAnything related to C++ codefeatureNew feature or requestNew feature or request