Skip to content

Commit d99df23

Browse files
committed
Update glossary
This incorporates new reflections, which lead to renaming "Control" => "Control Function" and "Control Function" => "Control Amplitude". I've compared our nomenclature to Qopt, QuTip-QIP, Qiskit, and Q-CTRL, and we're pretty much in line with everyone's terminology (although we make some subtler distinctions)
1 parent e9db9bf commit d99df23

4 files changed

Lines changed: 573 additions & 20 deletions

File tree

docs/src/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

0 commit comments

Comments
 (0)