Skip to content

Commit fd1c7e1

Browse files
committed
Fix typo
1 parent 39c4bc6 commit fd1c7e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/contractnetwork.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ function contraction_sequence(::Algorithm"leftassociative", tn::Vector{<:Abstrac
2323
return prod(symnameddims, 1:length(tn))
2424
end
2525

26-
function contraction_sequence(tn::Vector{<:AbstractArray}; alg = default_sequence_alg)
27-
return contraction_sequence(Algorithm(alg), tn)
26+
function contraction_sequence(tn::Vector{<:AbstractArray}; sequence_alg = default_sequence_alg)
27+
return contraction_sequence(Algorithm(sequence_alg), tn)
2828
end
2929

3030
function contractnetwork(alg::Algorithm"exact", tn::Vector{<:AbstractArray})

0 commit comments

Comments
 (0)