Skip to content

Commit 702e6b2

Browse files
committed
Simplifications
1 parent afad3c0 commit 702e6b2

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/ITensors.jl

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,6 @@ macro Algorithm_str(algname)
3131
return :(Algorithm{$(Expr(:quote, Symbol(algname)))})
3232
end
3333

34-
# TODO: Used in `ITensorMPS.jl`, decide where or if to define it.
35-
# Probably define in `ITensorBase.jl` as a shorthand for
36-
# constructing a set of tags.
37-
macro ts_str(tags) end
38-
3934
# TODO: Used in `ITensorMPS.jl`, define in `ITensorBase.jl`.
4035
function replaceprime end
4136
function setprime end

0 commit comments

Comments
 (0)