ITensor / DataGraphs.jl

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

Allow specifying vertex type when constructing `DataGraph` #30

Closed mtfishman closed 2 months ago

mtfishman commented 2 months ago

For example, DataGraph{Float64}(named_path_graph(4)).