File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 11name = " ITensorMPS"
22uuid = " 0d1a4710-d33b-49a5-8f18-73bdf49b47e2"
33authors = [
" Matthew Fishman <[email protected] >" ,
" Miles Stoudenmire <[email protected] >" ]
4- version = " 0.2.4 "
4+ version = " 0.2.5 "
55
66[deps ]
77ITensorTDVP = " 25707e16-a4db-4a07-99d9-4d67b7af0342"
Original file line number Diff line number Diff line change @@ -10,7 +10,9 @@ using .Experimental: Experimental
1010include (" Deprecated.jl" )
1111using . Deprecated: Deprecated, dmrg
1212export dmrg
13- @reexport using ITensors: contract
13+ # `ops` is defined in `ITensors.SiteTypes`.
14+ # TODO : Maybe reexport from there.
15+ @reexport using ITensors: contract, ops
1416@reexport using ITensors. ITensorMPS:
1517 @OpName_str ,
1618 @SiteType_str ,
@@ -117,7 +119,6 @@ export dmrg
117119 nsite,
118120 nsweep,
119121 op,
120- ops,
121122 orthoCenter,
122123 ortho_lims,
123124 orthocenter,
You can’t perform that action at this time.
0 commit comments