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:
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: