pub type SimplePath = Vec<(TensorIndex, TensorIndex)>;Expand description
A simple, flat contraction path. If you only need a reference, prefer
SimplePathRef.
Aliased Typeยง
pub struct SimplePath { /* private fields */ }pub type SimplePath = Vec<(TensorIndex, TensorIndex)>;A simple, flat contraction path. If you only need a reference, prefer
SimplePathRef.
pub struct SimplePath { /* private fields */ }