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
What would be the desirable behavior for iterating over general ITensorNetworks? In #18 I just defaulted to iterating over the vertex_data of the network, since currently concrete AbstractITensorNetwork subtypes only have tensors living on the vertices of the network. Will there ever be ITensorNetworks with data on the edges, in which case iteration becomes a lot less straightforward, or would this be implemented as a different type altogether if something like this is ever needed?
The text was updated successfully, but these errors were encountered:
What would be the desirable behavior for iterating over general
ITensorNetwork
s? In #18 I just defaulted to iterating over thevertex_data
of the network, since currently concreteAbstractITensorNetwork
subtypes only have tensors living on the vertices of the network. Will there ever beITensorNetwork
s with data on the edges, in which case iteration becomes a lot less straightforward, or would this be implemented as a different type altogether if something like this is ever needed?The text was updated successfully, but these errors were encountered: