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

Set -ffast-math in compiler flags #259

Closed nonhermitian closed 3 weeks ago

nonhermitian commented 3 weeks ago

The last remaining loop in the main path is vectorized when this flag is added because the complier is unsure about the order of operations. In this case the operations are fine.

Tested with AOCC clang