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
* add_util_leg spinoff for MPOHamiltonian
* apply add_util_mpoleg to correlator
* use add_util_mpoleg in FiniteMPO
* use add_util_mpoleg in test on correlator
* avoid `oneunit(S)` in one constructor of `InfiniteMPOHamiltonian`
* avoid `oneunit(S)` in one constructor of `FiniteMPOHamiltonian`
* remove type `LocalOperator` in `_oneunit`
* remove braidings in `left/right_excitation_transfer_system` of `InfiniteMPOHamiltonian`
* typo in `right_excitation_transfer_system`
* rewrite `(In)FiniteMPOHamiltonian` and the way `oneunit` was avoided
* avoid `oneunit(spacetype(H))` evaluation
* super important typo
* remove comments
* get `return_type` in `excitations` to evaluate the `sector` kwarg
* typo
* manipulate `oneunit`s in addition of `MPOHamiltonian`s
* format
* simplify expression
* add comments
* get `infinite_temperature_density_matrix` working
* generalise identifying space in `infinite_temperature_density_matrix`
* make util spaces generic in `left/right_excitation_transfer_system`
* remove braiding in `InfiniteQP` environments + rename variables for consistency
* Revert "remove braiding in `InfiniteQP` environments + rename variables for consistency"
This reverts commit 2114cdc.
* add multifusion tests
* actually use my variable everywhere
* add Z2 Ising model
* compare to Z2 Ising model + add injectivity check
* remove defaulting to `Z2Irrep` for new operators
* fix kitaev model term (even if it's not used)
* format
* actually run the multifusion test
* import TestSetup module, remove unused deps + add variance tests
* specify allowed spin for Z2 `S_zz` + don't use deprecated call
* add variance tests for `FiniteMPS` + allow it to be negative (?) + add `FiniteExcited` test
* Revert "Merge branch 'master' of https://github.com/QuantumKitHub/MPSKit.jl into boris-MTK-compat"
This reverts commit 2c96ab1, reversing
changes made to a17874a.
* Revert "Revert "Merge branch 'master' of https://github.com/QuantumKitHub/MPSKit.jl into boris-MTK-compat""
This reverts commit fdd95c7.
* Revert "Merge branch 'master' of https://github.com/QuantumKitHub/MPSKit.jl into boris-MTK-compat"
This reverts commit 2c96ab1, reversing
changes made to 8cf041f.
* Revert "Revert "Merge branch 'master' of https://github.com/QuantumKitHub/MPSKit.jl into boris-MTK-compat""
This reverts commit 2f1108e.
* fix the messed up merges hopefully
* format
* actually format everything
* typo
* deal with float dimension
* `left/rightunit` for MPS and MPO
* using `left/rightunit(space)`
* test updates
* some `unitspace`s
* some `rightunitspace`s
* docstring to ED
* remove ED error test
* more `rightunitspace`s in tests
* even more `rightunitspace`s
* some `unit`s, `leftunit`s and `isunit`s
* some code suggestions and fixes
* update `add_util_leg` and delete `add_util_mpoleg`
* format
* relax only to first
* check if hamiltonians are diagonal
* `leftunitspace` where it feels spatially correct and allowed
* Update src/algorithms/correlators.jl
Co-authored-by: Lukas Devos <ldevos98@gmail.com>
* deal with `unitspace` within `MPOHamiltonian` constructors
* get `left/right_canicalize!` working
* address some comments
* unit space insertions and removals
* bring back the wrapper
---------
Co-authored-by: Lukas Devos <ldevos98@gmail.com>
0 commit comments