Alphaharrius / Zipper.jl

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

`distillation` can be enhanced using multithreading #5

Closed Alphaharrius closed 8 months ago

Alphaharrius commented 8 months ago

The method distillation might be fast in smaller system sizes <= 192x192 but relatively slow with larger system sizes (about 50 seconds for 384x384), given that it is working on CrystalSpectrum which is a candidate for parallel processing, it could be improved using the parallel API, yet it's flow structure is much more complex comparing to some previous enhanced methods, thus detailed analysis is required.

Alphaharrius commented 8 months ago

This method is too difficult to be converted to multithread-compatible.