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 `norm(MatrixProductOperator)` and `norm(other TN models)` #64

Closed emapuljak closed 1 year ago

emapuljak commented 1 year ago

norm(MPO) and norm(Composite TN) not implemented for now. norm(MPS) is implemented.

jofrevalles commented 1 year ago

The norm of any TensorNetwork{<:Quantum} state is already implemented in our code, but you are right that there were problems for the mpo. I have created a new branch with the fixes and am writing the PR now.