Currently, looping over the basis states is not done in parallel, see
|
# c.Pragma("omp parallel for"), |
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.
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.