-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
141 lines (133 loc) · 3.6 KB
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
site_name: "The Neutral Atom SDK"
repo_name: bloqade
repo_url: https://github.com/QuEraComputing/bloqade
site_description: >-
Bloqade - the neutral atom SDK
edit_uri: "edit/main/docs/"
site_url: https://special-engine-kg8jlr7.pages.github.io/
# Page tree
nav:
- Home:
- index.md
- Installation: install.md
- Background: background.md
- Quick Start:
- Digital:
- quick_start/digital/index.md
- QASM2: quick_start/digital/qasm2.md
- Analog:
- quick_start/analog/index.md
- Contributing: contrib.md
- Digital Tutorial:
- digital/index.md
- Quantum Fourier Transform: "digital/examples/qft.py"
- GHZ state preparation: "digital/examples/ghz.py"
- Pauli Exponential: "digital/examples/pauli_exponentiation.py"
- Repeat Until Success: "digital/examples/repeat_until_success.py"
- QAOA: "digital/examples/qaoa.py"
- Analog Tutorial: 'https://queracomputing.github.io/bloqade-python/latest/'
- Blog:
- blog/index.md
- QuEra Computing: 'https://quera.com'
# - API Reference:
# - QASM2: reference/bloqade/qasm2/
theme:
name: material
favicon: assets/favicon.ico
logo: assets/logo-dark.svg
palette:
- scheme: default
primary: custom
accent: custom
toggle:
icon: material/brightness-7
name: Switch to dark mode
- scheme: slate
primary: custom
accent: custom
toggle:
icon: material/brightness-4
name: Switch to light mode
features:
- announce.dismiss
- content.action.view
- content.action.edit
- content.code.annotate
- content.code.copy
# - content.tabs.link
- content.tooltips
# - header.autohide
# - navigation.expand
- navigation.indexes
# - navigation.instant
# - navigation.prune
- navigation.sections
- navigation.tabs
# - navigation.tabs.sticky
- navigation.top
- navigation.tracking
- navigation.footer
- search.highlight
- search.suggest
- toc.follow
plugins:
- mkdocstrings:
handlers:
python:
paths: [src]
options:
show_if_no_docstring: false
separate_signature: true
merge_init_into_class: true
extensions:
- griffe_inherited_docstrings
show_inheritance_diagram: true
show_signature_annotations: true
show_symbol_type_heading: true
show_symbol_type_toc: true
docstring_options:
ignore_init_summary: true
- search:
separator: '[\s\-,:!=\[\: )"`/]+|\.(?!\d)|&[lg]t;|(?!\b)(?=[A-Z][a-z])'
- gen-files:
scripts:
- docs/scripts/gen_ref_nav.py
- literate-nav:
nav_file: SUMMARY.txt
- minify:
minify_html: false
- blog
- mkdocs-jupyter:
#include: ["examples/ghz.py"]
#ignore: []
extra_javascript:
- javascripts/katex.js
- https://unpkg.com/katex@0/dist/katex.min.js
- https://unpkg.com/katex@0/dist/contrib/auto-render.min.js
extra_css:
- stylesheets/extra.css
- https://unpkg.com/katex@0/dist/katex.min.css
markdown_extensions:
- abbr
- admonition
- attr_list
- def_list
- footnotes
- md_in_html
- pymdownx.superfences
- pymdownx.caret
- pymdownx.mark
- pymdownx.tilde
- pymdownx.tabbed:
alternate_style: true
- pymdownx.arithmatex:
generic: true
copyright: Copyright © 2025 Bloqade contributors
extra:
version:
provider: mike
social:
- icon: simple/x
link: https://x.com/QueraComputing
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/company/quera-computing-inc/