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
In some cases the tensor network might take long compared to contracting it. In those cases, it makes sense to compute several amplitudes for a single build.
The text was updated successfully, but these errors were encountered:
The only major blocker I see for this is that initial ordering of tensor indices (which uses the contraction ordering) is currently part of the flatten_grid_of_tensors operation. If we can separate those steps, it should be possible to reuse the grid for multiple contraction orderings.
In some cases the tensor network might take long compared to contracting it. In those cases, it makes sense to compute several amplitudes for a single build.
The text was updated successfully, but these errors were encountered: