We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Extended stabilizer uses same random generator among multiple threads without considering thread safety in the parallel section as below
qiskit-aer/src/simulators/extended_stabilizer/extended_stabilizer_state.hpp
Lines 462 to 489 in 5e77fc8
I think we can not reproduce the same results with the same random seed
To get the consistent resault with the same random seed, we have to allocate random generators for each states
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Informations
What is the current behavior?
Extended stabilizer uses same random generator among multiple threads without considering thread safety in the parallel section as below
qiskit-aer/src/simulators/extended_stabilizer/extended_stabilizer_state.hpp
Lines 462 to 489 in 5e77fc8
I think we can not reproduce the same results with the same random seed
Suggested solutions
To get the consistent resault with the same random seed, we have to allocate random generators for each states
The text was updated successfully, but these errors were encountered: