Skip to content

Commit 07d40d2

Browse files
committed
Remove extraneous storagetype
1 parent 71d9098 commit 07d40d2

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/operators/mpohamiltonian.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ struct MPOHamiltonian{TO <: JordanMPOTensor, V <: AbstractVector{TO}} <: Abstrac
3232
W::V
3333
end
3434
OperatorStyle(::Type{<:MPOHamiltonian}) = HamiltonianStyle()
35-
TensorKit.storagetype(mpo::MPOHamiltonian{O, V}) where {O, V} = storagetype(O)
3635
TensorKit.storagetype(::Type{MPOHamiltonian{O, V}}) where {O, V} = storagetype(O)
3736

3837
const FiniteMPOHamiltonian{O <: MPOTensor} = MPOHamiltonian{O, Vector{O}}

0 commit comments

Comments
 (0)