Minor update in the supported configurations and tensor network library list

This commit is contained in:
yangliwei
2024-02-07 16:48:18 +08:00
parent cddb59f5f4
commit c6d61e64f7

View File

@@ -8,17 +8,15 @@ Tensor network contractions to:
- dense vectors - dense vectors
- expecation values of given Pauli string - expecation values of given Pauli string
The supported configuration are: The supported configurations are:
- single node - single-node CPU
- multi node with Message Passing Interface (MPI) - single-node GPU or GPUs
- multi node with NVIDIA Collective Communications Library (NCCL) - multi-node multi-GPU with Message Passing Interface (MPI)
- multi-node multi-GPU with NVIDIA Collective Communications Library (NCCL)
Currently the supported libraries are: Currently, the supported tensor network libraries are:
- [cuQuantum](https://github.com/NVIDIA/cuQuantum) - [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/) - [quimb](https://quimb.readthedocs.io/en/latest/), an easy but fast python library for quantum information many-body calculations, focusing primarily on tensor networks.
2. Tensornet (TN) with contractions to:
- dense vector (single node)
# Sample Codes # Sample Codes
## Single Node ## Single Node