diff --git a/src/qibotn/cutn.py b/src/qibotn/cutn.py index e37785b..84eda78 100644 --- a/src/qibotn/cutn.py +++ b/src/qibotn/cutn.py @@ -21,7 +21,7 @@ def eval_expectation(qibo_circ, datatype): ) -def eval_tn_MPI_2(qibo_circ, datatype, n_samples=8): +def eval_tn_MPI(qibo_circ, datatype, n_samples=8): """Convert qibo circuit to tensornet (TN) format and perform contraction using multi node and multi GPU through MPI. The conversion is performed by QiboCircuitToEinsum(), after which it goes through 2 steps: pathfinder and execution. The pathfinder looks at user defined number of samples (n_samples) iteratively to select the least costly contraction path. This is sped up with multi thread.