From c6d61e64f74edd421fe3aa0910f56459b3e57827 Mon Sep 17 00:00:00 2001 From: yangliwei Date: Wed, 7 Feb 2024 16:48:18 +0800 Subject: [PATCH] Minor update in the supported configurations and tensor network library list --- README.md | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 117d6a2..74e1e3a 100644 --- a/README.md +++ b/README.md @@ -8,17 +8,15 @@ Tensor network contractions to: - dense vectors - expecation values of given Pauli string -The supported configuration are: -- single node -- multi node with Message Passing Interface (MPI) -- multi node with NVIDIA Collective Communications Library (NCCL) +The supported configurations are: +- single-node CPU +- single-node GPU or GPUs +- multi-node multi-GPU with Message Passing Interface (MPI) +- multi-node multi-GPU with NVIDIA Collective Communications Library (NCCL) -Currently the supported libraries are: - - [cuQuantum](https://github.com/NVIDIA/cuQuantum) - - [quimb](https://quimb.readthedocs.io/en/latest/) - -2. Tensornet (TN) with contractions to: - - dense vector (single node) +Currently, the supported tensor network libraries are: + - [cuQuantum](https://github.com/NVIDIA/cuQuantum), an NVIDIA SDK of optimized libraries and tools for accelerating quantum computing workflows. + - [quimb](https://quimb.readthedocs.io/en/latest/), an easy but fast python library for ‘quantum information many-body’ calculations, focusing primarily on tensor networks. # Sample Codes ## Single Node