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

allow for setting march via env var #235

Closed nonhermitian closed 1 month ago

nonhermitian commented 1 month ago

A generic installation vectorizes only up to 128bits. Setting -march to the target platform can yield vectortization up to 512bits, if supported. This allows for setting that via an env var. We should probably have a config file that allows for setting arbitrary compiler flags, but this is good enough for now to enable benchmarking