-
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
Simpler bloch redfield tensor #307
Conversation
…into simpler-bloch-redfield-tensor
…into simpler-bloch-redfield-tensor
…109/QuantumOptics.jl into simpler-bloch-redfield-tensor
…109/QuantumOptics.jl into simpler-bloch-redfield-tensor
I've just noticed the new PR #306 which also makes some changes to the bloch_redfield_tensor function. None of the changes look like they conflict with each other, but will need to double check before merging this. |
Codecov Report
@@ Coverage Diff @@
## master #307 +/- ##
==========================================
- Coverage 98.08% 97.98% -0.11%
==========================================
Files 15 15
Lines 1305 1288 -17
==========================================
- Hits 1280 1262 -18
- Misses 25 26 +1
Continue to review full report at Codecov.
|
Yeah this is ready to merge as far as I'm concerned. |
Significantly improves both efficiency and readability of Bloch-Redfield tensor implementation. Also utilizes multi-threading when julia session is running with more than one thread available. I'd say this probably closes #270 too.