Skip to content

Commit

Permalink
more unused code deletion
Browse files Browse the repository at this point in the history
  • Loading branch information
lkdvos committed Dec 10, 2024
1 parent 6021c82 commit fe21134
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2,734 deletions.
6 changes: 0 additions & 6 deletions src/MPSKit.jl
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ export transfer_left, transfer_right

@deprecate virtualspace left_virtualspace # there is a possible ambiguity when C isn't square, necessitating specifying left or right virtualspace
@deprecate params(args...) environments(args...)
# @deprecate InfiniteMPO(args...) DenseMPO(args...)

# Abstract type defs
abstract type Algorithm end
Expand Down Expand Up @@ -96,8 +95,6 @@ include("states/ortho.jl")

include("operators/abstractmpo.jl")
include("operators/mpo.jl")
# include("operators/sparsempo/sparseslice.jl")
# include("operators/sparsempo/sparsempo.jl")
include("operators/mpohamiltonian.jl") # the mpohamiltonian objects
include("operators/mpomultiline.jl")
include("operators/projection.jl")
Expand Down Expand Up @@ -164,7 +161,4 @@ include("algorithms/ED.jl")

include("algorithms/unionalg.jl")

# include("precompile.jl")
# _precompile_()

end
Loading

0 comments on commit fe21134

Please sign in to comment.