Skip to content

Commit

Permalink
Simplifications
Browse files Browse the repository at this point in the history
  • Loading branch information
mtfishman committed Jan 28, 2025
1 parent afad3c0 commit 702e6b2
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/ITensors.jl
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,6 @@ macro Algorithm_str(algname)
return :(Algorithm{$(Expr(:quote, Symbol(algname)))})
end

# TODO: Used in `ITensorMPS.jl`, decide where or if to define it.
# Probably define in `ITensorBase.jl` as a shorthand for
# constructing a set of tags.
macro ts_str(tags) end

# TODO: Used in `ITensorMPS.jl`, define in `ITensorBase.jl`.
function replaceprime end
function setprime end
Expand Down

0 comments on commit 702e6b2

Please sign in to comment.