This repositories collects tutorials of different complexity for using quantum toolbox in Julia
. The tutorials of the following packages are included:
The tutorials are built upon Quarto.
After installing both Julia
and Quarto, the steps to build the tutorials are:
Note
All the following commands should be run under the root folder of this repository: /path/to/qutip-julia-tutorials/
make render
or
source _environment
julia --project=@. -e 'import Pkg; Pkg.resolve();'
quarto render
make preview
or
quarto preview
You are most welcome to contribute to the tutorials development by forking this repository and sending pull requests (PRs) at the issues page. You can also help out with users' questions, or discuss proposed changes in the QuTiP discussion group.
For more information about contribution, including technical advice, please see the Contributing to QuantumToolbox.jl section of the documentation.