-
Notifications
You must be signed in to change notification settings - Fork 110
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
Add function correlation_dynamic #325
Conversation
Add function for computing two-time correlations for time-dependent master equation.
Seems okay for me. |
Same test as for timecorrelations.correlation but in a rotating frame for the cavity mode, which does not affect the correlation for spin operators.
in order for test_timecorrelations to call timecorrelations.correlation_dynamic
Ok I haved added some tests based on the the existing ones for |
…cstring Co-authored-by: Filippo Vicentini <filippovicentini@gmail.com>
Codecov Report
@@ Coverage Diff @@
## master #325 +/- ##
==========================================
+ Coverage 98.24% 98.27% +0.02%
==========================================
Files 16 16
Lines 1310 1331 +21
==========================================
+ Hits 1287 1308 +21
Misses 23 23
Continue to review full report at Codecov.
|
|
Add function for computing two-time correlations for time-dependent master equation.