Skip to content

Commit

Permalink
Fix ops export
Browse files Browse the repository at this point in the history
  • Loading branch information
mtfishman committed Sep 1, 2024
1 parent 740838b commit f5e2f17
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "ITensorMPS"
uuid = "0d1a4710-d33b-49a5-8f18-73bdf49b47e2"
authors = ["Matthew Fishman <mfishman@flatironinstitute.org>", "Miles Stoudenmire <mstoudenmire@flatironinstitute.org>"]
version = "0.2.4"
version = "0.2.5"

[deps]
ITensorTDVP = "25707e16-a4db-4a07-99d9-4d67b7af0342"
Expand Down
5 changes: 3 additions & 2 deletions src/ITensorMPS.jl
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ using .Experimental: Experimental
include("Deprecated.jl")
using .Deprecated: Deprecated, dmrg
export dmrg
@reexport using ITensors: contract
# `ops` is defined in `ITensors.SiteTypes`.
# TODO: Maybe reexport from there.
@reexport using ITensors: contract, ops
@reexport using ITensors.ITensorMPS:
@OpName_str,
@SiteType_str,
Expand Down Expand Up @@ -117,7 +119,6 @@ export dmrg
nsite,
nsweep,
op,
ops,
orthoCenter,
ortho_lims,
orthocenter,
Expand Down

0 comments on commit f5e2f17

Please sign in to comment.