ITensor / NDTensors.jl

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

exponentiation for block-sparse matrices (block-diagonal) #16

Closed orialb closed 4 years ago

orialb commented 4 years ago

The NDTensors part for https://github.com/ITensor/ITensors.jl/issues/394 .

orialb commented 4 years ago

hmm, are the tests for this package running as part of the ITensors.jl test suite?

mtfishman commented 4 years ago

Looks good, thanks! We just haven't set up CI here yet, for now we are being lazy and testing NDTensors through ITensor functionality (since the tests would often mirror each other anyway, and NDTensors is mostly being developed for internal use in ITensors.jl at the moment).

mtfishman commented 4 years ago

Though it is great that you added tests, and we should set up CI here even though the coverage is pretty bad right now.

orialb commented 4 years ago

Maybe you can setup CI such that PRs to NDTensors run the ITensors test suite?

mtfishman commented 4 years ago

Not a bad idea, we could look into it.