Skip to content

Commit 2655456

Browse files
committed
Add comment
1 parent e6df7a7 commit 2655456

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/ITensorBase.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,8 @@ function commonind(a1::AbstractITensor, a_rest::AbstractITensor...)
249249
return only(commoninds(a1, a_rest...))
250250
end
251251

252+
# TODO: Use `replaceinds`/`mapinds`, based on
253+
# `replacenameddimsindices`/`mapnameddimsindices`.
252254
prime(a::AbstractITensor) = setinds(a, prime.(inds(a)))
253255

254256
include("quirks.jl")

0 commit comments

Comments
 (0)