-
Notifications
You must be signed in to change notification settings - Fork 604
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
base: structure_constants_dense
Are you sure you want to change the base?
Conversation
Hello. You may have forgotten to update the changelog!
|
Codecov ReportAttention: Patch coverage is
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. |
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]