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 d328a3a commit 925bad8Copy full SHA for 925bad8
1 file changed
src/algorithms/ctmrg/sparse_environments.jl
@@ -76,7 +76,7 @@ function TensorKit.TensorMap(Q::EnlargedCorner)
76
elseif Q.dir == SOUTHWEST
77
return enlarge_southwest_corner(Q.E_1, Q.C, Q.E_2, Q.A)
78
else
79
- throw(ArgumentError(lazy"Invalid direction $dir"))
+ throw(ArgumentError(lazy"Invalid direction $(Q.dir)"))
80
end
81
82
0 commit comments