Skip to content

Commit

Permalink
Make more ITensorMPS internals visible (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
emstoudenmire authored May 10, 2024
1 parent 896e1b2 commit 04faa15
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/ITensorMPS.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ 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, ProjMPS, sortmergeterms
using ITensors.ITensorMPS:
AbstractProjMPO, AbstractSum, ProjMPS, makeL!, makeR!, sortmergeterms
@reexport using ITensors.ITensorMPS:
@OpName_str,
@SiteType_str,
Expand Down

0 comments on commit 04faa15

Please sign in to comment.