ITensor / NDTensors.jl

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

Return Tensor from setindex!(::DiagBlockSparseTensor, _) #3

Closed mtfishman closed 4 years ago

mtfishman commented 4 years ago

To help with generic code, setindex!(::DiagBlockSparseTensor, _) should return return the tensor (right now it returns the value set).

mtfishman commented 4 years ago

Fixed by #1.