ITensor / NDTensors.jl

A Julia package for n-dimensional sparse tensors.
Apache License 2.0
27 stars 7 forks source link

Break ITensors! #33

Closed emstoudenmire closed 4 years ago

emstoudenmire commented 4 years ago

The purpose of this PR is to break the ITensors.jl unit tests while leaving the NDTensors tests passing.

mtfishman commented 4 years ago

Great, looks like it failed!

emstoudenmire commented 4 years ago

Actually the tests never finished running, so I had to cancel them by hand! Probably broke it too much. I'm going to push a different version that will hopefully let the tests at least run until they throw an error.

mtfishman commented 4 years ago

Ah, ok. From the logs it looks like combiner-related functions in the ITensors tests did fail, so probably it is working as we hope it is.

emstoudenmire commented 4 years ago

Great - I didn't see that. Perfect then: I'll go ahead and close this PR.