Qiskit / benchpress

Apache License 2.0
19 stars 13 forks source link

Set tket max creg size to 500 #62

Closed nonhermitian closed 1 month ago

nonhermitian commented 1 month ago

Tket has a funny thing where they require an user to specific the max size of a QASM creg at import. I have no idea why they do this, and not just parse at import but Tket will fail a bunch of tests if this is not set explicitly. Here I set it in the default.conf to 500, which is large enough for all the tests here.