Skip to content

Commit

Permalink
Rename eval_tn_MPI_2_expectation to eval_tn_MPI_expectation
Browse files Browse the repository at this point in the history
  • Loading branch information
Tankya2 committed Jan 30, 2024
1 parent fea2b11 commit 827c285
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qibotn/cutn.py
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,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
Expand Down

0 comments on commit 827c285

Please sign in to comment.