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

Generalize `evolve!` on `Chain` with k-local gates of >2 sites #164

Open mofeing opened 4 months ago

mofeing commented 4 months ago

Currently, evolve! on Chain only supports 1 and 2-local gates. Generalizing to more sites shouldn't be very difficult, although it might more efficient to change the gate to a Chain representation.