Skip to content

Commit 21c915a

Browse files
committed
Update version
1 parent da63c87 commit 21c915a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "ITensorNetworks"
22
uuid = "2919e153-833c-4bdc-8836-1ea460a35fc7"
33
authors = ["Matthew Fishman <[email protected]>, Joseph Tindall <[email protected]> and contributors"]
4-
version = "0.12.0"
4+
version = "0.12.1"
55

66
[deps]
77
AbstractTrees = "1520ce14-60c1-5f80-bbc7-55ef81b5835c"

src/abstractitensornetwork.jl

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

630-
#Get the path that moves the gauge from a to b (minimum path between a and b)
630+
#Get the path that moves the gauge from a to b on a tree
631631
#TODO: Moved to NamedGraphs
632632
function gauge_path(g::AbstractGraph, region_a::Vector, region_b::Vector)
633633
issetequal(region_a, region_b) && return edgetype(g)[]

0 commit comments

Comments
 (0)