evmckinney9 / transpile_benchy

Collection of existing quantum circuit transpilation benchmarking tools
MIT License
2 stars 2 forks source link

Metrics Rewrite #2

Closed evmckinney9 closed 1 year ago

evmckinney9 commented 1 year ago

Currently metrics are computed taking circuit inputs post-transpilation. I think it would be better to instead have metrics computed on the dag as final set of AnalysisPasses. Avoids needing another circuit->dag conversion.