Linjian Ma
Linjian Ma
The following code ```python import pytaco as pt a = pt.tensor([3,3], pt.dense) b = pt.tensor([3,3], pt.dense) c = a + b ``` produces c whose format is Format(({compressed},{compressed}; 0,1)) rather...
**Description of bug** Error of `replaceinds` when the inds list to be replaced is large **Minimal code demonstrating the bug or unexpected behavior** Minimal runnable code ```julia julia> using ITensors...
This PR is mainly used for discussion. We need to break it into pieces to merge. ### APIs: Given a partition `par` and its partial contraction tree `contraction_tree`, the function...
Currently, there's a function `bonds` that returns the bonds of each column/row of a square. We can generalize the version to extract bonds on a general hypercube lattice, with the...
Keeping both structs are redundant, we can merge them into one type where it stores the list of sites where that Hamiltonian term is acting. Reference: #30
Currently the ITensorNetworks module only has 3 tests, two for the projectors and 1 for the model. We need to add more unit tests, for both testing the function robustness...
This PR introduces the reference implementation for DLDRMv3. Instructions for running the benchmark are provided in the README. Please note: The dataset setup is still pending. The README will be...