From 3eaa7ce4bc695ba676a3f17f85333f80894b5ca8 Mon Sep 17 00:00:00 2001 From: Shuli Shu <08cnbj@gmail.com> Date: Thu, 9 Jan 2025 19:21:33 +0000 Subject: [PATCH] update readme --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 54b86896d7..2f90abe819 100644 --- a/README.rst +++ b/README.rst @@ -48,8 +48,8 @@ PennyLane-Lightning high performance simulators include the following backends: * ``lightning.qubit``: is a fast state-vector simulator written in C++. * ``lightning.gpu``: is a state-vector simulator based on the `NVIDIA cuQuantum SDK `_. It notably implements a distributed state-vector simulator based on MPI. -* ``lightning.kokkos``: is a state-vector simulator written with `Kokkos `_. It can exploit the inherent parallelism of modern processing units supporting the `OpenMP `_, `CUDA `_ or `HIP `_ programming models. -* ``lightning.tensor``: is a tensor network simulator based on the `NVIDIA cuQuantum SDK `_ (requires NVIDIA GPUs with SM 7.0 or greater). The supported method is Matrix Product State (MPS). +* ``lightning.kokkos``: is a state-vector simulator written with `Kokkos `_. It can exploit the inherent parallelism of modern processing units supporting the `OpenMP `_, `CUDA `_ or `HIP `_ programming models. +* ``lightning.tensor``: is a tensor network simulator based on the `NVIDIA cuQuantum SDK `_ (requires NVIDIA GPUs with SM 7.0 or greater). The supported methods are Matrix Product State (MPS) and Exact Tensor Network(TN). .. header-end-inclusion-marker-do-not-remove