Add the tensor network library list
This commit is contained in:
22
README.md
22
README.md
@@ -1,17 +1,21 @@
|
|||||||
Qibotn is the tensor-network translation module for Qibo to support large-scale simulation of quantum circuits and acceleration.
|
Qibotn is the tensor network translation module for Qibo to support large-scale simulation of quantum circuits and acceleration.
|
||||||
|
|
||||||
To get started, `python setup.py install` to install the tools and dependencies.
|
To get started, `python setup.py install` to install the tools and dependencies.
|
||||||
|
|
||||||
# Computation Supported
|
# Supported Computation
|
||||||
|
|
||||||
1. Tensornet (TN) with contractions to:
|
Tensor network contractions to:
|
||||||
- dense vector
|
- dense vectors
|
||||||
- expecation of given Pauli string
|
- expecation values of given Pauli string
|
||||||
|
|
||||||
For each TN case:
|
The supported configuration are:
|
||||||
- single node
|
- single node
|
||||||
- multi node with Message Passing Interface (MPI)
|
- multi node with Message Passing Interface (MPI)
|
||||||
- multi node with NCCL
|
- 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:
|
2. Tensornet (TN) with contractions to:
|
||||||
- dense vector (single node)
|
- dense vector (single node)
|
||||||
|
|||||||
Reference in New Issue
Block a user