Incorrect replace!
of a Tensor
in a TensorNetwork
with the same Tensor
#225
Labels
bug
Something isn't working
Summary
The
replace!
function for aTensor
in aTensorNetwork
, where it is replaced with the sameTensor
, leads to the deletion of thatTensor
:I think that there might be a conditional in the
replace!
function that checks whether it's the sameTensor
, and this may be causing the problem.The text was updated successfully, but these errors were encountered: