Skip to content

Commit f3b93a4

Browse files
JoeyT1994mtfishman
andauthored
Update ext/ITensorsTensorOperationsExt/ITensorsTensorOperationsExt.jl
Co-authored-by: Matt Fishman <[email protected]>
1 parent b003332 commit f3b93a4

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

ext/ITensorsTensorOperationsExt/ITensorsTensorOperationsExt.jl

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,6 @@ using ITensors: ITensors, ITensor, dim, inds
44
using NDTensors.AlgorithmSelection: @Algorithm_str
55
using TensorOperations: TensorOperations, optimaltree
66

7-
"""
8-
optimal_contraction_sequence(T)
9-
10-
Returns a contraction sequence for contracting the tensors `T`. The sequence is
11-
generally optimal and is found via the optimaltree function in TensorOperations.jl which must be loaded.
12-
"""
137
function ITensors.optimal_contraction_sequence(
148
As::Union{Vector{<:ITensor},Tuple{Vararg{ITensor}}}
159
)

0 commit comments

Comments
 (0)