29
29
foreground_color_legend = nothing ,
30
30
background_color_legend = RGBA (1 , 1 , 1 , 0.8 )
31
31
)
32
+ TableOfContents ()
32
33
end
33
34
34
35
# ╔═╡ 017e2537-5315-4431-a4fd-9d514efb8d7c
@@ -253,7 +254,7 @@ begin
253
254
_ϵ_0 = parse (Float64, _guess_amplitude_str)
254
255
catch
255
256
end
256
- local _ϵ (t) = _ϵ_0 * QuantumControl. Shapes. flattop (t, T= 5 , t_rise= 0.3 , func= :blackman );
257
+ _ϵ (t) = _ϵ_0 * QuantumControl. Shapes. flattop (t, T= 5 , t_rise= 0.3 , func= :blackman );
257
258
local _ω = 1.0
258
259
try
259
260
_ω = parse (Float64, _ω_str)
@@ -268,14 +269,11 @@ begin
268
269
end
269
270
270
271
# ╔═╡ 18e5972c-a439-470e-bf3c-18636a2d09df
271
- let
272
- content = md """
273
- With the default ω = 1.0, for an amplitude of 3.0, the error is below 5%.
272
+ details (" Solution" , md """
273
+ With the default ω = 1.0, for an amplitude of 3.0, the error is below 5%.
274
274
275
- For a resonant field (ω = 0.0), setting |ϵ(t)| = 1/3 produces an error of zero.
276
- """
277
- HTML (" <details><summary>Solution</summary>$(html (content)) </details>" )
278
- end
275
+ For a resonant field (ω = 0.0), setting |ϵ(t)| = 1/3 produces an error of zero.
276
+ """ )
279
277
280
278
# ╔═╡ 4c3bc003-bcb2-43f1-b9dc-2170d5f6e9a4
281
279
md """
@@ -393,7 +391,7 @@ QuantumPropagators = "7bf12567-5742-4b91-a078-644e72a65fc1"
393
391
GRAPE = "~0.7.5"
394
392
Krotov = "~0.7.2"
395
393
Plots = "~1.40.11"
396
- PlutoUI = "~0.7.23 "
394
+ PlutoUI = "~0.7.62 "
397
395
QuantumControl = "~0.11.1"
398
396
QuantumPropagators = "~0.8.3"
399
397
"""
@@ -404,7 +402,7 @@ PLUTO_MANIFEST_TOML_CONTENTS = """
404
402
405
403
julia_version = "1.11.4"
406
404
manifest_format = "2.0"
407
- project_hash = "9134bafb930192eeeb10f50e47d70d1f92bd4aa6 "
405
+ project_hash = "1795e60d95a8f6ab8d6c06c759eb8af62172cd7b "
408
406
409
407
[[deps.AbstractPlutoDingetjes]]
410
408
deps = ["Pkg"]
@@ -461,19 +459,15 @@ version = "3.29.0"
461
459
462
460
[[deps.ColorTypes]]
463
461
deps = ["FixedPointNumbers", "Random"]
464
- git-tree-sha1 = "67e11ee83a43eb71ddc950302c53bf33f0690dfe "
462
+ git-tree-sha1 = "b10d0b65641d57b8b4d5e234446582de5047050d "
465
463
uuid = "3da002f7-5984-5a60-b8a6-cbb66c0b333f"
466
- version = "0.12.1"
467
- weakdeps = ["StyledStrings"]
468
-
469
- [deps.ColorTypes.extensions]
470
- StyledStringsExt = "StyledStrings"
464
+ version = "0.11.5"
471
465
472
466
[[deps.ColorVectorSpace]]
473
467
deps = ["ColorTypes", "FixedPointNumbers", "LinearAlgebra", "Requires", "Statistics", "TensorCore"]
474
- git-tree-sha1 = "8b3b6f87ce8f65a2b4f857528fd8d70086cd72b1 "
468
+ git-tree-sha1 = "a1f44953f2382ebb937d60dafbe2deea4bd23249 "
475
469
uuid = "c3611d14-8923-5661-9e6a-0046d554d3a4"
476
- version = "0.11 .0"
470
+ version = "0.10 .0"
477
471
weakdeps = ["SpecialFunctions"]
478
472
479
473
[deps.ColorVectorSpace.extensions]
@@ -704,9 +698,9 @@ version = "8.5.0+0"
704
698
705
699
[[deps.Hyperscript]]
706
700
deps = ["Test"]
707
- git-tree-sha1 = "8d511d5b81240fc8e6802386302675bdf47737b9 "
701
+ git-tree-sha1 = "179267cfa5e712760cd43dcae385d7ea90cc25a4 "
708
702
uuid = "47d2ed2b-36de-50cf-bf87-49c2cf4b8b91"
709
- version = "0.0.4 "
703
+ version = "0.0.5 "
710
704
711
705
[[deps.HypertextLiteral]]
712
706
deps = ["Tricks"]
@@ -931,6 +925,11 @@ git-tree-sha1 = "f02b56007b064fbfddb4c9cd60161b6dd0f40df3"
931
925
uuid = "e6f89c97-d47a-5376-807f-9c37f3926c36"
932
926
version = "1.1.0"
933
927
928
+ [[deps.MIMEs]]
929
+ git-tree-sha1 = "c64d943587f7187e751162b3b84445bbbd79f691"
930
+ uuid = "6c6e2e6c-3030-632d-7369-2d6c69616d65"
931
+ version = "1.1.0"
932
+
934
933
[[deps.MacroTools]]
935
934
git-tree-sha1 = "72aebe0b5051e5143a079a4685a46da330a40472"
936
935
uuid = "1914dd2f-81c6-5fcd-8719-6d5c9610ff09"
@@ -1102,10 +1101,10 @@ version = "1.40.11"
1102
1101
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
1103
1102
1104
1103
[[deps.PlutoUI]]
1105
- deps = ["AbstractPlutoDingetjes", "Base64", "Dates", "Hyperscript", "HypertextLiteral", "IOCapture", "InteractiveUtils", "JSON", "Logging", "Markdown", "Random", "Reexport", "UUIDs"]
1106
- git-tree-sha1 = "5152abbdab6488d5eec6a01029ca6697dff4ec8f "
1104
+ deps = ["AbstractPlutoDingetjes", "Base64", "ColorTypes", " Dates", "FixedPointNumbers", " Hyperscript", "HypertextLiteral", "IOCapture", "InteractiveUtils", "JSON", "Logging", "MIMEs", " Markdown", "Random", "Reexport", "URIs ", "UUIDs"]
1105
+ git-tree-sha1 = "d3de2694b52a01ce61a036f18ea9c0f61c4a9230 "
1107
1106
uuid = "7f904dfe-b85e-4ff6-b463-dae2292396a8"
1108
- version = "0.7.23 "
1107
+ version = "0.7.62 "
1109
1108
1110
1109
[[deps.PrecompileTools]]
1111
1110
deps = ["Preferences"]
0 commit comments