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
Copy file name to clipboardExpand all lines: README.md
-3Lines changed: 0 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -122,9 +122,6 @@ If you are interested in editing or developing the code in this project, see thi
122
122
123
123
Certain simulators from `pecos.simulators` require external packages that are not installed by `pip install .[all]`.
124
124
125
-
-`QuEST` is installed along with the python package `pyquest` when calling `pip install .[all]`. However, it uses
126
-
64-bit float point precision by default, and if you wish to make use of 32-bit float point precision you will need to
127
-
follow the installation instructions provided by the developers [here](https://github.com/rrmeister/pyQuEST/tree/develop).
128
125
-`CuStateVec` requires a Linux machine with an NVIDIA GPU (see requirements [here](https://docs.nvidia.com/cuda/cuquantum/latest/getting_started/getting_started.html#dependencies-custatevec-label)). PECOS' dependencies are
129
126
specified in the `[cuda]` section of `pyproject.toml`, however, installation via `pip` is not reliable. The recommended method of installation is via `conda`, as discussed [here](https://docs.nvidia.com/cuda/cuquantum/latest/getting_started/getting_started.html#installing-cuquantum). Note that there might be conflicts between `conda` and `venv`; if you intend to use `CuStateVec`, you may follow the installation instructions for PECOS within a `conda` environment without involving the `venv` commands.
130
127
-`MPS` uses `pytket-cutensornet` (see [repository](https://github.com/CQCL/pytket-cutensornet)) and can be installed via `pip install .[cuda]`. These
0 commit comments