Skip to content
New issue

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

Reenable parallel computation in the simulator #26

Open
arcondello opened this issue Feb 9, 2023 · 0 comments
Open

Reenable parallel computation in the simulator #26

arcondello opened this issue Feb 9, 2023 · 0 comments

Comments

@arcondello
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant