ITensor / DataGraphs.jl

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

Rename `edge/vertex_data_type` to `edge/vertex_data_eltype` #25

Closed mtfishman closed 5 months ago

mtfishman commented 5 months ago

This anticipates being able to specifying the type of collection the vertex and edge data is stored in, see #11.

mtfishman commented 5 months ago

Closed by #24.