File tree Expand file tree Collapse file tree 5 files changed +41
-3
lines changed Expand file tree Collapse file tree 5 files changed +41
-3
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ on: # either one of the following four cases
1919 - ready_for_review
2020
2121jobs :
22- build-deploy :
22+ build :
2323 runs-on : ubuntu-latest
2424 permissions :
2525 actions : write # needed to allow julia-actions/cache to delete old caches that it has created
Original file line number Diff line number Diff line change @@ -23,8 +23,8 @@ deps/src/
2323pyenv /
2424/.quarto /
2525/_freeze /
26- /index_files /
2726/_site /
2827/_output /
2928* .html
29+ * .json
3030/site_libs /
Original file line number Diff line number Diff line change 1+ ---
2+ title : " Jaynes Cummings Model"
3+ # subtitle: ""
4+ author : Alberto Mercurio
5+
6+ engine : julia
7+ ---
8+
9+ ``` {julia}
10+ using QuantumToolbox
11+
12+ QuantumToolbox.versioninfo()
13+ ```
Original file line number Diff line number Diff line change 11# Tutorials for Quantum Toolbox in ` Julia `
22
33[ ![ tutorials] ( https://img.shields.io/badge/tutorials-stable-blue.svg )] ( https://qutip.org/qutip-julia-tutorials/ )
4- [ ![ Quarto Build] ( https://github.com/qutip/qutip-julia-tutorials/actions/workflows/publish.yml/badge.svg )] ( https://github.com/qutip/qutip-julia-tutorials/actions/workflows/publish.yml )
4+ [ ![ Quarto Build] ( https://github.com/qutip/qutip-julia-tutorials/actions/workflows/publish.yml/badge.svg?branch=main )] ( https://github.com/qutip/qutip-julia-tutorials/actions/workflows/publish.yml )
55
66This repositories collects tutorials of different complexity for using quantum toolbox in [ ` Julia ` ] ( https://julialang.org/ ) . The tutorials of the following packages are included:
77
Original file line number Diff line number Diff line change 1+ ---
2+ title : " Tutorials for QuantumToolbox in Julia"
3+ # subtitle: ""
4+ author : Alberto Mercurio
5+
6+ engine : julia
7+ ---
8+
9+ ``` {julia}
10+ using InteractiveUtils
11+
12+ versioninfo()
13+ ```
14+
15+ ``` {julia}
16+ using QuantumToolbox
17+
18+ QuantumToolbox.versioninfo()
19+ ```
20+
21+ ``` {julia}
22+ using HierarchicalEOM
23+
24+ HierarchicalEOM.versioninfo()
25+ ```
You can’t perform that action at this time.
0 commit comments