-
Notifications
You must be signed in to change notification settings - Fork 622
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
Symmetry shift for double factorization #6574
Conversation
Hello. You may have forgotten to update the changelog!
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #6574 +/- ##
=======================================
Coverage 99.65% 99.65%
=======================================
Files 455 455
Lines 42839 42876 +37
=======================================
+ Hits 42690 42727 +37
Misses 149 149 ☔ View full report in Codecov by Sentry. |
…ennylane into cholesky-factorize
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work @obliviateandsurrender
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good @obliviateandsurrender
…ennylane into cholesky-factorize
…ennylane into cholesky-factorize
Context: Adds BLISS-based symmetry shift for double factorization.
Description of the Change: Adds a
labs.qchem.factorization.symmetry_shift
function to perform BLISS.Benefits: This can be used as a pre-processing step to reduce one-norm and spectral range before performing compressed double factorization.
Possible Drawbacks: N/A
Related GitHub Issues: [sc-72646]