We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
LaTeXStrings
1 parent 4eb8049 commit 51534f3Copy full SHA for 51534f3
Project.toml
@@ -1,6 +1,5 @@
1
[deps]
2
CairoMakie = "13f3f980-e62b-5c42-98c6-ff1f3baf88f0"
3
HierarchicalEOM = "a62dbcb7-80f5-4d31-9a88-8b19fd92b128"
4
-LaTeXStrings = "b964fa9f-0449-5b57-a5c2-d3ea65f4040f"
5
QuantumToolbox = "6c2fb7c5-b903-41d2-bc5e-5a7c320b9fab"
6
QuartoNotebookRunner = "4c0109c6-14e9-4c88-93f0-2b974d3468f4"
QuantumToolbox.jl/time_evolution/rabi.qmd
@@ -45,7 +45,6 @@ $$
45
```{julia}
46
using QuantumToolbox
47
using CairoMakie # For high-quality plotting
48
-using LaTeXStrings # For manuscript-like typesetting in the plots
49
```
50
51
0 commit comments