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 ddbdfe5 commit 9ca88b4Copy full SHA for 9ca88b4
src/contraction_sequences.jl
@@ -11,7 +11,8 @@ end
11
function contraction_sequence(alg::Algorithm, tn::Vector{ITensor})
12
return throw(
13
ArgumentError(
14
- "Algorithm $alg isn't defined for contraction sequence finding. Try loading a backend package like TensorOperations.jl.",
+ "Algorithm $alg isn't defined for contraction sequence finding. Try loading a backend package like
15
+ TensorOperations.jl or OMEinsumContractionOrders.jl.",
16
),
17
)
18
end
0 commit comments