-
Notifications
You must be signed in to change notification settings - Fork 1.1k
/
Copy path_book.yaml
283 lines (259 loc) · 9.45 KB
/
_book.yaml
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
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
#
# Copyright 2020 The Cirq Developers
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# https://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# This file defines the menu structure for the Cirq sub-site within the larger
# Google Quantum site.
# It is used by "devsite", a Google internal CMS platform for documentation.
upper_tabs:
# Dropdown menu
- name: "Software"
path: /software
is_default: true
lower_tabs:
# Subsite tabs
other:
- name: "Start"
contents:
#### FIRST STEPS ####
- heading: "First steps"
- title: "Install"
path: /cirq/start/install
- title: "Hello Qubit Example"
path: /cirq/start/start
- title: "Cirq Basics"
path: /cirq/start/basics
- title: "Best Practices"
path: /cirq/start/best_practices
#### TEST UNDERSTANDING ####
- heading: "Test understanding"
- title: "Cirq Intro Workshop"
path: /cirq/start/intro
- name: "Build"
contents:
- title: "Overview"
path: /cirq/build
#### CIRCUIT CONSTRUCTION ####
- heading: "Circuit construction"
- title: "Circuits"
path: /cirq/build/circuits
- title: "Qubits"
path: /cirq/build/qubits
- title: "Gates and operations"
path: /cirq/build/gates
- title: "Custom gates"
path: /cirq/build/custom_gates
- title: "Import/export circuits"
path: /cirq/build/interop
#### ADVANCED ####
- heading: "Advanced"
- title: "Operators"
path: /cirq/build/operators
- title: "Observables and PauliStrings"
path: /cirq/build/pauli_observables
- title: "Qudits"
path: /cirq/build/qudits
- title: "Protocols"
path: /cirq/build/protocols
- title: "Tools Ecosystem"
path: /cirq/build/ecosystem
- name: "Simulate"
contents:
- title: "Overview"
path: /cirq/simulate
- title: "Exact Simulation"
path: /cirq/simulate/simulation
- title: "Noisy Simulation"
path: /cirq/simulate/noisy_simulation
- title: "Parameter Sweeps"
path: /cirq/simulate/params
- title: "State Histograms"
path: /cirq/simulate/state_histograms
- heading: "Quantum Virtual Machine"
- title: "Quantum Virtual Machine"
path: /cirq/simulate/quantum_virtual_machine
- title: "QVM Creation Template"
path: /cirq/simulate/qvm_builder_code
- title: "QVM Basic Example"
path: /cirq/simulate/qvm_basic_example
- title: "QVM Stabilizer Example"
path: /cirq/simulate/qvm_stabilizer_example
- title: "Virtual Engine Interface"
path: /cirq/simulate/virtual_engine_interface
- name: "Transform"
contents:
- title: "Overview"
path: /cirq/transform
- title: "Circuit Transformers"
path: /cirq/transform/transformers
- title: "Custom Transformers"
path: /cirq/transform/custom_transformers
- title: "Routing as a Transformer"
path: /cirq/transform/routing_transformer
- name: "Hardware"
contents:
- title: "Overview"
path: /cirq/hardware
- title: "Devices"
path: /cirq/hardware/devices
- title: "Qubit Picking"
path: /cirq/hardware/qubit_picking
#### AQT ####
- heading: "AQT hardware"
- title: "Access and authentication"
path: /cirq/hardware/aqt/access
- title: "Getting started with AQT hardware"
path: /cirq/hardware/aqt/getting_started
#### Azure Quantum ####
- heading: "Azure Quantum"
- title: "Access and authentication"
path: /cirq/hardware/azure-quantum/access
- title: "Getting started with Honeywell on Azure Quantum"
path: /cirq/hardware/azure-quantum/getting_started_honeywell
- title: "Getting started with IonQ on Azure Quantum"
path: /cirq/hardware/azure-quantum/getting_started_ionq
##### IonQ ####
- heading: "IonQ hardware"
- title: "Access and authentication"
path: /cirq/hardware/ionq/access
- title: "Getting started with IonQ hardware"
path: /cirq/hardware/ionq/getting_started
- title: "IonQ API service"
path: /cirq/hardware/ionq/service
- title: "IonQ API circuits"
path: /cirq/hardware/ionq/circuits
- title: "Running IonQ API jobs"
path: /cirq/hardware/ionq/jobs
- title: "IonQ API calibrations"
path: /cirq/hardware/ionq/calibrations
#### PASQAL ####
- heading: "Pasqal hardware"
- title: "Access and authentication"
path: /cirq/hardware/pasqal/access
- title: "Getting started with Pasqal hardware"
path: /cirq/hardware/pasqal/getting_started
- title: "Pasqal devices"
path: /cirq/hardware/pasqal/devices
- title: "Pasqal sampler"
path: /cirq/hardware/pasqal/sampler
##### RIGETTI ####
- heading: "Rigetti hardware"
- title: "Access and authentication"
path: /cirq/hardware/rigetti/access
- title: "Getting started with Rigetti hardware"
path: /cirq/hardware/rigetti/getting_started
- name: "Noise"
contents:
- title: "Overview"
path: /cirq/noise
- title: "Representing Noise"
path: /cirq/noise/representing_noise
#### CHARACTERIZATION AND COMPENSATION ####
- heading: "Characterization and compensation"
- title: "Calibration FAQ"
path: /cirq/noise/calibration_faq
- title: "Floquet Calibration"
path: /cirq/noise/floquet_calibration_example
- title: "Cross Entropy Benchmarking (XEB)"
style: accordion
section:
- title: "Cross Entropy Benchmarking Theory"
path: /cirq/noise/qcvv/xeb_theory
- title: "Coherent vs incoherent noise with XEB"
path: /cirq/noise/qcvv/coherent_vs_incoherent_xeb
- title: "Parallel XEB"
path: /cirq/noise/qcvv/parallel_xeb
- title: "XEB calibration: Example and Benchmark"
path: /cirq/noise/qcvv/xeb_calibration_example
#### VISUALIZING NOISE ####
- heading: "Visualizing noise"
- title: "Heatmaps"
path: /cirq/noise/heatmaps
- name: "Experiments"
contents:
- title: "Overview"
path: /cirq/experiments
- heading: "Algorithms in base Cirq"
- title: "Textbook Algorithms Workshop"
path: /cirq/experiments/textbook_algorithms
- title: "Shor's Algorithm"
path: /cirq/experiments/shor
- title: "Variational Quantum Eigensolver"
path: /cirq/experiments/variational_algorithm
- title: "Quantum Walks"
path: /cirq/experiments/quantum_walks
- title: "Fourier Checking"
path: /cirq/experiments/fourier_checking
- title: "Hidden Linear Function problem"
path: /cirq/experiments/hidden_linear_function
- include: /cirq/experiments/_toc.yaml
- name: "Contribute"
contents:
#### Contributor Guide ####
- heading: "Contributor guide"
- title: "Contribute"
path: /cirq/dev/development
- title: "RFC process"
path: /cirq/dev/rfc_process
- title: "Style guide"
path: /cirq/dev/style
- title: "Notebooks guide"
path: /cirq/dev/notebooks
- title: "Nomenclature"
path: /cirq/dev/nomenclature
- title: "Gate and operation guidelines"
path: /cirq/dev/gates
- title: "Plotting guidelines"
path: /cirq/dev/plotting
- title: "Modules"
path: /cirq/dev/modules
- title: "Serialization guidelines"
path: /cirq/dev/serialization
- title: "Version compatibility"
path: /cirq/dev/versions
- title: "Triage process"
path: /cirq/dev/triage
- title: "Issues / requests / questions"
path: /cirq/dev/support
- name: "Reference"
skip_translation: true
contents:
- heading: "cirq"
- title: "All symbols"
path: /reference/python/cirq/all_symbols
- include: /reference/python/cirq/_toc.yaml
- heading: "cirq-aqt"
- title: "All symbols"
path: /reference/python/cirq_aqt/all_symbols
- include: /reference/python/cirq_aqt/_toc.yaml
- heading: "cirq-google"
- title: "All symbols"
path: /reference/python/cirq_google/all_symbols
- include: /reference/python/cirq_google/_toc.yaml
- heading: "cirq-ionq"
- title: "All symbols"
path: /reference/python/cirq_ionq/all_symbols
- include: /reference/python/cirq_ionq/_toc.yaml
- heading: "cirq-pasqal"
- title: "All symbols"
path: /reference/python/cirq_pasqal/all_symbols
- include: /reference/python/cirq_pasqal/_toc.yaml
- heading: "cirq-rigetti"
- title: "All symbols"
path: /reference/python/cirq_rigetti/all_symbols
- include: /reference/python/cirq_rigetti/_toc.yaml
- heading: "cirq-web"
- title: "All symbols"
path: /reference/python/cirq_web/all_symbols
- include: /reference/python/cirq_web/_toc.yaml
- include: /_book/upper_tabs_right.yaml