Skip to content

Commit

Permalink
Make ProjMPS accessible
Browse files Browse the repository at this point in the history
  • Loading branch information
emstoudenmire committed May 10, 2024
1 parent da34f41 commit c832e00
Show file tree
Hide file tree
Showing 3 changed files with 3 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 <[email protected]>", "Miles Stoudenmire <[email protected]>"]
version = "0.1.4"
version = "0.1.5"

[deps]
ITensorTDVP = "25707e16-a4db-4a07-99d9-4d67b7af0342"
Expand Down
3 changes: 1 addition & 2 deletions src/ITensorMPS.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ using ITensorTDVP: ITensorTDVP
const alternating_update_dmrg = ITensorTDVP.dmrg
# Not re-exported, but this makes these types and functions accessible
# as `ITensorMPS.x`.
using ITensors.ITensorMPS: AbstractSum, sortmergeterms
using ITensors.ITensorMPS: AbstractSum, ProjMPS, sortmergeterms
@reexport using ITensors.ITensorMPS:
@OpName_str,
@SiteType_str,
Expand Down Expand Up @@ -38,7 +38,6 @@ using ITensors.ITensorMPS: AbstractSum, sortmergeterms
ProjMPO,
ProjMPOSum,
ProjMPO_MPS,
ProjMPS,
Scaled,
SiteType,
Spectrum,
Expand Down
1 change: 1 addition & 0 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ using Test: @test, @test_broken, @testset
# ?
@test_broken ITensorMPS.sortmergeterms === ITensors.sortmergeterms
@test ITensorMPS.AbstractSum === ITensors.ITensorMPS.AbstractSum
@test ITensorMPS.ProjMPS === ITensors.ITensorMPS.ProjMPS
end
end
end

0 comments on commit c832e00

Please sign in to comment.