Yet another library for Open Quantum Systems and Quantum Information.
To get started checkout the documentation.
For the moment the library is not available through Pkg, so you will need to clone the repository
$ git clone https://github.com/Ste1nb0cK/BackAction.jl
and build it with ] develop path_to_clonedrepo
in the Julia REPL, this automatically adds it to your
current project.
import Pkg; Pkg.develop(path="./BackAction.jl")
To check the installation do
Pkg.status
and you should see BackAction
in the output e.g.
[32f8aca8] BackAction v0.1.0 `..`
[e30172f5] Documenter v1.8.0
[daee34ce] DocumenterCitations v1.3.5
[b964fa9f] LaTeXStrings v1.4.0
[91a5bcdd] Plots v1.40.9
[10745b16] Statistics v1.10.0
[8dfed614] Test
You can find a list of examples in the notebooks
directory. It contains for the moment:
- Resonance Fluorescene(RF): at zero temperature
- Driven Qubit(dq): Same model as RF, but at non zero temperature.
Automated tests to check the physics can be found in the test
directory, these check the correct WTD statistics and the convergence to the
Lindblad equation (among other things) for different models.