TensorNetwork
TensorNetwork copied to clipboard
A library for easy and efficient manipulation of tensor networks.
Hi, Does there exist a function that takes a finite-dimensional quantum state expressed as a 2^n x 1 vector and returns the same state in a FiniteMPS form? Thank you!
Hi, I have a code in which the most computationally expensive part is the contraction of the whole network, that is composed by a number of tensors usually larger than...
Hey, pardon for posting a similar issue twice, but I think this matter needs to some attention. There are no proper working tensor-train RNNs for the latest tf/keras which is...
Solves: #896 Hi TN people! Thank you very much for your work so far! Much like in #896 users of our project [OQuPy](https://github.com/tempoCollaboration/OQuPy) experience sometimes non-reproducible "SVD did not converge"...
As discussed in https://github.com/google/TensorNetwork/issues/179, we should merge axes names after contraction and throw an error if the user tries to access an ambiguous name.
In file https://github.com/google/TensorNetwork/blob/master/tensornetwork/matrixproductstates/base_mps.py, line 319: `res.append(self.backend.item(result.tensor))` and line 479 `return [self.backend.item(o) for o in c]`, the using of `self.backend.item` is incompatible with autograd in jax (and maybe also other backends)....
I've been looking for the code that goes with the article "TensorNetwork for Machine Learning" by Efthymiou, Hidary, and Leichenauer (2019), but I haven't been able to find it in...
Added classes for the following single body quantum operators based on issue #393 : X Y Z Sx Sy Sz H T
It would be good to give control over the way `split_node` splits the node. Oftentimes, we want to push the singular values left or right, to move the center of...