Skip to content

Commit 7d3a1f4

Browse files
committed
Deploying to gh-pages from @ 4fe528c 🚀
1 parent c6bbc2d commit 7d3a1f4

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+650
-654
lines changed

HierarchicalEOM.jl/SIAM.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">
88

99
<meta name="author" content="Yi-Te Huang">
10-
<meta name="dcterms.date" content="2025-09-29">
10+
<meta name="dcterms.date" content="2025-10-06">
1111

1212
<title>Single-impurity Anderson model – Tutorials for Quantum Toolbox in Julia</title>
1313
<style>
@@ -410,7 +410,7 @@ <h1 class="title">Single-impurity Anderson model</h1>
410410
<div>
411411
<div class="quarto-title-meta-heading">Last Update</div>
412412
<div class="quarto-title-meta-contents">
413-
<p class="date">2025-09-29</p>
413+
<p class="date">2025-10-06</p>
414414
</div>
415415
</div>
416416

@@ -538,7 +538,7 @@ <h2 class="anchored" data-anchor-id="calculate-density-of-states-dos">Calculate
538538
<span id="cb12-2"><a href="#cb12-2"></a>dos <span class="op">=</span> <span class="fu">DensityOfStates</span>(M_odd, ados_s, d_up, ωlist)</span></code></pre></div><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></div>
539539
<div class="cell-output cell-output-stdout">
540540
<pre><code>Calculating density of states in frequency domain...
541-
Progress: [== ] 9.5% --- Elapsed Time: 0h 00m 01s (ETA: 0h 00m 09s)Progress: [======= ] 23.8% --- Elapsed Time: 0h 00m 02s (ETA: 0h 00m 06s)Progress: [========== ] 33.3% --- Elapsed Time: 0h 00m 03s (ETA: 0h 00m 06s)Progress: [============ ] 42.9% --- Elapsed Time: 0h 00m 05s (ETA: 0h 00m 06s)Progress: [=============== ] 52.4% --- Elapsed Time: 0h 00m 06s (ETA: 0h 00m 05s)Progress: [================== ] 61.9% --- Elapsed Time: 0h 00m 08s (ETA: 0h 00m 04s)Progress: [===================== ] 71.4% --- Elapsed Time: 0h 00m 09s (ETA: 0h 00m 03s)Progress: [======================== ] 81.0% --- Elapsed Time: 0h 00m 10s (ETA: 0h 00m 02s)Progress: [============================ ] 95.2% --- Elapsed Time: 0h 00m 12s (ETA: 0h 00m 00s)Progress: [==============================] 100.0% --- Elapsed Time: 0h 00m 12s (ETA: 0h 00m 00s)
541+
Progress: [==== ] 14.3% --- Elapsed Time: 0h 00m 01s (ETA: 0h 00m 06s)Progress: [======= ] 23.8% --- Elapsed Time: 0h 00m 02s (ETA: 0h 00m 06s)Progress: [========== ] 33.3% --- Elapsed Time: 0h 00m 03s (ETA: 0h 00m 06s)Progress: [============ ] 42.9% --- Elapsed Time: 0h 00m 05s (ETA: 0h 00m 06s)Progress: [=============== ] 52.4% --- Elapsed Time: 0h 00m 06s (ETA: 0h 00m 05s)Progress: [================== ] 61.9% --- Elapsed Time: 0h 00m 07s (ETA: 0h 00m 04s)Progress: [===================== ] 71.4% --- Elapsed Time: 0h 00m 09s (ETA: 0h 00m 03s)Progress: [======================== ] 81.0% --- Elapsed Time: 0h 00m 10s (ETA: 0h 00m 02s)Progress: [=========================== ] 90.5% --- Elapsed Time: 0h 00m 11s (ETA: 0h 00m 01s)Progress: [==============================] 100.0% --- Elapsed Time: 0h 00m 12s (ETA: 0h 00m 00s)
542542
[DONE]</code></pre>
543543
</div>
544544
<div class="cell-output cell-output-display" data-execution_count="1">

HierarchicalEOM.jl/SIAM.ipynb

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"# Single-impurity Anderson model\n",
88
"\n",
99
"Yi-Te Huang \n",
10-
"2025-09-29\n",
10+
"2025-10-06\n",
1111
"\n",
1212
"## Introduction\n",
1313
"\n",
@@ -47,7 +47,7 @@
4747
"[`QuantumToolbox.jl`](https://github.com/qutip/QuantumToolbox.jl) to\n",
4848
"construct the operators."
4949
],
50-
"id": "0484e786-4b48-44d0-9bc0-1a6c53ac5d51"
50+
"id": "1e991c7c-f062-4021-955a-38d67ceb9736"
5151
},
5252
{
5353
"cell_type": "code",
@@ -116,7 +116,7 @@
116116
"- the chemical potential $\\mu$\n",
117117
"- the total number of exponentials for the reservoir $2(N + 1)$"
118118
],
119-
"id": "954424a3-9ec9-4632-a5d1-796d52162a52"
119+
"id": "2d91d9f6-98d7-496d-97f0-33770e3a9413"
120120
},
121121
{
122122
"cell_type": "code",
@@ -154,7 +154,7 @@
154154
"source": [
155155
"## Construct HEOMLS matrix"
156156
],
157-
"id": "ba920dfe-bee4-4cda-b529-2541481ae319"
157+
"id": "18c552c8-6a2e-4dd7-96df-acc1c303fb59"
158158
},
159159
{
160160
"cell_type": "code",
@@ -200,7 +200,7 @@
200200
"source": [
201201
"## Solve stationary state of ADOs"
202202
],
203-
"id": "05c058af-8c14-440a-b3cb-164d8642c578"
203+
"id": "c8ca3830-3f28-4f84-8f7d-b3a8f71244a3"
204204
},
205205
{
206206
"cell_type": "code",
@@ -237,7 +237,7 @@
237237
"source": [
238238
"## Calculate density of states (DOS)"
239239
],
240-
"id": "d443e5a2-0718-4266-bd3b-d170c322acf1"
240+
"id": "fbf27d76-6e10-4e34-80eb-6d8eeec39a8f"
241241
},
242242
{
243243
"cell_type": "code",
@@ -249,7 +249,7 @@
249249
"name": "stdout",
250250
"text": [
251251
"Calculating density of states in frequency domain...\n",
252-
"Progress: [== ] 9.5% --- Elapsed Time: 0h 00m 01s (ETA: 0h 00m 09s)Progress: [======= ] 23.8% --- Elapsed Time: 0h 00m 02s (ETA: 0h 00m 06s)Progress: [========== ] 33.3% --- Elapsed Time: 0h 00m 03s (ETA: 0h 00m 06s)Progress: [============ ] 42.9% --- Elapsed Time: 0h 00m 05s (ETA: 0h 00m 06s)Progress: [=============== ] 52.4% --- Elapsed Time: 0h 00m 06s (ETA: 0h 00m 05s)Progress: [================== ] 61.9% --- Elapsed Time: 0h 00m 08s (ETA: 0h 00m 04s)Progress: [===================== ] 71.4% --- Elapsed Time: 0h 00m 09s (ETA: 0h 00m 03s)Progress: [======================== ] 81.0% --- Elapsed Time: 0h 00m 10s (ETA: 0h 00m 02s)Progress: [============================ ] 95.2% --- Elapsed Time: 0h 00m 12s (ETA: 0h 00m 00s)Progress: [==============================] 100.0% --- Elapsed Time: 0h 00m 12s (ETA: 0h 00m 00s)\n",
252+
"Progress: [==== ] 14.3% --- Elapsed Time: 0h 00m 01s (ETA: 0h 00m 06s)Progress: [======= ] 23.8% --- Elapsed Time: 0h 00m 02s (ETA: 0h 00m 06s)Progress: [========== ] 33.3% --- Elapsed Time: 0h 00m 03s (ETA: 0h 00m 06s)Progress: [============ ] 42.9% --- Elapsed Time: 0h 00m 05s (ETA: 0h 00m 06s)Progress: [=============== ] 52.4% --- Elapsed Time: 0h 00m 06s (ETA: 0h 00m 05s)Progress: [================== ] 61.9% --- Elapsed Time: 0h 00m 07s (ETA: 0h 00m 04s)Progress: [===================== ] 71.4% --- Elapsed Time: 0h 00m 09s (ETA: 0h 00m 03s)Progress: [======================== ] 81.0% --- Elapsed Time: 0h 00m 10s (ETA: 0h 00m 02s)Progress: [=========================== ] 90.5% --- Elapsed Time: 0h 00m 11s (ETA: 0h 00m 01s)Progress: [==============================] 100.0% --- Elapsed Time: 0h 00m 12s (ETA: 0h 00m 00s)\n",
253253
"[DONE]"
254254
]
255255
},
@@ -295,7 +295,7 @@
295295
"source": [
296296
"plot the results"
297297
],
298-
"id": "14b5cc75-c5f8-412a-8a51-f846009f6a56"
298+
"id": "60bd3a00-c6bc-47d2-93ed-b57c5e148274"
299299
},
300300
{
301301
"cell_type": "code",
@@ -325,7 +325,7 @@
325325
"source": [
326326
"## Version Information"
327327
],
328-
"id": "3972e6c4-6de0-4b20-b0aa-a8eaf8e0adfa"
328+
"id": "0fd52e5c-6ad3-4e9b-9d14-45555b206eef"
329329
},
330330
{
331331
"cell_type": "code",
@@ -347,7 +347,7 @@
347347
"Systems.” *Communications Physics* 6 (1): 313.\n",
348348
"<https://doi.org/10.1038/s42005-023-01427-2>."
349349
],
350-
"id": "09c47c65-ac02-4ed6-a044-e4fcff0372fb"
350+
"id": "4afe4645-58e7-4bd6-9995-9a6e364b0511"
351351
}
352352
],
353353
"nbformat": 4,

HierarchicalEOM.jl/cavityQED.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">
88

99
<meta name="author" content="Shen-Liang Yang, Yi-Te Huang">
10-
<meta name="dcterms.date" content="2025-09-29">
10+
<meta name="dcterms.date" content="2025-10-06">
1111

1212
<title>Cavity QED system – Tutorials for Quantum Toolbox in Julia</title>
1313
<style>
@@ -393,7 +393,7 @@ <h1 class="title">Cavity QED system</h1>
393393
<div>
394394
<div class="quarto-title-meta-heading">Last Update</div>
395395
<div class="quarto-title-meta-contents">
396-
<p class="date">2025-09-29</p>
396+
<p class="date">2025-10-06</p>
397397
</div>
398398
</div>
399399

@@ -543,7 +543,7 @@ <h2 class="anchored" data-anchor-id="solve-time-evolution-of-ados">Solve time ev
543543
<span id="cb9-2"><a href="#cb9-2"></a>sol_H <span class="op">=</span> <span class="fu">HEOMsolve</span>(M_Heom, ψ<span class="fl">0</span>, t_list; e_ops <span class="op">=</span> [σz, a<span class="op">'</span> <span class="op">*</span> a])</span></code></pre></div><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></div>
544544
<div class="cell-output cell-output-stdout">
545545
<pre><code>Solving time evolution for ADOs by Ordinary Differential Equations method...
546-
Progress: [ ] 0.2% --- Elapsed Time: 0h 00m 02s (ETA: 0h 16m 40s)Progress: [======================= ] 79.6% --- Elapsed Time: 0h 00m 03s (ETA: 0h 00m 00s)Progress: [==============================] 100.0% --- Elapsed Time: 0h 00m 03s (ETA: 0h 00m 00s)</code></pre>
546+
Progress: [ ] 0.2% --- Elapsed Time: 0h 00m 02s (ETA: 0h 16m 40s)Progress: [======================= ] 78.8% --- Elapsed Time: 0h 00m 03s (ETA: 0h 00m 00s)Progress: [==============================] 100.0% --- Elapsed Time: 0h 00m 03s (ETA: 0h 00m 00s)</code></pre>
547547
</div>
548548
<div class="cell-output cell-output-display" data-execution_count="1">
549549
<pre><code>Solution of hierarchical EOM
@@ -626,7 +626,7 @@ <h2 class="anchored" data-anchor-id="power-spectrum">Power spectrum</h2>
626626
<span id="cb19-9"><a href="#cb19-9"></a>fig</span></code></pre></div><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></div>
627627
<div class="cell-output cell-output-stdout">
628628
<pre><code>Calculating power spectrum in frequency domain...
629-
Progress: [= ] 4.5% --- Elapsed Time: 0h 00m 01s (ETA: 0h 00m 21s)Progress: [== ] 9.0% --- Elapsed Time: 0h 00m 02s (ETA: 0h 00m 20s)Progress: [==== ] 13.4% --- Elapsed Time: 0h 00m 03s (ETA: 0h 00m 19s)Progress: [===== ] 17.9% --- Elapsed Time: 0h 00m 04s (ETA: 0h 00m 18s)Progress: [====== ] 22.4% --- Elapsed Time: 0h 00m 05s (ETA: 0h 00m 17s)Progress: [======= ] 26.4% --- Elapsed Time: 0h 00m 06s (ETA: 0h 00m 16s)Progress: [======== ] 29.9% --- Elapsed Time: 0h 00m 07s (ETA: 0h 00m 16s)Progress: [========== ] 33.3% --- Elapsed Time: 0h 00m 08s (ETA: 0h 00m 16s)Progress: [========== ] 36.3% --- Elapsed Time: 0h 00m 09s (ETA: 0h 00m 15s)Progress: [=========== ] 39.3% --- Elapsed Time: 0h 00m 10s (ETA: 0h 00m 15s)Progress: [============ ] 41.3% --- Elapsed Time: 0h 00m 11s (ETA: 0h 00m 15s)Progress: [============= ] 43.8% --- Elapsed Time: 0h 00m 13s (ETA: 0h 00m 16s)Progress: [============= ] 45.8% --- Elapsed Time: 0h 00m 14s (ETA: 0h 00m 16s)Progress: [============== ] 47.8% --- Elapsed Time: 0h 00m 15s (ETA: 0h 00m 16s)Progress: [============== ] 49.8% --- Elapsed Time: 0h 00m 16s (ETA: 0h 00m 16s)Progress: [=============== ] 51.7% --- Elapsed Time: 0h 00m 17s (ETA: 0h 00m 15s)Progress: [================ ] 54.2% --- Elapsed Time: 0h 00m 18s (ETA: 0h 00m 15s)Progress: [================= ] 56.7% --- Elapsed Time: 0h 00m 19s (ETA: 0h 00m 14s)Progress: [================= ] 59.2% --- Elapsed Time: 0h 00m 20s (ETA: 0h 00m 13s)Progress: [================== ] 62.2% --- Elapsed Time: 0h 00m 21s (ETA: 0h 00m 12s)Progress: [=================== ] 65.7% --- Elapsed Time: 0h 00m 22s (ETA: 0h 00m 11s)Progress: [==================== ] 69.7% --- Elapsed Time: 0h 00m 23s (ETA: 0h 00m 10s)Progress: [====================== ] 74.1% --- Elapsed Time: 0h 00m 24s (ETA: 0h 00m 08s)Progress: [======================= ] 79.6% --- Elapsed Time: 0h 00m 26s (ETA: 0h 00m 06s)Progress: [========================= ] 85.6% --- Elapsed Time: 0h 00m 27s (ETA: 0h 00m 04s)Progress: [=========================== ] 92.0% --- Elapsed Time: 0h 00m 28s (ETA: 0h 00m 02s)Progress: [============================= ] 99.0% --- Elapsed Time: 0h 00m 29s (ETA: 0h 00m 00s)Progress: [==============================] 100.0% --- Elapsed Time: 0h 00m 29s (ETA: 0h 00m 00s)
629+
Progress: [= ] 4.5% --- Elapsed Time: 0h 00m 01s (ETA: 0h 00m 21s)Progress: [== ] 9.0% --- Elapsed Time: 0h 00m 02s (ETA: 0h 00m 20s)Progress: [==== ] 13.4% --- Elapsed Time: 0h 00m 03s (ETA: 0h 00m 19s)Progress: [===== ] 17.9% --- Elapsed Time: 0h 00m 04s (ETA: 0h 00m 18s)Progress: [====== ] 22.4% --- Elapsed Time: 0h 00m 05s (ETA: 0h 00m 17s)Progress: [======= ] 26.4% --- Elapsed Time: 0h 00m 06s (ETA: 0h 00m 16s)Progress: [========= ] 30.3% --- Elapsed Time: 0h 00m 07s (ETA: 0h 00m 16s)Progress: [========== ] 33.8% --- Elapsed Time: 0h 00m 08s (ETA: 0h 00m 15s)Progress: [=========== ] 36.8% --- Elapsed Time: 0h 00m 09s (ETA: 0h 00m 15s)Progress: [=========== ] 39.3% --- Elapsed Time: 0h 00m 10s (ETA: 0h 00m 15s)Progress: [============ ] 41.3% --- Elapsed Time: 0h 00m 11s (ETA: 0h 00m 15s)Progress: [============= ] 43.8% --- Elapsed Time: 0h 00m 13s (ETA: 0h 00m 16s)Progress: [============= ] 45.8% --- Elapsed Time: 0h 00m 14s (ETA: 0h 00m 16s)Progress: [============== ] 47.8% --- Elapsed Time: 0h 00m 15s (ETA: 0h 00m 16s)Progress: [============== ] 49.8% --- Elapsed Time: 0h 00m 16s (ETA: 0h 00m 16s)Progress: [=============== ] 52.2% --- Elapsed Time: 0h 00m 17s (ETA: 0h 00m 15s)Progress: [================ ] 54.7% --- Elapsed Time: 0h 00m 18s (ETA: 0h 00m 14s)Progress: [================= ] 57.2% --- Elapsed Time: 0h 00m 19s (ETA: 0h 00m 14s)Progress: [================= ] 59.7% --- Elapsed Time: 0h 00m 20s (ETA: 0h 00m 13s)Progress: [================== ] 62.7% --- Elapsed Time: 0h 00m 21s (ETA: 0h 00m 12s)Progress: [=================== ] 65.7% --- Elapsed Time: 0h 00m 22s (ETA: 0h 00m 11s)Progress: [==================== ] 69.7% --- Elapsed Time: 0h 00m 24s (ETA: 0h 00m 10s)Progress: [====================== ] 74.1% --- Elapsed Time: 0h 00m 25s (ETA: 0h 00m 08s)Progress: [======================= ] 79.6% --- Elapsed Time: 0h 00m 26s (ETA: 0h 00m 06s)Progress: [========================= ] 85.6% --- Elapsed Time: 0h 00m 27s (ETA: 0h 00m 04s)Progress: [=========================== ] 92.0% --- Elapsed Time: 0h 00m 28s (ETA: 0h 00m 02s)Progress: [============================= ] 99.0% --- Elapsed Time: 0h 00m 29s (ETA: 0h 00m 00s)Progress: [==============================] 100.0% --- Elapsed Time: 0h 00m 29s (ETA: 0h 00m 00s)
630630
[DONE]</code></pre>
631631
</div>
632632
<div class="cell-output cell-output-display" data-execution_count="1">

0 commit comments

Comments
 (0)