Skip to content

Reenable parallel computation in the simulator #26

@arcondello

Description

@arcondello

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions