From 9bca7a061472679729ff3c24a7fbaf2b14a4ec7b Mon Sep 17 00:00:00 2001 From: tankya2 Date: Tue, 30 Jan 2024 10:34:47 +0800 Subject: [PATCH] Rename eval_tn_MPI_2_expectation to eval_tn_MPI_expectation --- src/qibotn/cutn.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/qibotn/cutn.py b/src/qibotn/cutn.py index 4d5c3f2..b6213cf 100644 --- a/src/qibotn/cutn.py +++ b/src/qibotn/cutn.py @@ -291,7 +291,7 @@ def eval_tn_nccl_expectation(qibo_circ, datatype, n_samples=8): return result, rank -def eval_tn_MPI_2_expectation(qibo_circ, datatype, n_samples=8): +def eval_tn_MPI_expectation(qibo_circ, datatype, n_samples=8): from mpi4py import MPI # this line initializes MPI import socket from cuquantum import Network