ITensor / DataGraphs.jl

A simple graph type with data on the vertices and edges.
MIT License
12 stars 3 forks source link

Add `connected_components`, `incident_edges` #9

Closed mtfishman closed 1 year ago

mtfishman commented 1 year ago

For underlying graphs that are NamedGraphs, this depends on https://github.com/mtfishman/NamedGraphs.jl/pull/19.