JoeyT1994 / ITensorNumericalAnalysis.jl

MIT License
3 stars 0 forks source link

Raise an error if adding two identical itensornetworks #1

Closed JoeyT1994 closed 4 months ago

JoeyT1994 commented 1 year ago

add_itensornetworks should check that any two given itensors don't have any link indices in common. We want to strictly deal with the site index being identical and no others.

JoeyT1994 commented 4 months ago

This is fixed as the add(tn1::AbstractITensorNetwork, tn2::AbstractITensorNetwork) functionality has been removed and is now a direct feature in ITensorNetworks.jl which was introduced in PR 110: https://github.com/mtfishman/ITensorNetworks.jl/pull/110