From b62fdc12f89ff722cdd344f3c84e67dd68f21f52 Mon Sep 17 00:00:00 2001 From: PabloAndresCQ Date: Tue, 14 Nov 2023 17:32:43 +0000 Subject: [PATCH] Updated broken links and added compute capability --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1c8fec4f..576073d2 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Both components have both C and Python API. `pytket-cutensornet` is an extension to `pytket` that allows `pytket` circuits and expectation values to be simulated using `cuTensorNet` via an interface to -[cuQuantum Python](https://docs.nvidia.com/cuda/cuquantum/python/index.html). +[cuQuantum Python](https://docs.nvidia.com/cuda/cuquantum/latest/cutensornet/index.html>). Currently, only single-GPU calculations are supported, but a multi-GPU execution will be implemented in the due course using `mpi4py` library. @@ -29,9 +29,10 @@ implemented in the due course using `mpi4py` library. ## Getting started `pytket-cutensornet` is available for Python 3.9, 3.10 and 3.11 on Linux. -In order to use it, you need access to a Linux machine with either `Volta`, `Ampere` -or `Hopper` GPU and first install `cuQuantum Python` following their installation -[instructions](https://docs.nvidia.com/cuda/cuquantum/python/README.html#installation). +In order to use it, you need access to a Linux machine with an NVIDIA GPU of +Compute Capability +7.0 (check it [here](https://developer.nvidia.com/cuda-gpus>)) and first +install `cuQuantum Python` following their installation +[instructions](https://docs.nvidia.com/cuda/cuquantum/latest/python/README.html#installation>). This will include the necessary dependencies such as CUDA toolkit. Then, to install `pytket-cutensornet`, run: