Skip to content

Commit 69e1526

Browse files
authored
Fix ops reexport (#26)
1 parent 740838b commit 69e1526

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "ITensorMPS"
22
uuid = "0d1a4710-d33b-49a5-8f18-73bdf49b47e2"
33
authors = ["Matthew Fishman <[email protected]>", "Miles Stoudenmire <[email protected]>"]
4-
version = "0.2.4"
4+
version = "0.2.5"
55

66
[deps]
77
ITensorTDVP = "25707e16-a4db-4a07-99d9-4d67b7af0342"

src/ITensorMPS.jl

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ using .Experimental: Experimental
1010
include("Deprecated.jl")
1111
using .Deprecated: Deprecated, dmrg
1212
export 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,

0 commit comments

Comments
 (0)