SimplePath

Type Alias SimplePath 

Source
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 */ }