Rename eval_tn_MPI_2 to eval_tn_MPI
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user