-
-
Notifications
You must be signed in to change notification settings - Fork 47
Open
Labels
MLIRAnything related to MLIRAnything related to MLIRc++Anything related to C++ codeAnything related to C++ codeenhancementNew feature or requestNew feature or request
Milestone
Description
Problem Statement
In order to have a compiler of value, we need to have at least a handful of optimization passes available.
Proposed Solution
These passes should ideally be atomar and independent of other passes. @taminob already found a few options
https://github.com/Qiskit/qiskit/blob/main/qiskit/transpiler/passes/optimization
https://github.com/CQCL/tket/tree/main/tket/src/Transformations
The ones selected for implementation are listed below:
- placeholderPass
Metadata
Metadata
Assignees
Labels
MLIRAnything related to MLIRAnything related to MLIRc++Anything related to C++ codeAnything related to C++ codeenhancementNew feature or requestNew feature or request