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.