From dda17d3ba6b181798a7e75ab99a9e8bc5ce3e7a4 Mon Sep 17 00:00:00 2001 From: tankya2 Date: Fri, 4 Oct 2024 15:13:44 +0800 Subject: [PATCH] Comment --- src/qibotn/eval.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/qibotn/eval.py b/src/qibotn/eval.py index 2d7c441..b3d3669 100644 --- a/src/qibotn/eval.py +++ b/src/qibotn/eval.py @@ -51,7 +51,7 @@ def dense_vector_tn_MPI(qibo_circ, datatype, n_samples=8): at user defined number of samples (n_samples) iteratively to select the least costly contraction path. This is sped up with multi thread. After pathfinding the optimal path is used in the actual - contraction to give a dense vector representation of the TN. + contraction to give a dense vector representation of the TN . Parameters: qibo_circ: The quantum circuit object.