File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed
Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change 1616Matrix Product Operator (MPO) acting on a finite tensor product space with a linear order.
1717"""
1818const FiniteMPO{O} = MPO{O, Vector{O}}
19- Base. isfinite (O:: MPO ) = isfinite (typeof (O))
2019Base. isfinite (:: Type{<:FiniteMPO} ) = true
2120GeometryStyle (:: Type{<:FiniteMPO} ) = FiniteChainStyle ()
2221OperatorStyle (:: Type{<:MPO} ) = MPOStyle ()
Original file line number Diff line number Diff line change @@ -31,7 +31,6 @@ operators in a form that is compatible with this constructor.
3131struct MPOHamiltonian{TO <: JordanMPOTensor , V <: AbstractVector{TO} } <: AbstractMPO{TO}
3232 W:: V
3333end
34- Base. isfinite (mpo:: MPOHamiltonian ) = isfinite (typeof (mpo))
3534OperatorStyle (:: Type{<:MPOHamiltonian} ) = HamiltonianStyle ()
3635
3736const FiniteMPOHamiltonian{O <: MPOTensor } = MPOHamiltonian{O, Vector{O}}
You can’t perform that action at this time.
0 commit comments