-
Couldn't load subscription status.
- Fork 8
Implement second order concatenation #112
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
Conversation
To do: - edge cases - document - test
The "cumulative control matrix" for instance is zero for g=0.
The latter is equivalent to setting which='correlations' and performing the accumulation by hand.
This should hopefully be more readable and explicit
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #112 +/- ##
==========================================
- Coverage 97.51% 97.46% -0.05%
==========================================
Files 9 9
Lines 2374 2407 +33
Branches 443 450 +7
==========================================
+ Hits 2315 2346 +31
- Misses 32 33 +1
- Partials 27 28 +1 ☔ View full report in Codecov by Sentry. |
e79be60 to
a02223b
Compare
This PR implements the calculation of the second-order Magnus (coherent) filter functions for sequences of quantum gates.