Skip to content

Commit a791799

Browse files
committed
Remove obsolete code
1 parent 2d5bdd9 commit a791799

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/operators/abstractmpo.jl

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,6 @@ end
3737

3838
# Utility functions
3939
# -----------------
40-
# function jordanmpotensortype(::Type{S}, ::Type{T}) where {S<:VectorSpace,T<:Number}
41-
# TT = Base.promote_typejoin(tensormaptype(S, 2, 2, T), BraidingTensor{T,S})
42-
# return SparseBlockTensorMap{TT}
43-
# end
44-
4540
remove_orphans!(mpo::AbstractMPO; tol=eps(real(scalartype(mpo)))^(3 / 4)) = mpo
4641
function remove_orphans!(mpo::SparseMPO; tol=eps(real(scalartype(mpo)))^(3 / 4))
4742
droptol!.(mpo, tol)

0 commit comments

Comments
 (0)