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
I'm used to write code in ncon fashion, and it's necessary because I have to deal with arbitrary number of tensors. But I know @ncon is slower than @tensor. How can I keep the notion of ncon, and get the speed of @tensor at the same time?