-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmaster_branch_callgraph.dot
More file actions
350 lines (349 loc) · 43.6 KB
/
master_branch_callgraph.dot
File metadata and controls
350 lines (349 loc) · 43.6 KB
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
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
digraph G {
graph [rankdir=TB];
subgraph cluster_G {
graph [style="filled,rounded",fillcolor="#80808018", label=""];
errors [label="errors", style="filled", fillcolor="#ffffffb2", fontcolor="#000000", group="0"];
layers [label="layers", style="filled", fillcolor="#ffffffb2", fontcolor="#000000", group="1"];
matching [label="matching", style="filled", fillcolor="#ffffffb2", fontcolor="#000000", group="2"];
matching_test [label="matching_test", style="filled", fillcolor="#ffffffb2", fontcolor="#000000", group="3"];
result_one_point_hybrid [label="result_one_point_hybrid", style="filled", fillcolor="#ffffffb2", fontcolor="#000000", group="4"];
result_one_point_local [label="result_one_point_local", style="filled", fillcolor="#ffffffb2", fontcolor="#000000", group="5"];
result_one_point_model [label="result_one_point_model", style="filled", fillcolor="#ffffffb2", fontcolor="#000000", group="6"];
result_one_point_nn [label="result_one_point_nn", style="filled", fillcolor="#ffffffb2", fontcolor="#000000", group="7"];
result_one_point_random [label="result_one_point_random", style="filled", fillcolor="#ffffffb2", fontcolor="#000000", group="8"];
result_one_point_tau [label="result_one_point_tau", style="filled", fillcolor="#ffffffb2", fontcolor="#000000", group="9"];
result_simulate [label="result_simulate", style="filled", fillcolor="#ffffffb2", fontcolor="#000000", group="10"];
surface_code [label="surface_code", style="filled", fillcolor="#ffffffb2", fontcolor="#000000", group="11"];
errors__Generator [label="Generator\n\n(errors.py:18,\nclass in errors)", style="filled", fillcolor="#feccccb2", fontcolor="#000000", group="0"];
errors__Generator____init__ [label="__init__\n\n(errors.py:19,\nmethod in errors.Generator)", style="filled", fillcolor="#ff9999b2", fontcolor="#000000", group="0"];
errors__Generator___generate_name [label="_generate_name\n\n(errors.py:67,\nmethod in errors.Generator)", style="filled", fillcolor="#ff9999b2", fontcolor="#000000", group="0"];
errors__Generator___load_model [label="_load_model\n\n(errors.py:73,\nmethod in errors.Generator)", style="filled", fillcolor="#ff9999b2", fontcolor="#000000", group="0"];
errors__Generator___pauli_error [label="_pauli_error\n\n(errors.py:176,\nmethod in errors.Generator)", style="filled", fillcolor="#ff9999b2", fontcolor="#000000", group="0"];
errors__Generator___symbol_to_error [label="_symbol_to_error\n\n(errors.py:163,\nmethod in errors.Generator)", style="filled", fillcolor="#ff9999b2", fontcolor="#000000", group="0"];
errors__Generator___symbol_to_error_list [label="_symbol_to_error_list\n\n(errors.py:141,\nmethod in errors.Generator)", style="filled", fillcolor="#ff9999b2", fontcolor="#000000", group="0"];
errors__Generator__get_errors [label="get_errors\n\n(errors.py:83,\nmethod in errors.Generator)", style="filled", fillcolor="#ff9999b2", fontcolor="#000000", group="0"];
layers__Layers [label="Layers\n\n(layers.py:12,\nclass in layers)", style="filled", fillcolor="#fee3ccb2", fontcolor="#000000", group="1"];
layers__Layers____init__ [label="__init__\n\n(layers.py:18,\nmethod in layers.Layers)", style="filled", fillcolor="#ffc899b2", fontcolor="#000000", group="1"];
layers__Layers__add [label="add\n\n(layers.py:79,\nmethod in layers.Layers)", style="filled", fillcolor="#ffc899b2", fontcolor="#000000", group="1"];
layers__Layers__decode [label="decode\n\n(layers.py:53,\nmethod in layers.Layers)", style="filled", fillcolor="#ffc899b2", fontcolor="#000000", group="1"];
layers__Layers__find_anyons [label="find_anyons\n\n(layers.py:102,\nmethod in layers.Layers)", style="filled", fillcolor="#ffc899b2", fontcolor="#000000", group="1"];
layers__Layers__find_anyons_all [label="find_anyons_all\n\n(layers.py:96,\nmethod in layers.Layers)", style="filled", fillcolor="#ffc899b2", fontcolor="#000000", group="1"];
layers__Layers__get_time [label="get_time\n\n(layers.py:41,\nmethod in layers.Layers)", style="filled", fillcolor="#ffc899b2", fontcolor="#000000", group="1"];
layers__Layers__reset [label="reset\n\n(layers.py:45,\nmethod in layers.Layers)", style="filled", fillcolor="#ffc899b2", fontcolor="#000000", group="1"];
matching__add_virtual_space [label="add_virtual_space\n\n(matching.py:218,\nfunction in matching)", style="filled", fillcolor="#fefbccb2", fontcolor="#000000", group="2"];
matching__add_virtual_time [label="add_virtual_time\n\n(matching.py:232,\nfunction in matching)", style="filled", fillcolor="#fefbccb2", fontcolor="#000000", group="2"];
matching__make_graphX [label="make_graph\n\n(matching.py:111,\nfunction in matching)", style="filled", fillcolor="#fefbccb2", fontcolor="#000000", group="2"];
matching__match [label="match\n\n(matching.py:57,\nfunction in matching)", style="filled", fillcolor="#fefbccb2", fontcolor="#000000", group="2"];
matching__match_simple [label="match_simple\n\n(matching.py:9,\nfunction in matching)", style="filled", fillcolor="#fefbccb2", fontcolor="#000000", group="2"];
matching__pairs_remove_out_planar [label="pairs_remove_out_planar\n\n(matching.py:156,\nfunction in matching)", style="filled", fillcolor="#fefbccb2", fontcolor="#000000", group="2"];
matching__pairs_remove_out_planar_space [label="pairs_remove_out_planar_space\n\n(matching.py:192,\nfunction in matching)", style="filled", fillcolor="#fefbccb2", fontcolor="#000000", group="2"];
matching__pairs_remove_out_toric [label="pairs_remove_out_toric\n\n(matching.py:208,\nfunction in matching)", style="filled", fillcolor="#fefbccb2", fontcolor="#000000", group="2"];
matching_test__TestMatching [label="TestMatching\n\n(matching_test.py:14,\nclass in matching_test)", style="filled", fillcolor="#ebfeccb2", fontcolor="#000000", group="3"];
matching_test__TestMatching__test_make_graphX [label="test_make_graph\n\n(matching_test.py:16,\nmethod in matching_test.TestMatching)", style="filled", fillcolor="#d7ff99b2", fontcolor="#000000", group="3"];
result_one_point_hybrid__get_file_name [label="get_file_name\n\n(result_one_point_hybrid.py:19,\nfunction in result_one_point_hybrid)", style="filled", fillcolor="#d3feccb2", fontcolor="#000000", group="4"];
result_one_point_local__get_file_name [label="get_file_name\n\n(result_one_point_local.py:20,\nfunction in result_one_point_local)", style="filled", fillcolor="#ccfedbb2", fontcolor="#000000", group="5"];
result_one_point_model__get_file_name [label="get_file_name\n\n(result_one_point_model.py:21,\nfunction in result_one_point_model)", style="filled", fillcolor="#ccfef3b2", fontcolor="#000000", group="6"];
result_one_point_nn__get_file_name [label="get_file_name\n\n(result_one_point_nn.py:19,\nfunction in result_one_point_nn)", style="filled", fillcolor="#ccf3feb2", fontcolor="#000000", group="7"];
result_one_point_random__get_file_name_pq [label="get_file_name_pq\n\n(result_one_point_random.py:19,\nfunction in result_one_point_random)", style="filled", fillcolor="#ccdbfeb2", fontcolor="#000000", group="8"];
result_one_point_tau__get_file_name [label="get_file_name\n\n(result_one_point_tau.py:19,\nfunction in result_one_point_tau)", style="filled", fillcolor="#d3ccfeb2", fontcolor="#000000", group="9"];
result_simulate__lambda_env [label="lambda_env\n\n(result_simulate.py:13,\nfunction in result_simulate)", style="filled", fillcolor="#ebccfeb2", fontcolor="#000000", group="10"];
surface_code__SurfaceCode [label="SurfaceCode\n\n(surface_code.py:15,\nclass in surface_code)", style="filled", fillcolor="#feccfbb2", fontcolor="#000000", group="11"];
surface_code__SurfaceCode____init__ [label="__init__\n\n(surface_code.py:43,\nmethod in surface_code.SurfaceCode)", style="filled", fillcolor="#ff99f7b2", fontcolor="#000000", group="11"];
surface_code__SurfaceCode___env_error_rate [label="_env_error_rate\n\n(surface_code.py:302,\nmethod in surface_code.SurfaceCode)", style="filled", fillcolor="#ff99f7b2", fontcolor="#000000", group="11"];
surface_code__SurfaceCode___incomplete_measuerement [label="_incomplete_measuerement\n\n(surface_code.py:258,\nmethod in surface_code.SurfaceCode)", style="filled", fillcolor="#ff99f7b2", fontcolor="#000000", group="11"];
surface_code__SurfaceCode___measure_stabilizer [label="_measure_stabilizer\n\n(surface_code.py:166,\nmethod in surface_code.SurfaceCode)", style="filled", fillcolor="#ff99f7b2", fontcolor="#000000", group="11"];
surface_code__SurfaceCode___measure_stabilizer_boundary [label="_measure_stabilizer_boundary\n\n(surface_code.py:198,\nmethod in surface_code.SurfaceCode)", style="filled", fillcolor="#ff99f7b2", fontcolor="#000000", group="11"];
surface_code__SurfaceCode___measure_stabilizer_bulk [label="_measure_stabilizer_bulk\n\n(surface_code.py:189,\nmethod in surface_code.SurfaceCode)", style="filled", fillcolor="#ff99f7b2", fontcolor="#000000", group="11"];
surface_code__SurfaceCode___measure_stabilizer_side [label="_measure_stabilizer_side\n\n(surface_code.py:203,\nmethod in surface_code.SurfaceCode)", style="filled", fillcolor="#ff99f7b2", fontcolor="#000000", group="11"];
surface_code__SurfaceCode___noisy_measurement_noreversed [label="_noisy_measurement_noreversed\n\n(surface_code.py:503,\nmethod in surface_code.SurfaceCode)", style="filled", fillcolor="#ff99f7b2", fontcolor="#000000", group="11"];
surface_code__SurfaceCode___noisy_measurement_reversed [label="_noisy_measurement_reversed\n\n(surface_code.py:515,\nmethod in surface_code.SurfaceCode)", style="filled", fillcolor="#ff99f7b2", fontcolor="#000000", group="11"];
surface_code__SurfaceCode___select_stabilizer [label="_select_stabilizer\n\n(surface_code.py:586,\nmethod in surface_code.SurfaceCode)", style="filled", fillcolor="#ff99f7b2", fontcolor="#000000", group="11"];
surface_code__SurfaceCode___stabilizer_lie [label="_stabilizer_lie\n\n(surface_code.py:269,\nmethod in surface_code.SurfaceCode)", style="filled", fillcolor="#ff99f7b2", fontcolor="#000000", group="11"];
surface_code__SurfaceCode___stabilizer_qubits_boundary [label="_stabilizer_qubits_boundary\n\n(surface_code.py:236,\nmethod in surface_code.SurfaceCode)", style="filled", fillcolor="#ff99f7b2", fontcolor="#000000", group="11"];
surface_code__SurfaceCode___stabilizer_qubits_bulk [label="_stabilizer_qubits_bulk\n\n(surface_code.py:218,\nmethod in surface_code.SurfaceCode)", style="filled", fillcolor="#ff99f7b2", fontcolor="#000000", group="11"];
surface_code__SurfaceCode__apply_measurement_error [label="apply_measurement_error\n\n(surface_code.py:275,\nmethod in surface_code.SurfaceCode)", style="filled", fillcolor="#ff99f7b2", fontcolor="#000000", group="11"];
surface_code__SurfaceCode__apply_qubit_error [label="apply_qubit_error\n\n(surface_code.py:281,\nmethod in surface_code.SurfaceCode)", style="filled", fillcolor="#ff99f7b2", fontcolor="#000000", group="11"];
surface_code__SurfaceCode__correct_error [label="correct_error\n\n(surface_code.py:694,\nmethod in surface_code.SurfaceCode)", style="filled", fillcolor="#ff99f7b2", fontcolor="#000000", group="11"];
surface_code__SurfaceCode__environmental_noise [label="environmental_noise\n\n(surface_code.py:289,\nmethod in surface_code.SurfaceCode)", style="filled", fillcolor="#ff99f7b2", fontcolor="#000000", group="11"];
surface_code__SurfaceCode__get_plaqs [label="get_plaqs\n\n(surface_code.py:670,\nmethod in surface_code.SurfaceCode)", style="filled", fillcolor="#ff99f7b2", fontcolor="#000000", group="11"];
surface_code__SurfaceCode__get_stars [label="get_stars\n\n(surface_code.py:666,\nmethod in surface_code.SurfaceCode)", style="filled", fillcolor="#ff99f7b2", fontcolor="#000000", group="11"];
surface_code__SurfaceCode__init_error_obj [label="init_error_obj\n\n(surface_code.py:110,\nmethod in surface_code.SurfaceCode)", style="filled", fillcolor="#ff99f7b2", fontcolor="#000000", group="11"];
surface_code__SurfaceCode__init_error_obj_extra [label="init_error_obj_extra\n\n(surface_code.py:131,\nmethod in surface_code.SurfaceCode)", style="filled", fillcolor="#ff99f7b2", fontcolor="#000000", group="11"];
surface_code__SurfaceCode__measure_all_stabilizers [label="measure_all_stabilizers\n\n(surface_code.py:137,\nmethod in surface_code.SurfaceCode)", style="filled", fillcolor="#ff99f7b2", fontcolor="#000000", group="11"];
surface_code__SurfaceCode__measure_logical [label="measure_logical\n\n(surface_code.py:674,\nmethod in surface_code.SurfaceCode)", style="filled", fillcolor="#ff99f7b2", fontcolor="#000000", group="11"];
surface_code__SurfaceCode__measure_stabilizer_type [label="measure_stabilizer_type\n\n(surface_code.py:149,\nmethod in surface_code.SurfaceCode)", style="filled", fillcolor="#ff99f7b2", fontcolor="#000000", group="11"];
surface_code__SurfaceCode__measurement_protocol_hybrid [label="measurement_protocol_hybrid\n\n(surface_code.py:442,\nmethod in surface_code.SurfaceCode)", style="filled", fillcolor="#ff99f7b2", fontcolor="#000000", group="11"];
surface_code__SurfaceCode__measurement_protocol_local [label="measurement_protocol_local\n\n(surface_code.py:461,\nmethod in surface_code.SurfaceCode)", style="filled", fillcolor="#ff99f7b2", fontcolor="#000000", group="11"];
surface_code__SurfaceCode__measurement_protocol_single [label="measurement_protocol_single\n\n(surface_code.py:381,\nmethod in surface_code.SurfaceCode)", style="filled", fillcolor="#ff99f7b2", fontcolor="#000000", group="11"];
surface_code__SurfaceCode__measurement_protocol_single_rounds [label="measurement_protocol_single_rounds\n\n(surface_code.py:419,\nmethod in surface_code.SurfaceCode)", style="filled", fillcolor="#ff99f7b2", fontcolor="#000000", group="11"];
surface_code__SurfaceCode__measurement_protocol_single_rounds_rev [label="measurement_protocol_single_rounds_rev\n\n(surface_code.py:396,\nmethod in surface_code.SurfaceCode)", style="filled", fillcolor="#ff99f7b2", fontcolor="#000000", group="11"];
surface_code__SurfaceCode__noisy_measurement [label="noisy_measurement\n\n(surface_code.py:492,\nmethod in surface_code.SurfaceCode)", style="filled", fillcolor="#ff99f7b2", fontcolor="#000000", group="11"];
surface_code__SurfaceCode__noisy_measurement_cycle [label="noisy_measurement_cycle\n\n(surface_code.py:469,\nmethod in surface_code.SurfaceCode)", style="filled", fillcolor="#ff99f7b2", fontcolor="#000000", group="11"];
surface_code__SurfaceCode__noisy_measurement_specific [label="noisy_measurement_specific\n\n(surface_code.py:527,\nmethod in surface_code.SurfaceCode)", style="filled", fillcolor="#ff99f7b2", fontcolor="#000000", group="11"];
surface_code__SurfaceCode__noisy_measurement_specific_extra [label="noisy_measurement_specific_extra\n\n(surface_code.py:576,\nmethod in surface_code.SurfaceCode)", style="filled", fillcolor="#ff99f7b2", fontcolor="#000000", group="11"];
surface_code__SurfaceCode__plot [label="plot\n\n(surface_code.py:595,\nmethod in surface_code.SurfaceCode)", style="filled", fillcolor="#ff99f7b2", fontcolor="#000000", group="11"];
surface_code__SurfaceCode__plot_all [label="plot_all\n\n(surface_code.py:626,\nmethod in surface_code.SurfaceCode)", style="filled", fillcolor="#ff99f7b2", fontcolor="#000000", group="11"];
surface_code__SurfaceCode__plot_rounds [label="plot_rounds\n\n(surface_code.py:650,\nmethod in surface_code.SurfaceCode)", style="filled", fillcolor="#ff99f7b2", fontcolor="#000000", group="11"];
surface_code__SurfaceCode__reset [label="reset\n\n(surface_code.py:661,\nmethod in surface_code.SurfaceCode)", style="filled", fillcolor="#ff99f7b2", fontcolor="#000000", group="11"];
surface_code__SurfaceCode__select_measurement_protocol [label="select_measurement_protocol\n\n(surface_code.py:309,\nmethod in surface_code.SurfaceCode)", style="filled", fillcolor="#ff99f7b2", fontcolor="#000000", group="11"];
surface_code__SurfaceCode__separate_bulk_boundary [label="separate_bulk_boundary\n\n(surface_code.py:473,\nmethod in surface_code.SurfaceCode)", style="filled", fillcolor="#ff99f7b2", fontcolor="#000000", group="11"];
}
errors -> errors__Generator [style="dashed", color="#838b8b"];
errors__Generator -> errors__Generator____init__ [style="dashed", color="#838b8b"];
errors__Generator -> errors__Generator___generate_name [style="dashed", color="#838b8b"];
errors__Generator -> errors__Generator__get_errors [style="dashed", color="#838b8b"];
errors__Generator -> errors__Generator___load_model [style="dashed", color="#838b8b"];
errors__Generator -> errors__Generator___symbol_to_error [style="dashed", color="#838b8b"];
errors__Generator -> errors__Generator___symbol_to_error_list [style="dashed", color="#838b8b"];
errors__Generator -> errors__Generator___pauli_error [style="dashed", color="#838b8b"];
layers -> layers__Layers [style="dashed", color="#838b8b"];
layers__Layers -> layers__Layers__find_anyons [style="dashed", color="#838b8b"];
layers__Layers -> layers__Layers__reset [style="dashed", color="#838b8b"];
layers__Layers -> layers__Layers____init__ [style="dashed", color="#838b8b"];
layers__Layers -> layers__Layers__decode [style="dashed", color="#838b8b"];
layers__Layers -> layers__Layers__add [style="dashed", color="#838b8b"];
layers__Layers -> layers__Layers__get_time [style="dashed", color="#838b8b"];
layers__Layers -> layers__Layers__find_anyons_all [style="dashed", color="#838b8b"];
matching -> matching__add_virtual_space [style="dashed", color="#838b8b"];
matching -> matching__match [style="dashed", color="#838b8b"];
matching -> matching__pairs_remove_out_planar [style="dashed", color="#838b8b"];
matching -> matching__add_virtual_time [style="dashed", color="#838b8b"];
matching -> matching__make_graphX [style="dashed", color="#838b8b"];
matching -> matching__match_simple [style="dashed", color="#838b8b"];
matching -> matching__pairs_remove_out_planar_space [style="dashed", color="#838b8b"];
matching -> matching__pairs_remove_out_toric [style="dashed", color="#838b8b"];
matching_test -> matching_test__TestMatching [style="dashed", color="#838b8b"];
matching_test__TestMatching -> matching_test__TestMatching__test_make_graphX [style="dashed", color="#838b8b"];
result_one_point_hybrid -> result_one_point_hybrid__get_file_name [style="dashed", color="#838b8b"];
result_one_point_local -> result_one_point_local__get_file_name [style="dashed", color="#838b8b"];
result_one_point_model -> result_one_point_model__get_file_name [style="dashed", color="#838b8b"];
result_one_point_nn -> result_one_point_nn__get_file_name [style="dashed", color="#838b8b"];
result_one_point_random -> result_one_point_random__get_file_name_pq [style="dashed", color="#838b8b"];
result_one_point_tau -> result_one_point_tau__get_file_name [style="dashed", color="#838b8b"];
result_simulate -> result_simulate__lambda_env [style="dashed", color="#838b8b"];
surface_code -> surface_code__SurfaceCode [style="dashed", color="#838b8b"];
surface_code__SurfaceCode -> surface_code__SurfaceCode__noisy_measurement_cycle [style="dashed", color="#838b8b"];
surface_code__SurfaceCode -> surface_code__SurfaceCode__plot_rounds [style="dashed", color="#838b8b"];
surface_code__SurfaceCode -> surface_code__SurfaceCode___env_error_rate [style="dashed", color="#838b8b"];
surface_code__SurfaceCode -> surface_code__SurfaceCode____init__ [style="dashed", color="#838b8b"];
surface_code__SurfaceCode -> surface_code__SurfaceCode__noisy_measurement_specific [style="dashed", color="#838b8b"];
surface_code__SurfaceCode -> surface_code__SurfaceCode__apply_qubit_error [style="dashed", color="#838b8b"];
surface_code__SurfaceCode -> surface_code__SurfaceCode__measurement_protocol_single [style="dashed", color="#838b8b"];
surface_code__SurfaceCode -> surface_code__SurfaceCode__measure_all_stabilizers [style="dashed", color="#838b8b"];
surface_code__SurfaceCode -> surface_code__SurfaceCode__measurement_protocol_single_rounds [style="dashed", color="#838b8b"];
surface_code__SurfaceCode -> surface_code__SurfaceCode__correct_error [style="dashed", color="#838b8b"];
surface_code__SurfaceCode -> surface_code__SurfaceCode__measure_stabilizer_type [style="dashed", color="#838b8b"];
surface_code__SurfaceCode -> surface_code__SurfaceCode___stabilizer_lie [style="dashed", color="#838b8b"];
surface_code__SurfaceCode -> surface_code__SurfaceCode__noisy_measurement_specific_extra [style="dashed", color="#838b8b"];
surface_code__SurfaceCode -> surface_code__SurfaceCode__get_stars [style="dashed", color="#838b8b"];
surface_code__SurfaceCode -> surface_code__SurfaceCode__separate_bulk_boundary [style="dashed", color="#838b8b"];
surface_code__SurfaceCode -> surface_code__SurfaceCode__reset [style="dashed", color="#838b8b"];
surface_code__SurfaceCode -> surface_code__SurfaceCode__measurement_protocol_single_rounds_rev [style="dashed", color="#838b8b"];
surface_code__SurfaceCode -> surface_code__SurfaceCode__measure_logical [style="dashed", color="#838b8b"];
surface_code__SurfaceCode -> surface_code__SurfaceCode__noisy_measurement [style="dashed", color="#838b8b"];
surface_code__SurfaceCode -> surface_code__SurfaceCode__plot_all [style="dashed", color="#838b8b"];
surface_code__SurfaceCode -> surface_code__SurfaceCode___measure_stabilizer [style="dashed", color="#838b8b"];
surface_code__SurfaceCode -> surface_code__SurfaceCode__measurement_protocol_hybrid [style="dashed", color="#838b8b"];
surface_code__SurfaceCode -> surface_code__SurfaceCode__get_plaqs [style="dashed", color="#838b8b"];
surface_code__SurfaceCode -> surface_code__SurfaceCode__apply_measurement_error [style="dashed", color="#838b8b"];
surface_code__SurfaceCode -> surface_code__SurfaceCode___measure_stabilizer_bulk [style="dashed", color="#838b8b"];
surface_code__SurfaceCode -> surface_code__SurfaceCode___noisy_measurement_noreversed [style="dashed", color="#838b8b"];
surface_code__SurfaceCode -> surface_code__SurfaceCode___stabilizer_qubits_bulk [style="dashed", color="#838b8b"];
surface_code__SurfaceCode -> surface_code__SurfaceCode__measurement_protocol_local [style="dashed", color="#838b8b"];
surface_code__SurfaceCode -> surface_code__SurfaceCode___measure_stabilizer_boundary [style="dashed", color="#838b8b"];
surface_code__SurfaceCode -> surface_code__SurfaceCode___noisy_measurement_reversed [style="dashed", color="#838b8b"];
surface_code__SurfaceCode -> surface_code__SurfaceCode___measure_stabilizer_side [style="dashed", color="#838b8b"];
surface_code__SurfaceCode -> surface_code__SurfaceCode__init_error_obj_extra [style="dashed", color="#838b8b"];
surface_code__SurfaceCode -> surface_code__SurfaceCode___select_stabilizer [style="dashed", color="#838b8b"];
surface_code__SurfaceCode -> surface_code__SurfaceCode___stabilizer_qubits_boundary [style="dashed", color="#838b8b"];
surface_code__SurfaceCode -> surface_code__SurfaceCode___incomplete_measuerement [style="dashed", color="#838b8b"];
surface_code__SurfaceCode -> surface_code__SurfaceCode__init_error_obj [style="dashed", color="#838b8b"];
surface_code__SurfaceCode -> surface_code__SurfaceCode__plot [style="dashed", color="#838b8b"];
surface_code__SurfaceCode -> surface_code__SurfaceCode__select_measurement_protocol [style="dashed", color="#838b8b"];
surface_code__SurfaceCode -> surface_code__SurfaceCode__environmental_noise [style="dashed", color="#838b8b"];
errors__Generator____init__ -> errors__Generator___load_model [style="solid", color="#000000"];
errors__Generator____init__ -> errors__Generator___symbol_to_error_list [style="solid", color="#000000"];
errors__Generator___load_model -> errors__Generator___generate_name [style="solid", color="#000000"];
errors__Generator__get_errors -> errors__Generator___symbol_to_error_list [style="solid", color="#000000"];
errors__Generator___symbol_to_error_list -> errors__Generator___symbol_to_error [style="solid", color="#000000"];
errors__Generator___symbol_to_error -> errors__Generator___pauli_error [style="solid", color="#000000"];
layers -> matching [style="solid", color="#000000"];
layers__Layers__decode -> matching__match_simple [style="solid", color="#000000"];
layers__Layers__decode -> layers__Layers__find_anyons_all [style="solid", color="#000000"];
layers__Layers__find_anyons_all -> layers__Layers__find_anyons [style="solid", color="#000000"];
matching__match_simple -> matching__add_virtual_space [style="solid", color="#000000"];
matching__match_simple -> matching__make_graphX [style="solid", color="#000000"];
matching__match_simple -> matching__pairs_remove_out_planar_space [style="solid", color="#000000"];
matching__match -> matching__add_virtual_space [style="solid", color="#000000"];
matching__match -> matching__pairs_remove_out_planar [style="solid", color="#000000"];
matching__match -> matching__add_virtual_time [style="solid", color="#000000"];
matching__match -> matching__make_graphX [style="solid", color="#000000"];
matching__match -> matching__pairs_remove_out_toric [style="solid", color="#000000"];
matching_test -> matching [style="solid", color="#000000"];
result_one_point_hybrid -> surface_code__SurfaceCode__noisy_measurement_cycle [style="solid", color="#000000"];
result_one_point_hybrid -> surface_code [style="solid", color="#000000"];
result_one_point_hybrid -> surface_code__SurfaceCode____init__ [style="solid", color="#000000"];
result_one_point_hybrid -> surface_code__SurfaceCode [style="solid", color="#000000"];
result_one_point_hybrid -> surface_code__SurfaceCode__measure_all_stabilizers [style="solid", color="#000000"];
result_one_point_hybrid -> layers [style="solid", color="#000000"];
result_one_point_hybrid -> surface_code__SurfaceCode__reset [style="solid", color="#000000"];
result_one_point_hybrid -> surface_code__SurfaceCode__measure_logical [style="solid", color="#000000"];
result_one_point_hybrid -> layers__Layers [style="solid", color="#000000"];
result_one_point_hybrid -> matching [style="solid", color="#000000"];
result_one_point_hybrid -> layers__Layers____init__ [style="solid", color="#000000"];
result_one_point_hybrid -> surface_code__SurfaceCode__init_error_obj_extra [style="solid", color="#000000"];
result_one_point_hybrid -> layers__Layers__reset [style="solid", color="#000000"];
result_one_point_hybrid -> surface_code__SurfaceCode__init_error_obj [style="solid", color="#000000"];
result_one_point_hybrid -> layers__Layers__decode [style="solid", color="#000000"];
result_one_point_hybrid -> layers__Layers__add [style="solid", color="#000000"];
result_one_point_hybrid -> surface_code__SurfaceCode__select_measurement_protocol [style="solid", color="#000000"];
result_one_point_local -> surface_code__SurfaceCode__noisy_measurement_cycle [style="solid", color="#000000"];
result_one_point_local -> surface_code [style="solid", color="#000000"];
result_one_point_local -> surface_code__SurfaceCode____init__ [style="solid", color="#000000"];
result_one_point_local -> surface_code__SurfaceCode [style="solid", color="#000000"];
result_one_point_local -> surface_code__SurfaceCode__measure_all_stabilizers [style="solid", color="#000000"];
result_one_point_local -> layers [style="solid", color="#000000"];
result_one_point_local -> surface_code__SurfaceCode__reset [style="solid", color="#000000"];
result_one_point_local -> surface_code__SurfaceCode__measure_logical [style="solid", color="#000000"];
result_one_point_local -> layers__Layers [style="solid", color="#000000"];
result_one_point_local -> matching [style="solid", color="#000000"];
result_one_point_local -> layers__Layers____init__ [style="solid", color="#000000"];
result_one_point_local -> layers__Layers__reset [style="solid", color="#000000"];
result_one_point_local -> surface_code__SurfaceCode__init_error_obj [style="solid", color="#000000"];
result_one_point_local -> layers__Layers__decode [style="solid", color="#000000"];
result_one_point_local -> layers__Layers__add [style="solid", color="#000000"];
result_one_point_local -> surface_code__SurfaceCode__select_measurement_protocol [style="solid", color="#000000"];
result_one_point_model -> surface_code__SurfaceCode__noisy_measurement_cycle [style="solid", color="#000000"];
result_one_point_model -> surface_code [style="solid", color="#000000"];
result_one_point_model -> surface_code__SurfaceCode____init__ [style="solid", color="#000000"];
result_one_point_model -> surface_code__SurfaceCode [style="solid", color="#000000"];
result_one_point_model -> surface_code__SurfaceCode__measure_all_stabilizers [style="solid", color="#000000"];
result_one_point_model -> layers [style="solid", color="#000000"];
result_one_point_model -> surface_code__SurfaceCode__reset [style="solid", color="#000000"];
result_one_point_model -> surface_code__SurfaceCode__measure_logical [style="solid", color="#000000"];
result_one_point_model -> layers__Layers [style="solid", color="#000000"];
result_one_point_model -> matching [style="solid", color="#000000"];
result_one_point_model -> layers__Layers____init__ [style="solid", color="#000000"];
result_one_point_model -> layers__Layers__reset [style="solid", color="#000000"];
result_one_point_model -> surface_code__SurfaceCode__init_error_obj [style="solid", color="#000000"];
result_one_point_model -> layers__Layers__decode [style="solid", color="#000000"];
result_one_point_model -> layers__Layers__add [style="solid", color="#000000"];
result_one_point_model -> surface_code__SurfaceCode__select_measurement_protocol [style="solid", color="#000000"];
result_one_point_nn -> surface_code__SurfaceCode__noisy_measurement_cycle [style="solid", color="#000000"];
result_one_point_nn -> surface_code [style="solid", color="#000000"];
result_one_point_nn -> surface_code__SurfaceCode____init__ [style="solid", color="#000000"];
result_one_point_nn -> surface_code__SurfaceCode [style="solid", color="#000000"];
result_one_point_nn -> surface_code__SurfaceCode__measure_all_stabilizers [style="solid", color="#000000"];
result_one_point_nn -> layers [style="solid", color="#000000"];
result_one_point_nn -> surface_code__SurfaceCode__reset [style="solid", color="#000000"];
result_one_point_nn -> surface_code__SurfaceCode__measure_logical [style="solid", color="#000000"];
result_one_point_nn -> layers__Layers [style="solid", color="#000000"];
result_one_point_nn -> matching [style="solid", color="#000000"];
result_one_point_nn -> layers__Layers____init__ [style="solid", color="#000000"];
result_one_point_nn -> layers__Layers__reset [style="solid", color="#000000"];
result_one_point_nn -> surface_code__SurfaceCode__init_error_obj [style="solid", color="#000000"];
result_one_point_nn -> layers__Layers__decode [style="solid", color="#000000"];
result_one_point_nn -> layers__Layers__add [style="solid", color="#000000"];
result_one_point_nn -> surface_code__SurfaceCode__select_measurement_protocol [style="solid", color="#000000"];
result_one_point_random -> surface_code [style="solid", color="#000000"];
result_one_point_random -> surface_code__SurfaceCode____init__ [style="solid", color="#000000"];
result_one_point_random -> surface_code__SurfaceCode [style="solid", color="#000000"];
result_one_point_random -> surface_code__SurfaceCode__apply_qubit_error [style="solid", color="#000000"];
result_one_point_random -> surface_code__SurfaceCode__measure_all_stabilizers [style="solid", color="#000000"];
result_one_point_random -> layers [style="solid", color="#000000"];
result_one_point_random -> surface_code__SurfaceCode__reset [style="solid", color="#000000"];
result_one_point_random -> surface_code__SurfaceCode__measure_logical [style="solid", color="#000000"];
result_one_point_random -> layers__Layers [style="solid", color="#000000"];
result_one_point_random -> matching [style="solid", color="#000000"];
result_one_point_random -> surface_code__SurfaceCode__apply_measurement_error [style="solid", color="#000000"];
result_one_point_random -> layers__Layers____init__ [style="solid", color="#000000"];
result_one_point_random -> layers__Layers__reset [style="solid", color="#000000"];
result_one_point_random -> layers__Layers__decode [style="solid", color="#000000"];
result_one_point_random -> layers__Layers__add [style="solid", color="#000000"];
result_one_point_tau -> surface_code__SurfaceCode__noisy_measurement_cycle [style="solid", color="#000000"];
result_one_point_tau -> surface_code [style="solid", color="#000000"];
result_one_point_tau -> surface_code__SurfaceCode____init__ [style="solid", color="#000000"];
result_one_point_tau -> surface_code__SurfaceCode [style="solid", color="#000000"];
result_one_point_tau -> surface_code__SurfaceCode__measure_all_stabilizers [style="solid", color="#000000"];
result_one_point_tau -> layers [style="solid", color="#000000"];
result_one_point_tau -> surface_code__SurfaceCode__reset [style="solid", color="#000000"];
result_one_point_tau -> surface_code__SurfaceCode__measure_logical [style="solid", color="#000000"];
result_one_point_tau -> layers__Layers [style="solid", color="#000000"];
result_one_point_tau -> matching [style="solid", color="#000000"];
result_one_point_tau -> layers__Layers____init__ [style="solid", color="#000000"];
result_one_point_tau -> surface_code__SurfaceCode__init_error_obj_extra [style="solid", color="#000000"];
result_one_point_tau -> layers__Layers__reset [style="solid", color="#000000"];
result_one_point_tau -> surface_code__SurfaceCode__init_error_obj [style="solid", color="#000000"];
result_one_point_tau -> layers__Layers__decode [style="solid", color="#000000"];
result_one_point_tau -> layers__Layers__add [style="solid", color="#000000"];
result_one_point_tau -> surface_code__SurfaceCode__select_measurement_protocol [style="solid", color="#000000"];
result_simulate -> matching__match [style="solid", color="#000000"];
result_simulate -> surface_code [style="solid", color="#000000"];
result_simulate -> surface_code__SurfaceCode____init__ [style="solid", color="#000000"];
result_simulate -> surface_code__SurfaceCode [style="solid", color="#000000"];
result_simulate -> surface_code__SurfaceCode__apply_qubit_error [style="solid", color="#000000"];
result_simulate -> surface_code__SurfaceCode__measure_all_stabilizers [style="solid", color="#000000"];
result_simulate -> surface_code__SurfaceCode__correct_error [style="solid", color="#000000"];
result_simulate -> surface_code__SurfaceCode___stabilizer_lie [style="solid", color="#000000"];
result_simulate -> layers [style="solid", color="#000000"];
result_simulate -> surface_code__SurfaceCode__reset [style="solid", color="#000000"];
result_simulate -> surface_code__SurfaceCode__measure_logical [style="solid", color="#000000"];
result_simulate -> surface_code__SurfaceCode__plot_all [style="solid", color="#000000"];
result_simulate -> layers__Layers [style="solid", color="#000000"];
result_simulate -> matching [style="solid", color="#000000"];
result_simulate -> layers__Layers____init__ [style="solid", color="#000000"];
result_simulate -> layers__Layers__reset [style="solid", color="#000000"];
result_simulate -> layers__Layers__decode [style="solid", color="#000000"];
result_simulate -> layers__Layers__add [style="solid", color="#000000"];
result_simulate -> layers__Layers__find_anyons_all [style="solid", color="#000000"];
surface_code -> errors [style="solid", color="#000000"];
surface_code__SurfaceCode__init_error_obj -> errors__Generator____init__ [style="solid", color="#000000"];
surface_code__SurfaceCode__init_error_obj -> errors__Generator [style="solid", color="#000000"];
surface_code__SurfaceCode__init_error_obj_extra -> errors__Generator [style="solid", color="#000000"];
surface_code__SurfaceCode__measure_all_stabilizers -> surface_code__SurfaceCode__measure_stabilizer_type [style="solid", color="#000000"];
surface_code__SurfaceCode__measure_stabilizer_type -> surface_code__SurfaceCode___measure_stabilizer [style="solid", color="#000000"];
surface_code__SurfaceCode___measure_stabilizer -> surface_code__SurfaceCode___measure_stabilizer_bulk [style="solid", color="#000000"];
surface_code__SurfaceCode___measure_stabilizer -> surface_code__SurfaceCode___measure_stabilizer_boundary [style="solid", color="#000000"];
surface_code__SurfaceCode___measure_stabilizer_bulk -> surface_code__SurfaceCode___stabilizer_qubits_bulk [style="solid", color="#000000"];
surface_code__SurfaceCode___measure_stabilizer_boundary -> surface_code__SurfaceCode___measure_stabilizer_side [style="solid", color="#000000"];
surface_code__SurfaceCode___measure_stabilizer_side -> surface_code__SurfaceCode___stabilizer_qubits_boundary [style="solid", color="#000000"];
surface_code__SurfaceCode__apply_measurement_error -> surface_code__SurfaceCode___stabilizer_lie [style="solid", color="#000000"];
surface_code__SurfaceCode__environmental_noise -> surface_code__SurfaceCode__apply_qubit_error [style="solid", color="#000000"];
surface_code__SurfaceCode__select_measurement_protocol -> surface_code__SurfaceCode__measurement_protocol_hybrid [style="solid", color="#000000"];
surface_code__SurfaceCode__select_measurement_protocol -> surface_code__SurfaceCode__measurement_protocol_single [style="solid", color="#000000"];
surface_code__SurfaceCode__select_measurement_protocol -> surface_code__SurfaceCode___env_error_rate [style="solid", color="#000000"];
surface_code__SurfaceCode__select_measurement_protocol -> surface_code__SurfaceCode__measurement_protocol_single_rounds [style="solid", color="#000000"];
surface_code__SurfaceCode__select_measurement_protocol -> surface_code__SurfaceCode__measurement_protocol_local [style="solid", color="#000000"];
surface_code__SurfaceCode__select_measurement_protocol -> surface_code__SurfaceCode__measurement_protocol_single_rounds_rev [style="solid", color="#000000"];
surface_code__SurfaceCode__measurement_protocol_single -> surface_code__SurfaceCode___incomplete_measuerement [style="solid", color="#000000"];
surface_code__SurfaceCode__measurement_protocol_single -> surface_code__SurfaceCode___env_error_rate [style="solid", color="#000000"];
surface_code__SurfaceCode__measurement_protocol_single -> surface_code__SurfaceCode__noisy_measurement_specific [style="solid", color="#000000"];
surface_code__SurfaceCode__measurement_protocol_single -> surface_code__SurfaceCode__environmental_noise [style="solid", color="#000000"];
surface_code__SurfaceCode__measurement_protocol_single_rounds_rev -> surface_code__SurfaceCode___incomplete_measuerement [style="solid", color="#000000"];
surface_code__SurfaceCode__measurement_protocol_single_rounds_rev -> surface_code__SurfaceCode___env_error_rate [style="solid", color="#000000"];
surface_code__SurfaceCode__measurement_protocol_single_rounds_rev -> surface_code__SurfaceCode__noisy_measurement_specific [style="solid", color="#000000"];
surface_code__SurfaceCode__measurement_protocol_single_rounds_rev -> surface_code__SurfaceCode__environmental_noise [style="solid", color="#000000"];
surface_code__SurfaceCode__measurement_protocol_single_rounds -> surface_code__SurfaceCode___incomplete_measuerement [style="solid", color="#000000"];
surface_code__SurfaceCode__measurement_protocol_single_rounds -> surface_code__SurfaceCode___env_error_rate [style="solid", color="#000000"];
surface_code__SurfaceCode__measurement_protocol_single_rounds -> surface_code__SurfaceCode__noisy_measurement_specific [style="solid", color="#000000"];
surface_code__SurfaceCode__measurement_protocol_single_rounds -> surface_code__SurfaceCode__environmental_noise [style="solid", color="#000000"];
surface_code__SurfaceCode__measurement_protocol_hybrid -> surface_code__SurfaceCode___incomplete_measuerement [style="solid", color="#000000"];
surface_code__SurfaceCode__measurement_protocol_hybrid -> surface_code__SurfaceCode___env_error_rate [style="solid", color="#000000"];
surface_code__SurfaceCode__measurement_protocol_hybrid -> surface_code__SurfaceCode__noisy_measurement_specific_extra [style="solid", color="#000000"];
surface_code__SurfaceCode__measurement_protocol_hybrid -> surface_code__SurfaceCode__noisy_measurement_specific [style="solid", color="#000000"];
surface_code__SurfaceCode__measurement_protocol_hybrid -> surface_code__SurfaceCode__environmental_noise [style="solid", color="#000000"];
surface_code__SurfaceCode__measurement_protocol_local -> surface_code__SurfaceCode__noisy_measurement [style="solid", color="#000000"];
surface_code__SurfaceCode__noisy_measurement_cycle -> surface_code__SurfaceCode__measurement_protocol_local [style="solid", color="#000000"];
surface_code__SurfaceCode__noisy_measurement -> surface_code__SurfaceCode__noisy_measurement_specific [style="solid", color="#000000"];
surface_code__SurfaceCode___noisy_measurement_noreversed -> surface_code__SurfaceCode___measure_stabilizer [style="solid", color="#000000"];
surface_code__SurfaceCode___noisy_measurement_reversed -> surface_code__SurfaceCode___measure_stabilizer [style="solid", color="#000000"];
surface_code__SurfaceCode__noisy_measurement_specific -> surface_code__SurfaceCode___stabilizer_qubits_boundary [style="solid", color="#000000"];
surface_code__SurfaceCode__noisy_measurement_specific -> surface_code__SurfaceCode___noisy_measurement_noreversed [style="solid", color="#000000"];
surface_code__SurfaceCode__noisy_measurement_specific -> surface_code__SurfaceCode___stabilizer_qubits_bulk [style="solid", color="#000000"];
surface_code__SurfaceCode__noisy_measurement_specific -> errors__Generator__get_errors [style="solid", color="#000000"];
surface_code__SurfaceCode__noisy_measurement_specific -> surface_code__SurfaceCode___noisy_measurement_reversed [style="solid", color="#000000"];
surface_code__SurfaceCode__noisy_measurement_specific_extra -> surface_code__SurfaceCode___stabilizer_qubits_bulk [style="solid", color="#000000"];
surface_code__SurfaceCode__noisy_measurement_specific_extra -> errors__Generator__get_errors [style="solid", color="#000000"];
surface_code__SurfaceCode__noisy_measurement_specific_extra -> surface_code__SurfaceCode___noisy_measurement_reversed [style="solid", color="#000000"];
surface_code__SurfaceCode__correct_error -> surface_code__SurfaceCode___select_stabilizer [style="solid", color="#000000"];
}