Skip to content
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

Stochastic Schrödinger equation #210

Closed
wants to merge 56 commits into from
Closed

Conversation

lgravina1997
Copy link
Contributor

Adding a solver for the Stochastic Schrödinger equation.
References are:

Gardiner - Handbook of Stochastic processes
Breuer, Petruccione - The theory of open quantum systems
QuTip: SSE

src/QuantumToolbox.jl Outdated Show resolved Hide resolved
@lgravina1997 lgravina1997 marked this pull request as ready for review August 31, 2024 16:59
Copy link

codecov bot commented Aug 31, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 93.51%. Comparing base (d469d80) to head (5588ef2).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #210      +/-   ##
==========================================
+ Coverage   93.26%   93.51%   +0.25%     
==========================================
  Files          29       30       +1     
  Lines        2167     2251      +84     
==========================================
+ Hits         2021     2105      +84     
  Misses        146      146              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.


- `sol::TimeEvolutionSSESol`: The solution of the time evolution. See also [`TimeEvolutionSSESol`](@ref)
"""

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is and extra line here, and so the documentation failed.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I actually think it's because TimeEvolutionSSESol was not being exported and because it was missing the docs. Im adding them now

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, this is one, but now you have to put it into the documentation, otherwise we have an error.

Moreover, what I was saying is that the documentation failed because the string should be exactly above the respective code. Indeed, the returned error is

Error: no docs found for 'ssesolve' in `@docs` block in src/api.md:175-198

lgravina1997 and others added 11 commits September 2, 2024 00:15
* [Docs] Qobj

* [Docs] Qobj functions

* [Docs] CUDA extension

* minor change

* update document for `CUDA` extension

* update document for `Qobj`

* update document for functions operating on `Qobj`

* add `rand_ket` to docs

* add `rand_unitary` and `isunitary` to docs
…tabilities (qutip#217)

* Improve c_ops handling

* Format code

* Change dims to SVector

* Fix JET errors

* Fix dfd_mesolve issues

* Fix entanglement issues

* Fix low rank dynamics

* Fix all tests

* Format code

* Change to StaticArraysCore.jl and minor changes

* Make a few comments on the documentation

* Update some docstring

* Minor changes

* FIx error on Documentation
* drop `Julia v1.9`

* fix benchmark

* fix links for ODE solver in docstrings
@albertomercurio
Copy link
Member

Merged using a clean PR in #238

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants