You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Fix compiler flags cleanup routine
* Update CHANGELOG
* Use clang for linking on Clang CI workflows
* Fix compiler_test(...) function in setup.py
* Fix CI failure when testing locally
* Remove LDSHARED for Clang build
* Fix linter warnings in setup.py
* Update CHANGELOG
* Update more workflow files for local actions
* Remove deprecated GitHub action for pre-commit
* Update CHANGELOG
* Update pre-commit hooks versions
* Refrain from updating pylint pre-commit hook for now
* Fix issue with running pre-commit on CI
* Add cache support for pre-commit on CI
* Fix name of caching step for pre-commit on CI
* Add Python 3.10 for testing on CI
* Add Python 3.10 in package metadata
* Fix gen_reqfile command if --include-extras is not provided
* Add setup option to avoid -march=native when building ProjectQ
* Add support for CIBuildWheel in pyproject.toml
* Tweak environment variables used during setup
* Avoid Linux Musl in CIBuildWheel config
* Update GitHub Workflow for publishing a release
Copy file name to clipboardExpand all lines: docs/tutorials.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ ProjectQ comes with a high-performance quantum simulator written in C++. Please
29
29
.. note::
30
30
The setup will try to build a C++-Simulator, which is much faster than the Python implementation. If the C++ compilation were to fail, the setup will install a pure Python implementation of the simulator instead. The Python simulator should work fine for small examples (e.g., running Shor's algorithm for factoring 15 or 21).
31
31
32
-
If you want to skip the installation of the C++-Simulator altogether, you can define the ``DISABLE_PROJECTQ_CEXT`` environment variable to avoid any compilation steps.
32
+
If you want to skip the installation of the C++-Simulator altogether, you can define the ``PROJECTQ_DISABLE_CEXT`` environment variable to avoid any compilation steps.
33
33
34
34
.. note::
35
35
If building the C++-Simulator does not work out of the box, consider specifying a different compiler. For example:
0 commit comments