We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9a2d54 commit c3b7cd2Copy full SHA for c3b7cd2
src/abstractitensornetwork.jl
@@ -42,7 +42,7 @@ using ITensorMPS: ITensorMPS, add, linkdim, linkinds, siteinds
42
using .ITensorsExtensions: ITensorsExtensions, indtype, promote_indtype
43
using LinearAlgebra: LinearAlgebra, factorize
44
using MacroTools: @capture
45
-using NamedGraphs: NamedGraphs, NamedGraph, vertextype, not_implemented, steiner_tree
+using NamedGraphs: NamedGraphs, NamedGraph, not_implemented, steiner_tree
46
using NamedGraphs.GraphsExtensions:
47
⊔, directed_graph, incident_edges, rename_vertices, vertextype
48
using NDTensors: NDTensors, dim, Algorithm
0 commit comments