pub fn scatter_tensor_network(
r_tn: &CompositeTensor,
path: &ContractionPath,
rank: Rank,
size: Rank,
world: &SimpleCommunicator,
) -> (CompositeTensor, ContractionPath, Communication)Expand description
Distributes the partitioned tensor network to the various processes via MPI.