You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running a circuit with measure sampling the stabilizer simulation method sets number of shot threads to the available threads.
This leads to different behaviour for this backend when using a snapshot since it will return one snapshot for each parallel thread rather than a single snapshot as with the statevector simulator.
Informations
What is the current behavior?
When running a circuit with measure sampling the stabilizer simulation method sets number of shot threads to the available threads.
This leads to different behaviour for this backend when using a snapshot since it will return one snapshot for each parallel thread rather than a single snapshot as with the statevector simulator.
Steps to reproduce the problem
returns (on my system)
What is the expected behavior?
It should return
where N is either 1 (since stabilizer doesn't support OpenMP for state update atm), or the available threads if we add OpenMP support to the method.
Suggested solutions
The text was updated successfully, but these errors were encountered: