Skip to content

Commit

Permalink
Updated broken links and specified GPU Compute Capability requirement…
Browse files Browse the repository at this point in the history
…s. (#31)

* Updated broken links and specified GPU Compute Capability requirements.
  • Loading branch information
PabloAndresCQ authored Sep 27, 2023
1 parent 0ad57f6 commit 63980ae
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions docs/intro.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ pytket-cutensornet
==================

``pytket-cutensornet`` is an extension to ``pytket`` that allows ``pytket`` circuits and
expectation values to be simulated using `cuTensorNet <https://docs.nvidia.com/cuda/cuquantum/cutensornet/index.html>`_.
expectation values to be simulated using `cuTensorNet <https://docs.nvidia.com/cuda/cuquantum/latest/cutensornet/index.html>`_.

`cuTensorNet <https://docs.nvidia.com/cuda/cuquantum/cutensornet/index.html>`_ is a
`cuTensorNet <https://docs.nvidia.com/cuda/cuquantum/latest/cutensornet/index.html>`_ is a
high-performance library for tensor network computations, developed by NVIDIA.
It is part of the `cuQuantum <https://docs.nvidia.com/cuda/cuquantum/index.html>`_ SDK --
It is part of the `cuQuantum <https://docs.nvidia.com/cuda/cuquantum/latest/index.html>`_ SDK --
a high-performance library aimed at quantum circuit simulations on the NVIDIA GPU chips.

We provide two core functionalities:
Expand All @@ -19,9 +19,8 @@ Currently, only single-GPU calculations are supported, but a multi-GPU execution
implemented in the due course using ``mpi4py`` library.

``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:

Expand Down

0 comments on commit 63980ae

Please sign in to comment.