Modules§
- communication_
schemes - contraction_
cost - Different methods to compute the computational and memory cost of contraction paths.
- contraction_
tree - paths
- Contraction path finders.
- repartitioning
- Methods for improving the partitioning of a tensor network to improve time-to-solution.
Structs§
- Contraction
Path - A (possibly nested) contraction path.
Type Aliases§
- Simple
Path - A simple, flat contraction path. If you only need a reference, prefer
SimplePathRef. - Simple
Path Ref - Reference to a
SimplePath.