Skip to content

Commit 5936f20

Browse files
committed
update toml
1 parent 6cb2a3d commit 5936f20

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,14 @@ For a more comprehensive explanation of the algorithm, the interested reader sho
3636

3737
The [`src.tnsu`](/src/tnsu) folder contains the source code for this project
3838

39-
| # | file | Subject |
40-
|:----:|------------------------------------------------|:-----------------:|
41-
| 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.|
46-
| 6 | `utils.py` | A general utility module.|
39+
| # | file | Subject |
40+
|:----:|:-----------------------------------|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
41+
| 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. |
46+
| 6 | `utils.py` | A general utility module. |
4747

4848

4949

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
[build-system]
2+
requires = ["setuptools>=67", "wheel"]
3+
build-backend = "setuptools.build_meta"

0 commit comments

Comments
 (0)