Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ include _environment
default: help

render:
${JULIA} --project=@. -e 'import Pkg; Pkg.resolve(); Pkg.instantiate(); Pkg.precompile(); using QuantumToolbox, HierarchicalEOM;'
${JULIA} --project=@. -e 'using QuantumToolbox, HierarchicalEOM;'
${JULIA} --project=@. -e 'import Pkg; Pkg.resolve();'
${QUARTO} render

preview:
Expand Down
2 changes: 1 addition & 1 deletion QuantumToolbox.jl/lowrank.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ date-format: iso
engine: julia
---

In this tutorial, we will show how to solve the master equation using the low-rank method. For a detailed explanation of the method, we recommend to read the article: [Phys. Rev. Research 6, 023072 (2024)](https://doi.org/10.1103/PhysRevResearch.6.023072).
In this tutorial, we will show how to solve the master equation using the low-rank method. For a detailed explanation of the method, we recommend to read the Ref. [@gravina2024adaptive].

As a test, we will consider the dissipative Ising model with a transverse field. The Hamiltonian is given by

Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ make render
or
```shell
source _environment
julia --project=@. -e 'import Pkg; Pkg.resolve(); Pkg.instantiate(); Pkg.precompile()'
julia --project=@. -e 'using QuantumToolbox, HierarchicalEOM;'
julia --project=@. -e 'import Pkg; Pkg.resolve();'
quarto render
```

Expand Down
2 changes: 1 addition & 1 deletion _environment
Original file line number Diff line number Diff line change
@@ -1 +1 @@
JULIA_NUM_THREADS=16
JULIA_NUM_THREADS=4
2 changes: 2 additions & 0 deletions _quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ website:
- icon: github
href: https://github.com/qutip/qutip-julia-tutorials

bibliography: bibliography.bib

format:
html:
theme:
Expand Down
13 changes: 13 additions & 0 deletions bibliography.bib
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
@article{gravina2024adaptive,
title = {{Adaptive variational low-rank dynamics for open quantum systems}},
author = {Gravina, Luca and Savona, Vincenzo},
journal = {Phys. Rev. Res.},
volume = {6},
issue = {2},
pages = {023072},
numpages = {18},
year = {2024},
month = {Apr},
publisher = {American Physical Society},
doi = {10.1103/PhysRevResearch.6.023072}
}
Loading