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
Printing named dims arrays, particularly their types, is pretty verbose right now, because the types can get quite long due to nested type parameters. We should make the printing more compact by suppressing some of the type parameters (like the axes), similar to what we did in BlockSparseArrays.jl: ITensor/BlockSparseArrays.jl#42.