Skip to content

Commit

Permalink
Created a trash folder for old files that can still be accurate or us…
Browse files Browse the repository at this point in the history
…eful for further implementation
  • Loading branch information
antoine311200 committed Dec 20, 2021
1 parent 0718790 commit 729b196
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 33 deletions.
3 changes: 2 additions & 1 deletion tensor/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
from syngular.tensor.matrix_product_state import MatrixProductState
from syngular.tensor.matrix_product_operator import MatrixProductOperator
from syngular.tensor.matrix_product_operator import MatrixProductOperator
from syngular.tensor.matrix_product_density_operator import MatrixProductDensityOperator
4 changes: 4 additions & 0 deletions tensor/matrix_product_density_operator.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@


class MatrixProductDensityOperator:
pass
File renamed without changes.
File renamed without changes.
File renamed without changes.
32 changes: 0 additions & 32 deletions tensor/tensor_train.py → trash/tensor_train.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,38 +10,6 @@



































class MatrixProductDensityOperator:

def __init__(self, tensor, bond_shape) -> None:
Expand Down

0 comments on commit 729b196

Please sign in to comment.