An `AbstractDataGraph` should implement the `AbstractNamedGraph` and `AbstractDataGraph` interface. - [ ] Rename `IsUnderlyingGraph` trait to something more informative. e.g. `IsDatafullGraph` (name tbd) - [ ] An `AbstractNamedGraph` should be assumed to *not* have data by default (https://github.com/ITensor/DataGraphs.jl/pull/94#discussion_r3117632795) - [ ] Add function `dataless_graph` to construct a similar graph, but without data. - [ ] Consider if it is worth removing `underlying_graph` from the concrete `DataGraph`. Related: https://github.com/ITensor/DataGraphs.jl/issues/102
An
AbstractDataGraphshould implement theAbstractNamedGraphandAbstractDataGraphinterface.IsUnderlyingGraphtrait to something more informative. e.g.IsDatafullGraph(name tbd)AbstractNamedGraphshould be assumed to not have data by default (Newsimilar_graphinterface forAbstractDataGraph; misc bug fixes. #94 (comment))dataless_graphto construct a similar graph, but without data.underlying_graphfrom the concreteDataGraph.Related: #102