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 optimize=True to einsum fallback #58

Merged
merged 1 commit into from
Jun 19, 2024
Merged

Conversation

obackhouse
Copy link
Contributor

When einsum falls back to numpy, optimize is now set to True. This has performance benefits for large ansatzes with lots of smaller contractions (i.e. CCSDt).

Copy link

codecov bot commented Jun 19, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.93%. Comparing base (ec7ac82) to head (ce47400).
Report is 4 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master      #58      +/-   ##
==========================================
- Coverage   98.93%   98.93%   -0.01%     
==========================================
  Files          80       81       +1     
  Lines      112590   112626      +36     
  Branches      829      830       +1     
==========================================
+ Hits       111394   111429      +35     
- Misses       1054     1055       +1     
  Partials      142      142              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@obackhouse obackhouse merged commit ff623d0 into master Jun 19, 2024
4 checks passed
@obackhouse obackhouse deleted the optimize_fallback_einsum branch June 19, 2024 12:33
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

Successfully merging this pull request may close these issues.

1 participant