Skip to content

Commit

Permalink
Merge pull request #231 from Qiskit-Extensions/nonhermitian-patch-1
Browse files Browse the repository at this point in the history
Update README.md for newer OpenMP requirement
  • Loading branch information
nonhermitian authored Sep 27, 2024
2 parents 047d3e2 + 613bfb4 commit 866050e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ This will install an OpenMP optimized version on Linux, and serial versions for
pip install .
```

To enable openmp one must have an openmp 3.0+ enabled compiler and install with:
To enable openmp one must have an openmp 4.0+ enabled compiler and install with:

```bash
MTHREE_OPENMP=1 pip install .
Expand Down

0 comments on commit 866050e

Please sign in to comment.