Alphaharrius / Zipper.jl

Implementation of Zipper Entanglement Renormalization on Julia platform.
GNU General Public License v3.0
1 stars 0 forks source link

Multiplication between `CrystalFockMap` is invalid #8

Closed Alphaharrius closed 8 months ago

Alphaharrius commented 8 months ago

To reproduce, compose a courier zipper by courierzipper = courierisometry' * blocking. The result of courierzipper * correlations * courierzipper' is different from the case which all CrystalFockMap are converted into SparseFockMap using FockMap(::CrystalFockMap), and the latter is correct.

Alphaharrius commented 8 months ago

Issue fixed, for detailed descriptions please refer to pull request #9.