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 afad3c0 commit 702e6b2Copy full SHA for 702e6b2
src/ITensors.jl
@@ -31,11 +31,6 @@ macro Algorithm_str(algname)
31
return :(Algorithm{$(Expr(:quote, Symbol(algname)))})
32
end
33
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
-
39
# TODO: Used in `ITensorMPS.jl`, define in `ITensorBase.jl`.
40
function replaceprime end
41
function setprime end
0 commit comments