Add more documentation

This commit is contained in:
tankya2
2024-02-01 11:35:55 +08:00
parent 460f5e7621
commit 6f4ffa777a
2 changed files with 23 additions and 8 deletions

View File

@@ -2,6 +2,19 @@ Qibotn is the tensor-network translation module for Qibo to support large-scale
To get started, `python setup.py install` to install the tools and dependencies.
# Computation Supported
- Tensornet (TN)
- TN contraction to dense vector
- TN contraction to dense vector with Message Passing Interface (MPI)
- TN contraction to dense vector with NCCL
- TN contraction to expectation of given Pauli string
- TN contraction to expectation of given Pauli string with Message Passing Interface (MPI)
- TN contraction to expectation of given Pauli string with NCCL
- Matrix Product State (MPS)
- MPS contraction to dense vector
# Sample Codes
## Single Node
The code below shows an example of how to activate the Cuquantum TensorNetwork backend of Qibo.