bsc-quantic / Tenet.jl

Composable Tensor Network library in Julia
https://bsc-quantic.github.io/Tenet.jl/
Apache License 2.0
17 stars 1 forks source link

Speedup Tensor Network tranformations #126

Closed mofeing closed 2 months ago

mofeing commented 6 months ago

Some Transformations take a considerate amount of time when they should be almost instantaneous. Optimization should be performed on them with a focus on algorithmic optimization and parallelization.

mofeing commented 2 months ago

The offending Transformation was mainly RankSimplification, which was renamed to ContractionSimplification and accelerated with a new refactor.