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

Speedup Tensor Network tranformations #126

Closed
mofeing opened this issue Dec 10, 2023 · 1 comment
Closed

Speedup Tensor Network tranformations #126

mofeing opened this issue Dec 10, 2023 · 1 comment
Labels
good first issue Good for newcomers performance Makes the code go "brrrr"
Milestone

Comments

@mofeing
Copy link
Member

mofeing commented Dec 10, 2023

Some Transformations take a considerate amount of time when they should be almost instantaneous. Optimization should be performed on them with a focus on algorithmic optimization and parallelization.

@mofeing mofeing added good first issue Good for newcomers performance Makes the code go "brrrr" labels Dec 10, 2023
@mofeing mofeing modified the milestones: 0.5, 0.6 Jan 21, 2024
@mofeing
Copy link
Member Author

mofeing commented Apr 30, 2024

The offending Transformation was mainly RankSimplification, which was renamed to ContractionSimplification and accelerated with a new refactor.

@mofeing mofeing closed this as completed Apr 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers performance Makes the code go "brrrr"
Projects
None yet
Development

No branches or pull requests

1 participant