Skip to content

Commit a08f9b4

Browse files
Make julia engine global (#41)
1 parent 15d7b51 commit a08f9b4

File tree

14 files changed

+15
-36
lines changed

14 files changed

+15
-36
lines changed

HierarchicalEOM.jl/SIAM.qmd

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
---
22
title: "Single-impurity Anderson model"
33
author: Yi-Te Huang
4-
date: 2025-01-14 # last update (keep this comment as a reminder)
5-
6-
engine: julia
4+
date: 2025-05-22 # last update (keep this comment as a reminder)
75
---
86

97
## Introduction

HierarchicalEOM.jl/cavityQED.qmd

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
---
22
title: "Cavity QED system"
33
author: Shen-Liang Yang, Yi-Te Huang
4-
date: 2025-01-13 # last update (keep this comment as a reminder)
5-
6-
engine: julia
4+
date: 2025-05-22 # last update (keep this comment as a reminder)
75
---
86

97
## Introduction

HierarchicalEOM.jl/dynamical_decoupling.qmd

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
---
22
title: "Driven systems and dynamical decoupling"
33
author: Yi-Te Huang
4-
date: 2025-01-14 # last update (keep this comment as a reminder)
5-
6-
engine: julia
4+
date: 2025-05-22 # last update (keep this comment as a reminder)
75
---
86

97
Inspirations taken from an example in QuTiP-BoFiN article [@QuTiP-BoFiN2023].

HierarchicalEOM.jl/electronic_current.qmd

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
---
22
title: "Electronic Current"
33
author: Yi-Te Huang
4-
date: 2025-01-14 # last update (keep this comment as a reminder)
5-
6-
engine: julia
4+
date: 2025-05-22 # last update (keep this comment as a reminder)
75
---
86

97
Inspirations taken from [qutip documentation](https://qutip.org/documentation.html).

Project.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,3 @@
22
CairoMakie = "13f3f980-e62b-5c42-98c6-ff1f3baf88f0"
33
HierarchicalEOM = "a62dbcb7-80f5-4d31-9a88-8b19fd92b128"
44
QuantumToolbox = "6c2fb7c5-b903-41d2-bc5e-5a7c320b9fab"
5-
QuartoNotebookRunner = "4c0109c6-14e9-4c88-93f0-2b974d3468f4"

QuantumToolbox.jl/time_evolution/Dicke.qmd

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
---
22
title: "The Dicke Model"
33
author: Li-Xun Cai
4-
date: 2025-03-11 # last update (keep this comment as a reminder)
5-
6-
engine: julia
4+
date: 2025-05-22 # last update (keep this comment as a reminder)
75
---
86

97
Inspirations taken from [this QuTiP tutorial](https://nbviewer.org/urls/qutip.org/qutip-tutorials/tutorials-v5/lectures/Lecture-3A-Dicke-model.ipynb) by J. R. Johansson.

QuantumToolbox.jl/time_evolution/adiabatic.qmd

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
---
22
title: "Adiabatic sweep (with `QuantumObjectEvolution`)"
33
author: Li-Xun Cai
4-
date: 2025-04-20 # last update (keep this comment as a reminder)
5-
6-
engine: julia
4+
date: 2025-05-22 # last update (keep this comment as a reminder)
75
---
86

97
Inspirations taken from [the QuTiP tutorial](https://nbviewer.org/urls/qutip.org/qutip-tutorials/tutorials-v5/lectures/Lecture-8-Adiabatic-quantum-computing.ipynb) by J. R. Johansson.

QuantumToolbox.jl/time_evolution/fluorescence.qmd

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
---
22
title: "Resonance fluorescence"
33
author: Li-Xun Cai
4-
date: 2025-01-27 # last update (keep this comment as a reminder)
5-
6-
engine: julia
4+
date: 2025-05-22 # last update (keep this comment as a reminder)
75
---
86

97
Inspirations taken from [this QuTiP tutorial](https://nbviewer.org/urls/qutip.org/qutip-tutorials/tutorials-v5/lectures/Lecture-13-Resonance-flourescence.ipynb) by J. R. Johansson.

QuantumToolbox.jl/time_evolution/kerr.qmd

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
---
22
title: "Kerr nonlinearities"
33
author: Li-Xun Cai
4-
date: 2025-05-17 # last update (keep this comment as a reminder)
5-
6-
engine: julia
4+
date: 2025-05-22 # last update (keep this comment as a reminder)
75
---
86

97
Inspirations taken from [this QuTiP tutorial](https://nbviewer.org/urls/qutip.org/qutip-tutorials/tutorials-v5/lectures/Lecture-14-Kerr-nonlinearities.ipynb) by J. R. Johansson.

QuantumToolbox.jl/time_evolution/lowrank.qmd

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
---
22
title: Low rank master equation
33
author: Luca Gravina
4-
date: 2025-05-17 # last update (keep this comment as a reminder)
5-
6-
engine: julia
4+
date: 2025-05-22 # last update (keep this comment as a reminder)
75
---
86

97
## Introduction

0 commit comments

Comments
 (0)