Skip to content
Draft
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: 2 additions & 1 deletion QuantumToolbox.jl/time_evolution/adiabatic.qmd
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
title: "Adiabatic sweep (with `QuantumObjectEvolution`)"
author: Li-Xun Cai
date: 2025-04-20 # last update (keep this comment as a reminder)
author:
- ref: lixuncai

engine: julia
---
Expand Down
43 changes: 43 additions & 0 deletions _authors.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
author:
- id: albertomercurio
name: Alberto Mercurio
orcid: 0000-0001-7814-1936
email: [email protected]
affiliations:
- ref: 1

- id: yitehuang
name: Yi-Te Huang
orcid: 0000-0002-2520-8348
email: [email protected]
affiliations:
- ref: 2
- ref: 3

- id: lixuncai
name: Li-Xun Cai
orcid: 0009-0006-7644-5200
email: [email protected]
affiliations:
- ref: 2
- ref: 3

affiliations:
- id: 1
name: École Polytechnique Fédérale de Lausanne (EPFL)
address: Rte Cantonale
city: Lausanne
state: Switzerland
postal-code: 1015

- id: 2
name: National Cheng Kung University
city: Tainan
state: Taiwan
postal-code: 701401

- id: 3
name: Center for Quantum Frontiers of Research and Technology (QFort)
city: Tainan
state: Taiwan
postal-code: 701401
3 changes: 3 additions & 0 deletions _quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ project:
- "!CODE_OF_CONDUCT.md" # ignore
- "!tutorial_template.qmd" # ignore

metadata-files:
- _authors.yml

website:
title: Tutorials for Quantum Toolbox in Julia
site-url: https://qutip.org/qutip-julia-tutorials/
Expand Down