@@ -4,105 +4,122 @@ included:
4
4
options :
5
5
- cards
6
6
items :
7
- - heading : Research with ReCirq
8
- description : How to use this code.
9
- path : /cirq/experiments/research
10
- - heading : ReCirq experiment structure
11
- description : How ReCirq experiments are structured.
12
- path : /cirq/experiments/guide/data_collection_idioms
13
- - heading : Data collection
14
- description : How ReCirq experiments collect data.
15
- path : /cirq/experiments/guide/data_collection
16
- - heading : Data analysis
17
- description : How ReCirq experiments analyze data.
18
- path : /cirq/experiments/guide/data_analysis
19
- - heading : Best practices
20
- description : Additional advice on writing ReCirq experiments.
21
- path : /cirq/experiments/guide/best_practices
7
+ - heading : Research with ReCirq
8
+ description : How to use this code.
9
+ path : /cirq/experiments/research
10
+ - heading : ReCirq experiment structure
11
+ description : How ReCirq experiments are structured.
12
+ path : /cirq/experiments/guide/data_collection_idioms
13
+ - heading : Data collection
14
+ description : How ReCirq experiments collect data.
15
+ path : /cirq/experiments/guide/data_collection
16
+ - heading : Data analysis
17
+ description : How ReCirq experiments analyze data.
18
+ path : /cirq/experiments/guide/data_analysis
19
+ - heading : Best practices
20
+ description : Additional advice on writing ReCirq experiments.
21
+ path : /cirq/experiments/guide/best_practices
22
22
23
23
- heading : QAOA
24
24
description : Tutorials and examples with the Quantum Approximate Optimization Algorithm.
25
25
options :
26
26
- cards
27
27
items :
28
- - heading : Overview
29
- path : /cirq/experiments/qaoa
30
- - heading : Example problems
31
- description : Introductory QAOA problems.
32
- path : /cirq/experiments/qaoa/example_problems
33
- - heading : Tasks
34
- description : QAOA experiment Task object.
35
- path : /cirq/experiments/qaoa/tasks
36
- - heading : Precomputed analysis
37
- description : QAOA analysis with precomputed optimal angles.
38
- path : /cirq/experiments/qaoa/precomputed_analysis
39
- - heading : Landscape analysis
40
- description : QAOA analysis with a hardware landscape.
41
- path : /cirq/experiments/qaoa/landscape_analysis
42
- - heading : Optimization analysis
43
- description : QAOA analysis with an optimization path.
44
- path : /cirq/experiments/qaoa/optimization_analysis
45
- - heading : Hardware grid circuits
46
- description : QAOA on grid-shaped hardware.
47
- path : /cirq/experiments/qaoa/hardware_grid_circuits
48
- - heading : Routing with tket
49
- description : Use t|ket> to map QAOA to a generic device.
50
- path : /cirq/experiments/qaoa/routing_with_tket
28
+ - heading : Overview
29
+ path : /cirq/experiments/qaoa
30
+ - heading : Example problems
31
+ description : Introductory QAOA problems.
32
+ path : /cirq/experiments/qaoa/example_problems
33
+ - heading : Tasks
34
+ description : QAOA experiment Task object.
35
+ path : /cirq/experiments/qaoa/tasks
36
+ - heading : Precomputed analysis
37
+ description : QAOA analysis with precomputed optimal angles.
38
+ path : /cirq/experiments/qaoa/precomputed_analysis
39
+ - heading : Landscape analysis
40
+ description : QAOA analysis with a hardware landscape.
41
+ path : /cirq/experiments/qaoa/landscape_analysis
42
+ - heading : Optimization analysis
43
+ description : QAOA analysis with an optimization path.
44
+ path : /cirq/experiments/qaoa/optimization_analysis
45
+ - heading : Hardware grid circuits
46
+ description : QAOA on grid-shaped hardware.
47
+ path : /cirq/experiments/qaoa/hardware_grid_circuits
48
+ - heading : Routing with tket
49
+ description : Use t|ket> to map QAOA to a generic device.
50
+ path : /cirq/experiments/qaoa/routing_with_tket
51
51
52
52
- heading : Hartree-Fock VQE
53
53
description : How to run the Hartree-Fock Variational Quantum Eigensolver experiment.
54
54
options :
55
55
- cards
56
56
items :
57
- - heading : Overview
58
- path : /cirq/experiments/hfvqe
59
- - heading : Quickstart
60
- description : A short tutorial to show HFVQE in action.
61
- path : /cirq/experiments/hfvqe/quickstart
62
- - heading : Molecular data
63
- description : How to make molecule files for use with HFVQE.
64
- path : /cirq/experiments/hfvqe/molecular_data
57
+ - heading : Overview
58
+ path : /cirq/experiments/hfvqe
59
+ - heading : Quickstart
60
+ description : A short tutorial to show HFVQE in action.
61
+ path : /cirq/experiments/hfvqe/quickstart
62
+ - heading : Molecular data
63
+ description : How to make molecule files for use with HFVQE.
64
+ path : /cirq/experiments/hfvqe/molecular_data
65
65
66
66
- heading : Fermi-Hubbard
67
67
description : Simulating spin and charge dynamics with a Fermi-Hubbard model.
68
68
options :
69
69
- cards
70
70
items :
71
- - heading : Overview
72
- path : /cirq/experiments/fermi_hubbard
73
- - heading : Experiment example
74
- description : End-to-end with a single instance of the Fermi-Hubbard experiment.
75
- path : /cirq/experiments/fermi_hubbard/experiment_example
76
- - heading : Spin-charge separation results
77
- description : Experimental data collected and analyzed.
78
- path : /cirq/experiments/fermi_hubbard/publication_results
71
+ - heading : Overview
72
+ path : /cirq/experiments/fermi_hubbard
73
+ - heading : Experiment example
74
+ description : End-to-end with a single instance of the Fermi-Hubbard experiment.
75
+ path : /cirq/experiments/fermi_hubbard/experiment_example
76
+ - heading : Spin-charge separation results
77
+ description : Experimental data collected and analyzed.
78
+ path : /cirq/experiments/fermi_hubbard/publication_results
79
79
80
80
- heading : Quantum Scrambling
81
81
description : Use out-of-time-order (OTOC) correlators to demonstrate quantum scrambling.
82
82
options :
83
83
- cards
84
84
items :
85
- - heading : Overview
86
- path : /cirq/experiments/otoc
87
- - heading : Experiment example
88
- description : Build, run and plot an OTOC circuit.
89
- path : /cirq/experiments/otoc/otoc_example
85
+ - heading : Overview
86
+ path : /cirq/experiments/otoc
87
+ - heading : Experiment example
88
+ description : Build, run and plot an OTOC circuit.
89
+ path : /cirq/experiments/otoc/otoc_example
90
90
91
91
- heading : Toric Code
92
92
description : Explore the toric code model of interacting qubits.
93
93
options :
94
94
- cards
95
95
items :
96
- - heading : Overview
97
- path : /cirq/experiments/toric_code
98
- - heading : Ground State
99
- description : Create a toric code ground state.
100
- path : /cirq/experiments/toric_code/toric_code_ground_state
96
+ - heading : Overview
97
+ path : /cirq/experiments/toric_code
98
+ - heading : Ground State
99
+ description : Create a toric code ground state.
100
+ path : /cirq/experiments/toric_code/toric_code_ground_state
101
101
102
102
- heading : Kardar-Parisi-Zhang Physics
103
103
description : Probe the dynamics of transferred magnetization in the Heisenberg spin chain.
104
104
options :
105
105
- cards
106
106
items :
107
- - heading : Experiment example
108
- path : /cirq/experiments/kpz/kpz
107
+ - heading : Experiment example
108
+ path : /cirq/experiments/kpz/kpz
109
+
110
+ - heading : Quantum-Classical Quantum Monte Carlo
111
+ description : How to run QCQMC for quantum chemistry applications.
112
+ options :
113
+ - cards
114
+ items :
115
+ - heading : Overview
116
+ path : /cirq/experiments/qcqmc
117
+ - heading : Code Layout
118
+ description : A short tutorial on the code structure.
119
+ path : /cirq/experiments/qcqmc/high_level
120
+ - heading : End-to-End Example
121
+ description : How to generate a shadow trial wavefunction for a molecular system
122
+ path : /cirq/experiments/qcqmc/full_workflow
123
+ - heading : Experimental Wavefunctions
124
+ description : Analyze published experimental wavefunctions.
125
+ path : /cirq/experiments/qcqmc/experimental_wavefunctions
0 commit comments