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

[labs.dla 4] Cartan decomposition #6392

Draft
wants to merge 24 commits into
base: structure_constants_dense
Choose a base branch
from
Draft

Conversation

Qottmann
Copy link
Contributor

@Qottmann Qottmann commented Oct 14, 2024

Simple implementation of a cartan_decomposition function that takes in a set of operators and an appropriate involution function that maps the input operator types to a binary output classifying them into the even and odd parity subspaces.

This implicitly assumes that all input operators are in either space already (hence a simple implementation of the Cartan decomposition.

[sc-74995]
[sc-76116]

Copy link
Contributor

Hello. You may have forgotten to update the changelog!
Please edit doc/releases/changelog-dev.md with:

  • A one-to-two sentence description of the change. You may include a small working example for new features.
  • A link back to this PR.
  • Your name (or GitHub username) in the contributors section.

@Qottmann Qottmann marked this pull request as draft October 14, 2024 11:18
Copy link

codecov bot commented Oct 14, 2024

Codecov Report

Attention: Patch coverage is 0% with 23 lines in your changes missing coverage. Please review.

Project coverage is 99.18%. Comparing base (814e991) to head (6e889ab).
Report is 57 commits behind head on structure_constants_dense.

Files with missing lines Patch % Lines
pennylane/labs/dla/cartan.py 0.00% 22 Missing ⚠️
pennylane/labs/dla/__init__.py 0.00% 1 Missing ⚠️
Additional details and impacted files
@@                      Coverage Diff                      @@
##           structure_constants_dense    #6392      +/-   ##
=============================================================
- Coverage                      99.39%   99.18%   -0.22%     
=============================================================
  Files                            448      452       +4     
  Lines                          42471    42556      +85     
=============================================================
- Hits                           42216    42211       -5     
- Misses                           255      345      +90     

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

@Qottmann Qottmann changed the title [labs] Cartan decomposition [labs.dla 4] Cartan decomposition Nov 11, 2024
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.

2 participants