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

In-place operations that expand the storage type

Open mtfishman opened this issue 5 years ago • 0 comments

It would be nice to have some in-place operations that expand the storage type, for example:

T = randomITensor(i,i')
T .*= 2+1im

mtfishman avatar Oct 07 '20 17:10 mtfishman