Skip to content

Commit 9ca88b4

Browse files
committed
Better error message
1 parent ddbdfe5 commit 9ca88b4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/contraction_sequences.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ end
1111
function contraction_sequence(alg::Algorithm, tn::Vector{ITensor})
1212
return throw(
1313
ArgumentError(
14-
"Algorithm $alg isn't defined for contraction sequence finding. Try loading a backend package like TensorOperations.jl.",
14+
"Algorithm $alg isn't defined for contraction sequence finding. Try loading a backend package like
15+
TensorOperations.jl or OMEinsumContractionOrders.jl.",
1516
),
1617
)
1718
end

0 commit comments

Comments
 (0)