ITensor / DataGraphs.jl

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

Specify vertex and edge data types with keyword arguments #26

Closed mtfishman closed 5 months ago

mtfishman commented 5 months ago

For example, remove DataGraph(underlying_graph, String, String) in favor of DataGraph(underlying_graph; vertex_data_eltype=String, edge_data_eltype=String), similar to the syntax of MetaGraphsNext.

mtfishman commented 5 months ago

Closed by #24.