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

readme updated with qutip.devmajor and cupy instructions #18

Merged
merged 5 commits into from
Jul 12, 2021
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,18 @@ Installation
------------

`qutip-cupy` is not yet officially released.

If you want to try out the package you will need to have a CUDA enabled GPU, `QuTiP >5.0.0` and `CuPy`.
We recommend using a conda environment `Python >= 3.7`.
To install `CuPy` we recommend the following steps:

- conda install cudatoolkit
MrRobot2211 marked this conversation as resolved.
Show resolved Hide resolved
- conda install -c conda-forge cupy

To install `QuTiP >5.0.0` while it is not yet released we recommend:

- python -mpip install git+https://github.com/qutip/[email protected]
hodgestar marked this conversation as resolved.
Show resolved Hide resolved

Now you can safely install `qutip_cupy`

- python -mpip install git+https://github.com/qutip/qutip-cupy.git
hodgestar marked this conversation as resolved.
Show resolved Hide resolved