ITensorNetworkAD.jl icon indicating copy to clipboard operation
ITensorNetworkAD.jl copied to clipboard

More test cases needed for the ITensorNetworks module

Open LinjianMa opened this issue 4 years ago • 1 comments

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 and for demonstrating the API/purpose of each function.

LinjianMa avatar Jul 18 '21 16:07 LinjianMa

Agreed it could use more testing.

A lot of the functionality was exploratory as I was trying out different designs and contraction strategies. It has been cleaned up, reorganized and simplified in #16 so should be easier to understand and test now.

mtfishman avatar Jul 19 '21 13:07 mtfishman