You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now the pullback for split_network assumes that the network was split by priming one index of a pair of link indices, and also that none of the tensors of the original network before splitting were primed. It would be good to generalize this assumption.
This could be done by analyzing which pairs of indices get split in the forward pass, and how they were split, and use that information in the reverse pass.
Right now the pullback for
split_network
assumes that the network was split by priming one index of a pair of link indices, and also that none of the tensors of the original network before splitting were primed. It would be good to generalize this assumption.This could be done by analyzing which pairs of indices get split in the forward pass, and how they were split, and use that information in the reverse pass.
ITensorNetworkAD.jl/src/Optimizations/itensor_network.jl
Lines 5 to 15 in 00d2811
The text was updated successfully, but these errors were encountered: