You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| 1 |`tensor_network.py`| a Tensor Network class object which tracks the tensors, weights, and their connectivity|
42
-
| 2 |`simple_update.py`| a Tensor Network Simple-Update algorithm class, which gets as an input a `TensorNetwork` object and performs a simple-update run on it using Imaginary Time Evolution. |
43
-
| 3 | `structure_matrix_constructor.py`| Contains a dictionary of common iPEPS structure matrices and also functionality construction of 2D square and rectangular lattices structure matrices (**still in progress**).
44
-
| 4 |`examples.py`| Few scripts for loading a tensor network state from memory and a full Antiferromagnetic Heisenberg model PEPS experiment.|
45
-
| 5 |`ncon.py`| A module for tensors contraction in python copied from the [ncon](https://github.com/mhauru/ncon) GitHub repository.|
| 1 |`tensor_network.py`| a Tensor Network class object which tracks the tensors, weights, and their connectivity|
42
+
| 2 |`simple_update.py`| a Tensor Network Simple-Update algorithm class, which gets as an input a `TensorNetwork` object and performs a simple-update run on it using Imaginary Time Evolution.|
43
+
| 3 | `structure_matrix_constructor.py` | Contains a dictionary of common iPEPS structure matrices and also functionality construction of 2D square and rectangular lattices structure matrices (**still in progress**).
44
+
| 4 |`examples.py`| Few scripts for loading a tensor network state from memory and a full Antiferromagnetic Heisenberg model PEPS experiment.|
45
+
| 5 |`math_objects.py`| A module for mathematical needed objects. |
0 commit comments