ITensor / NamedGraphs.jl

Extension of `Graphs.jl` to graphs with named vertices.
MIT License
6 stars 3 forks source link

Don't reexport anything from `Graphs.jl` #58

Closed mtfishman closed 6 months ago

mtfishman commented 6 months ago

Instead, we will expect users to load Graphs.jl explicitly to access those functions, or they can load them individually with using NamedGraphs: vertices, though that will only work if they have been brought into the namespace of NamedGraphs so may be fragile.

mtfishman commented 6 months ago

Closed by #64.