TensorNetwork icon indicating copy to clipboard operation
TensorNetwork copied to clipboard

A library for easy and efficient manipulation of tensor networks.

Results 101 TensorNetwork issues
Sort by recently updated
recently updated
newest added

Hi! I have a `saved_model` with a few fully-connected layers (`fc_layers`), is it possible to transform the `weights` already learned from those `fc_layers` to the weights of `tn_layers`? Or do...

question

Added a function to compute the low energy eigenstates of a local, SU(2)-symmetric Hamiltonian, in a way that exploits the SU(2) symmetry. Also added some generic SU(2) functionality e.g. functions...

cla: yes

This is a ~~~megathread~~~ for tracking the addition of examples.

enhancement

Hey Team TN, I am using the tensornetwork package to create an MPS based Quantum Circuit Simulator and analysing the effect of truncated bond-dimensions on the circuits I am studying....

This PR implements the power function specifically to symmetric and PyTorch backends with their respective test. The changes were implemented in the files: ``` tensornetwork/backends/pytorch/* tensornetwork/backends/symmetric/* ``` This is in...

cla: yes

Added the decomposition function following the idea of having a pivot on the tensor, this is in reference to issue #852. which we then reshape into a matrix for the...

cla: yes

Jax proper now supports GMRES, and the version there should be better than ours in several ways. If we are willing to enforce that one have the latest Jax version...

I'd love to see some methods for serialization and storage of matrix product operators and states. In the short term, I was hoping to use pickle and/or [dill](https://pypi.org/project/dill/), but both...

testing of the symmetric backend is currently done independently of the other backends. We should pull all these tests together. A good way would be to build a custom test...