Qiskit / benchpress

Apache License 2.0
19 stars 13 forks source link

[WIP] Add circuit validation step #39

Closed nonhermitian closed 1 month ago

nonhermitian commented 1 month ago

Validates the basis gates and topology of a circuit match that of a backend.

nonhermitian commented 1 month ago

BQSKit only supports bi-directional coupling maps, and I was not taking that into account at first. Now it works.

nonhermitian commented 1 month ago

I will do Staq in another PR as that one works a bit different