Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mtfishman committed May 11, 2024
1 parent 0c7f0c5 commit ce7c6e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ITensorMPS.jl
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const alternating_update_dmrg = ITensorTDVP.dmrg
# Not re-exported, but this makes these types and functions accessible
# as `ITensorMPS.x`.
using ITensors.ITensorMPS:
AbstractProjMPO, AbstractMPS, ProjMPS, makeL!, makeR!, set_terms, sortmergeterms, terms
AbstractProjMPO, AbstractSum, ProjMPS, makeL!, makeR!, set_terms, sortmergeterms, terms
@reexport using ITensors.ITensorMPS:
@OpName_str,
@SiteType_str,
Expand Down

0 comments on commit ce7c6e5

Please sign in to comment.