-
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
Support time-dependent operators in timeevolution #366
Conversation
@mabuni1998 , similarly to my comment on qojulia/QuantumOpticsBase.jl#104 , this is something that will probably be of interest to you in the context of WaveguideQED.jl |
Any chance you have the bandwidth to mention these in the documentation? Either way, we should probably create an issue about the need for more extensive documentation and examples using these new types of operators. |
Yeah, docs are lagging a bit in general. Should provide some examples or tutorials for this too. I can add some minimal documentation and a simple example for now. |
Codecov Report
@@ Coverage Diff @@
## master #366 +/- ##
==========================================
+ Coverage 98.05% 98.11% +0.06%
==========================================
Files 17 18 +1
Lines 1442 1488 +46
==========================================
+ Hits 1414 1460 +46
Misses 28 28
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
@Krastanov I have docs and examples PRs ready to go also (although I don't know how to deploy the main docs!). I think this is ready from my perspective. |
LGTM |
This accompanies qojulia/QuantumOpticsBase.jl#104. Tests won't pass until those changes are included.
Provides methods for "dynamic" time evolution that take time-dependent operators directly.