Qiskit / qiskit-aer

Aer is a high performance simulator for quantum circuits that includes noise models
https://qiskit.github.io/qiskit-aer/
Apache License 2.0
464 stars 354 forks source link

Fix deterministic measure of stabilizer #2132

Closed doichanj closed 1 month ago

doichanj commented 1 month ago

Summary

This is fix for issue #2125

Details and comments

The previous implementation of deterministic measure for stabilizer was wrong. I fixed it and swapped loops to parallelize by OpenMP