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

Implement `tensors` function for `Operator` types #80

Closed jofrevalles closed 8 months ago

jofrevalles commented 11 months ago

Currently the tensors function is not implemented for Operator types. @mofeing argues that it is not easy to implement tensors for Operators when the input and output sites do not match (e. g. SpacedMatrixProductOperator). I think that currently both MPO and PEPO only support the same input/output sites, so maybe we could just implement that (as #78 intended).

mofeing commented 8 months ago

Related code moved to Qrochet.jl.