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

Move from double -> float numerics #228

Closed nonhermitian closed 1 month ago

nonhermitian commented 1 month ago

There is no need for using double precision numbers here. This PR moves everything to single-precision numbers. This will also allow for looking into better simd / gpu usage.