From c3a42f87608699076a541b62134a7f5dde35470b Mon Sep 17 00:00:00 2001 From: tankya2 Date: Fri, 4 Oct 2024 15:15:18 +0800 Subject: [PATCH] Format --- 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 b3d3669..2d7c441 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.