Skip to content

Commit

Permalink
Rename eval_tn_MPI_2 to eval_tn_MPI
Browse files Browse the repository at this point in the history
  • Loading branch information
Tankya2 committed Jan 30, 2024
1 parent 1035629 commit 66aaf0e
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 @@ -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.
Expand Down

0 comments on commit 66aaf0e

Please sign in to comment.