Qiskit / benchpress

Apache License 2.0
19 stars 13 forks source link

Add additional metric information to output files #42

Closed nonhermitian closed 1 month ago

nonhermitian commented 1 month ago

This adds information as to the total number of operations in each SDK at the end of transpilation, equivalent to QuantumCircuit.count_ops in Qiskit.

This PR also cleans up a lot of duplicate code