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

Single-term optimization improvement possibility #152

Open
Krzmbrzl opened this issue Oct 24, 2023 · 2 comments
Open

Single-term optimization improvement possibility #152

Krzmbrzl opened this issue Oct 24, 2023 · 2 comments

Comments

@Krzmbrzl
Copy link
Collaborator

https://doi.org/10.1103/PhysRevE.90.033315 describes some pruning methods to the single-term factorization (aka: the operation minimization of a tensor network), that would probably allow to speed this part of SeQuant's processing up quite a bit.

This might become very relevant in case one ever wants to treat expressions with a very large amount of tensors in a single network or if one wants to step into the direction of some sort of global-ish optimizations of the given expressions (beyond a single tensor network).

@bimalgaudel
Copy link
Member

Yes, this will be useful for when we have really large tensor networks. For tensor networks with 10 to 12 tensors, the current implementation is fast enough (very fast). Tree pruning might be implemented in the future.

@bimalgaudel
Copy link
Member

bimalgaudel commented Mar 21, 2024

The consensus is, exhaustive search can be used for tensor networks of size up to 18. See section 2 (Previous work) second sentence here:

Eli Meirom, Haggai Maron, Shie Mannor, Gal Chechik Proceedings of the 39th International Conference on Machine Learning, PMLR 162:15278-15292, 2022.

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

No branches or pull requests

2 participants