Expand description
Functionality to partition composite tensors (i.e., tensor networks) into multiple tensor networks.
Modules§
Functions§
- communication_
partitioning - Repeatedly partitions a tensor network to identify a communication scheme.
Returns a
Vec<usize>of length equal to the number of input tensors minus one, acts as a communication scheme. - find_
partitioning - Partitions input tensor network using
KaHyParlibrary. - partition_
tensor_ network - Partitions the tensor network based on the
partitioningvector that assigns each vector to a partition.