Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add functionality to get several amplitudes for a single tensor network build. #263

Open
benjaminvillalonga opened this issue Jan 24, 2020 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@benjaminvillalonga
Copy link
Contributor

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.

@95-martin-orion
Copy link
Contributor

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.

@s-mandra
Copy link
Member

See #267.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants