Closed obliviateandsurrender closed 3 hours ago
Hello. You may have forgotten to update the changelog!
Please edit doc/releases/changelog-dev.md
with:
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 99.65%. Comparing base (
afb7e54
) to head (9fb7ae7
). Report is 1 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Context: This adds a compressed-based double factorization routine with optional regularization.
Description of the Change: A
compressed
kwarg has been added to the pennylane.qchem.factorize function along with support for adding some compression-based kwargs.Benefits: We have a more tunable and scalable method for obtaining double factorization.
Possible Drawbacks: N/A
Related GitHub Issues: [sc-72646]