Skip to content

Commit 7bb0af8

Browse files
author
Documenter.jl
committed
build based on 4ab6937
1 parent 2032dec commit 7bb0af8

40 files changed

Lines changed: 14760 additions & 0 deletions
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"documenter":{"documenter_version":"1.17.0","generation_timestamp":"2026-04-21T00:05:31","julia_version":"1.12.6"}}

previews/PR104/api/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*.md

previews/PR104/api/quantum_control/index.html

Lines changed: 2 additions & 0 deletions
Large diffs are not rendered by default.

previews/PR104/api/quantum_control_index/index.html

Lines changed: 2 additions & 0 deletions
Large diffs are not rendered by default.

previews/PR104/api/quantum_propagators/index.html

Lines changed: 237 additions & 0 deletions
Large diffs are not rendered by default.

previews/PR104/api/reference/index.html

Lines changed: 150 additions & 0 deletions
Large diffs are not rendered by default.

previews/PR104/assets/Makefile

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
.PHONY: clean
2+
3+
controlhams.svg:
4+
make controlhams.pdf
5+
pdftocairo -svg controlhams.pdf
6+
7+
controlhams.pdf: controlhams.tex
8+
pdflatex controlhams.tex
9+
10+
clean:
11+
rm -f controlhams.pdf
12+
rm -f controlhams.aux
13+
rm -f controlhams.log
14+
rm -f controlhams.out
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
.citation dl {
2+
display: grid;
3+
grid-template-columns: max-content auto; }
4+
.citation dt {
5+
grid-column-start: 1; }
6+
.citation dd {
7+
grid-column-start: 2;
8+
margin-bottom: 0.75em; }
9+
.citation ul {
10+
padding: 0 0 2.25em 0;
11+
margin: 0;
12+
list-style: none;}
13+
.citation ul li {
14+
text-indent: -2.25em;
15+
margin: 0.33em 0.5em 0.5em 2.25em;}
16+
.citation ol li {
17+
padding-left:0.75em;}

previews/PR104/assets/controlhams.svg

Lines changed: 523 additions & 0 deletions
Loading
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
\documentclass[preview,12pt]{standalone}
2+
\usepackage{amsmath}
3+
\usepackage{braket}
4+
5+
\newcommand{\Op}[1]{\ensuremath{\hat{#1}}}
6+
7+
\renewcommand{\familydefault}{\sfdefault}
8+
9+
\begin{document}
10+
11+
\begin{align}
12+
\Op{H} &= \overbrace{\Op{H}_0}^\text{drift term} \hspace{-5pt} + \sum_l \overbrace{\Op{H}_l(\{\epsilon_{l'}(t)\}, t)}^\text{control term} \tag{G1} \\
13+
\Op{H} &= \Op{H}_0 + \sum_l \overbrace{a_{l}(
14+
\{ \hspace{-15pt}
15+
\underbrace{\epsilon_{l'}(t)}_\text{control function}
16+
\hspace{-15pt} \}, t
17+
)}^\text{control amplitude} \Op{H}_l \tag{G2} \\
18+
\Op{H} &= \Op{H}_0 + \sum_l \overbrace{\epsilon_l(t)}
19+
\hspace{-15pt} \underbrace{\Op{H}_l}_\text{control operator} \tag{G3}
20+
\end{align}
21+
22+
\end{document}

0 commit comments

Comments
 (0)