Skip to content

Commit b4bd9f3

Browse files
committed
fix
1 parent f38a686 commit b4bd9f3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/algorithms/toolbox.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ function calc_galerkin(
7171
return calc_galerkin(col, below[row + 1], operator[row], above[row], envs[row])
7272
end
7373
function calc_galerkin(
74-
below::Union{AbstractMPS, MultilineMPS}, operator, above, envs
74+
below::AbstractMPS, operator, above, envs
7575
)
7676
return maximum(pos -> calc_galerkin(pos, below, operator, above, envs), 1:length(above))
7777
end

0 commit comments

Comments
 (0)