Skip to content

Commit a71d208

Browse files
committed
Naming
1 parent 21c915a commit a71d208

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/abstractitensornetwork.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -628,7 +628,7 @@ function tree_gauge(alg::Algorithm, ψ::AbstractITensorNetwork, region)
628628
end
629629

630630
#Get the path that moves the gauge from a to b on a tree
631-
#TODO: Moved to NamedGraphs
631+
#TODO: Move to NamedGraphs
632632
function gauge_path(g::AbstractGraph, region_a::Vector, region_b::Vector)
633633
issetequal(region_a, region_b) && return edgetype(g)[]
634634
st = steiner_tree(g, union(region_a, region_b))

0 commit comments

Comments
 (0)