Skip to content

Commit

Permalink
Minor update in the supported configurations and tensor network libra…
Browse files Browse the repository at this point in the history
…ry list
  • Loading branch information
yangliwei committed Feb 7, 2024
1 parent 5ee13f7 commit 8e73b8c
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

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)
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 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
Expand Down

0 comments on commit 8e73b8c

Please sign in to comment.