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

Fix type of binomial coeff #245

Closed nonhermitian closed 1 month ago

nonhermitian commented 1 month ago

The type was cast to long long but since we can cap the calculation at the total number of bitstrings we can just use an unsigned int.