Qiskit / benchpress

Apache License 2.0
19 stars 13 forks source link

Create and close new compiler for each BQSkit transpile test #66

Closed nonhermitian closed 1 month ago

nonhermitian commented 1 month ago

Previously we were using a single compiler instance to transpile against. It looks like this causes issues with multiple threads being spawned, but not closed. Here we create a new compielr instance for each instance, and explicitly call close on it.