This commit is contained in:
tankya2
2024-10-04 15:13:44 +08:00
parent 05cd1001ca
commit dda17d3ba6

View File

@@ -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 at user defined number of samples (n_samples) iteratively to select
the least costly contraction path. This is sped up with multi the least costly contraction path. This is sped up with multi
thread. After pathfinding the optimal path is used in the actual 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: Parameters:
qibo_circ: The quantum circuit object. qibo_circ: The quantum circuit object.