You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Update for BlockTensors
* Bugfix mpoham constructor
adds missing end of each term
* update compat
* `AbstractTensorMap` typesignature changes
* always use `AbstractTensorMap` as tensortype of `MPOHamiltonian`s, correct braidingtensor signature
* use `SparseBlockTensorMap`s for `MPOHamiltonian`s
* allow for different types of tensors at different sites
* add new `AbstractFiniteLattice` and `AbstractInfiniteLattice` supertypes for differentiating between finite and infinite models
* implement `Base.isfinite` for lattice(types)
* add `Base.isfinite` for LatticePoints
* make sure finite lattices result in a `FiniteMPOHamiltonian`
* change the handling of checking whether a lattice is finite, remove abstract types introduced earlier
* account for changes to `right_virtualspace`
* update TensorKit compat
* Bump version v0.4.0
* Small fixes
* Update spinoperators for TensorKit version
* update bosonoperators for new TensorKit version
* update fermionoperators for new TensorKit version
* update hubbardoperators for TensorKit version
* update tJ operators for TensorKit version
* Revert "allow for different types of tensors at different sites"
This reverts commit a09994c.
* rework mpoham to use existing functionality
* disable type inference testing
* Cleanup
* update CI
---------
Co-authored-by: victor <[email protected]>
0 commit comments