diff --git a/QuantumToolbox.jl/time_evolution/adiabatic.qmd b/QuantumToolbox.jl/time_evolution/adiabatic.qmd index f157572..b611a08 100644 --- a/QuantumToolbox.jl/time_evolution/adiabatic.qmd +++ b/QuantumToolbox.jl/time_evolution/adiabatic.qmd @@ -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 --- diff --git a/_authors.yml b/_authors.yml new file mode 100644 index 0000000..e41bf5b --- /dev/null +++ b/_authors.yml @@ -0,0 +1,43 @@ +author: + - id: albertomercurio + name: Alberto Mercurio + orcid: 0000-0001-7814-1936 + email: alberto.mercurio@epfl.ch + affiliations: + - ref: 1 + + - id: yitehuang + name: Yi-Te Huang + orcid: 0000-0002-2520-8348 + email: yitehuang.tw@gmail.com + affiliations: + - ref: 2 + - ref: 3 + + - id: lixuncai + name: Li-Xun Cai + orcid: 0009-0006-7644-5200 + email: cailixun23@gmail.com + 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 \ No newline at end of file diff --git a/_quarto.yml b/_quarto.yml index fb229f0..0946701 100644 --- a/_quarto.yml +++ b/_quarto.yml @@ -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/