The new `TensorNetwork` type should - [ ] Have its edges _strictly_ defined by the indices of its tensors. - [ ] Not necessarily rely on an `underlying_graph`. - [ ] Accept a dictionary of tensors, with keys as the vertices, as its primary method of construction. - [ ] Have a index (tensor dimension) to vertex mapping. As a corollary to the above, a `TensorNetwork` should - [ ] _Not_ implement `rem_edge!` (see [this comment](https://github.com/ITensor/ITensorNetworksNext.jl/pull/26/changes#r3111637234))
The new
TensorNetworktype shouldunderlying_graph.As a corollary to the above, a
TensorNetworkshouldrem_edge!(see this comment)