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