Qiskit / benchpress

Apache License 2.0
19 stars 13 forks source link

Record input circuit number of qubits in qasm tests #38

Closed nonhermitian closed 1 month ago

nonhermitian commented 1 month ago

This PR records the number of qubits of the input circuits from all QASM file tests. This is nice so that we can think about sorting things based on this value, along with others. Should also perhaps consider the input depth and or number and type of operations.