Qiskit / qiskit-addon-mthree

Matrix-free Measurement Mitigation
https://qiskit.github.io/qiskit-addon-mthree/
Apache License 2.0
37 stars 27 forks source link

Run linux tests with omp build #221

Closed nonhermitian closed 1 month ago

nonhermitian commented 1 month ago

Tests were not explicitly using omp mode, which could mask failures. This is especially important given we build the wheels against omp for linux. This fixes that.