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
The reason is that supporting OMP in Python wheels is non-trivial because it requires the user to have omp installed. We should investigate using C++ parallel execution.
The text was updated successfully, but these errors were encountered:
Currently, looping over the basis states is not done in parallel, see
dwave-gate/dwave/gate/simulator/operation_generation.py
Line 331 in 10b70b6
The reason is that supporting OMP in Python wheels is non-trivial because it requires the user to have omp installed. We should investigate using C++ parallel execution.
The text was updated successfully, but these errors were encountered: