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
1 change: 1 addition & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
Thank you for contributing to Tutorials for Quantum Toolbox in `Julia`! Please make sure you have finished the following tasks before opening the PR.

- [ ] Please read [Contributing to QuantumToolbox.jl](https://qutip.org/QuantumToolbox.jl/stable/resources/contributing).
- [ ] The (last update) `date` were modified for new or updated tutorials.
- [ ] All tutorials were able to render locally by running: `make render`.

Request for a review after you have completed all the tasks. If you have not finished them all, you can also open a [Draft Pull Request](https://github.blog/2019-02-14-introducing-draft-pull-requests/) to let the others know this on-going work.
Expand Down
3 changes: 1 addition & 2 deletions HierarchicalEOM.jl/cavityQED.qmd
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
---
title: "Cavity QED system"
author: Shen-Liang Yang, Yi-Te Huang
date: last-modified
date-format: iso
date: 2025-01-13 # last update (keep this comment as a reminder)

engine: julia
---
Expand Down
22 changes: 13 additions & 9 deletions HierarchicalEOM.jl/toc.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,21 @@
---
title: "Tutorials for `HierarchicalEOM.jl`"
listing:
id: HierarchicalEOM-listings
type: table
date-format: iso
sort: false
sort-ui: false
fields: [date, title, author]
contents:
- "cavityQED.qmd"
- id: examples
type: table
sort: false
sort-ui: false
filter-ui: false
fields: [date, title, author]
field-display-names:
date: "Last Update"
contents:
- "*.qmd"
---

The following tutorials demonstrate and introduce specific functionality of `HierarchicalEOM.jl`.

::: {#HierarchicalEOM-listings}
### Examples

::: {#examples}
:::
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
---
title: Low rank master equation
author: Luca Gravina
date: last-modified
date-format: iso
date: 2025-01-13 # last update (keep this comment as a reminder)

engine: julia
---
Expand Down
22 changes: 13 additions & 9 deletions QuantumToolbox.jl/toc.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,21 @@
---
title: "Tutorials for `QuantumToolbox.jl`"
listing:
id: QuantumToolbox-listings
type: table
date-format: iso
sort: false
sort-ui: false
fields: [date, title, author]
contents:
- "lowrank.qmd"
- id: time-evolution
type: table
sort: false
sort-ui: false
filter-ui: false
fields: [date, title, author]
field-display-names:
date: "Last Update"
contents:
- "time_evolution/*.qmd"
---

The following tutorials demonstrate and introduce specific functionality of `QuantumToolbox.jl`.

::: {#QuantumToolbox-listings}
### Time Evolution

::: {#time-evolution}
:::
3 changes: 3 additions & 0 deletions _quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ website:

bibliography: bibliography.bib

# default format for all files
format:
html:
theme:
Expand All @@ -53,6 +54,8 @@ format:
highlight-style: atom-one
css: styles.css
toc: true
published-title: Last Update
date-format: iso
code-line-numbers: true
colorlinks: true
footnotes-hover: true
Expand Down
3 changes: 1 addition & 2 deletions tutorial_template.qmd
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
---
title: "Tutorial Template"
author: Author(s) Name
date: last-modified
date-format: iso
date: YYYY-MM-DD # last update (keep this comment as a reminder)

engine: julia
---
Expand Down
Loading