-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Couple of bugs that we know exist and stem from ITensorNetworks.jl
If a ITensorNetwork functionfmaps to0for a givenx(because its projection ends up with0tensors) then callingcalculate_fx(f, x)will yieldNanbecause the BP contraction backend inITensorNetworks.jldoesn't correctly handle0tensors. A small change toITensorNetworks.jlshould fix this. For now we have to docalculate_fx(f, x; alg = "exact")to deal with it.- There seem to be some numerical issues with calling a TNO-TNS contraction with
contract(O::ITensorNetwork, f::ITensorNetwork)when the bond dimension of theTNS fis1. This is presumably stemming from something in theTTNcode inITensorNetworks.jl
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working