Skip to content
This repository was archived by the owner on Feb 23, 2025. It is now read-only.

TendonFFF/qutip-julia-tutorials

 
 

Repository files navigation

Tutorials for Quantum Toolbox in Julia

tutorials Quarto Build

This repositories collects tutorials of different complexity for using quantum toolbox in Julia. The tutorials of the following packages are included:

How to build the tutorials locally ?

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/

First, render the files:

make render

or

set -a && source _environment && set +a # Load the environment variables
julia --project=@. -e 'import Pkg; Pkg.resolve();'
quarto render

Second, preview it on a local site:

make preview

or

quarto preview

Contributing

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 Quantum Toolbox in Julia.

About

Tutorials for Quantum Toolbox in Julia

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TeX 77.6%
  • Makefile 21.6%
  • CSS 0.8%