summaryrefslogtreecommitdiffhomepage
path: root/doc/source/images/internal-quantum-overview.svg
blob: 4ce416d9697ccd258645fd1726c0219d2cadcd14 (plain)
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
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:cc="http://creativecommons.org/ns#"
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:svg="http://www.w3.org/2000/svg"
   xmlns="http://www.w3.org/2000/svg"
   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
   version="1.2"
   viewBox="0 0 1052.3622 744.09449"
   preserveAspectRatio="xMidYMid"
   clip-path="url(#presentation_clip_path)"
   xml:space="preserve"
   id="svg2"
   inkscape:version="0.48.3.1 r9886"
   width="100%"
   height="100%"
   sodipodi:docname="internal-quantum-overview.svg"
   style="fill-rule:evenodd;stroke-width:28.22200012;stroke-linejoin:round"><sodipodi:namedview
   pagecolor="#ffffff"
   bordercolor="#666666"
   borderopacity="1"
   objecttolerance="10"
   gridtolerance="10"
   guidetolerance="10"
   inkscape:pageopacity="0"
   inkscape:pageshadow="2"
   inkscape:window-width="1537"
   inkscape:window-height="1086"
   id="namedview1624"
   showgrid="false"
   inkscape:zoom="1.1570463"
   inkscape:cx="549.72105"
   inkscape:cy="448.52299"
   inkscape:window-x="25"
   inkscape:window-y="33"
   inkscape:window-maximized="0"
   inkscape:current-layer="id1" /><metadata
   id="metadata1626"><rdf:RDF><cc:Work
       rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
         rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata>
 <defs
   id="defs4"><marker
   style="overflow:visible;"
   id="Arrow1Lend"
   refX="0.0"
   refY="0.0"
   orient="auto"
   inkscape:stockid="Arrow1Lend"><path
     transform="scale(0.8) rotate(180) translate(12.5,0)"
     style="fill-rule:evenodd;stroke:#000000;stroke-width:1.0pt;"
     d="M 0.0,0.0 L 5.0,-5.0 L -12.5,0.0 L 5.0,5.0 L 0.0,0.0 z "
     id="path7227" /></marker>
  <clipPath
   clipPathUnits="userSpaceOnUse"
   id="presentation_clip_path">
   <rect
   id="rect7"
   height="21000"
   width="28000"
   y="0"
   x="0" />
  </clipPath>
 
   
  
    
    
   
   
  
    
    
   
     
    
      
      
    
    
    
    
    
   
   
  
     
     
    
   
  
    
    
   
   
  
    
    
    
   
   
  
    
    
    
   
     
     
    
   
  
    
    
    
    
    
   
     
     
     
     
     
    
   
  
    
    
    
    
    
   
     
     
    
   
  
    
    
    
    
    
   
     
     
    
   
  
    
    
    
    
    
   
     
     
    
   
  
    
    
   <marker
   style="overflow:visible;"
   id="Arrow1Lendu"
   refX="0.0"
   refY="0.0"
   orient="auto"
   inkscape:stockid="Arrow1Lendu"><path
     transform="scale(0.8) rotate(180) translate(12.5,0)"
     style="stroke:#999999;stroke-width:1.0pt;fill:#999999;fill-rule:evenodd"
     d="M 0.0,0.0 L 5.0,-5.0 L -12.5,0.0 L 5.0,5.0 L 0.0,0.0 z "
     id="path7673" /></marker>
  <marker
   style="overflow:visible"
   id="Arrow1Lendu-6"
   refX="0"
   refY="0"
   orient="auto"
   inkscape:stockid="Arrow1Lendu"><path
     inkscape:connector-curvature="0"
     transform="matrix(-0.8,0,0,-0.8,-10,0)"
     style="fill:#999999;fill-rule:evenodd;stroke:#999999;stroke-width:1pt"
     d="M 0,0 5,-5 -12.5,0 5,5 0,0 z"
     id="path7673-8" /></marker>
   
  
    
    
    
   
   
  
    
    
   <marker
   style="overflow:visible;"
   id="Arrow1LendX"
   refX="0.0"
   refY="0.0"
   orient="auto"
   inkscape:stockid="Arrow1LendX"><path
     transform="scale(0.8) rotate(180) translate(12.5,0)"
     style="stroke:#9966cc;stroke-width:1.0pt;fill:#9966cc;fill-rule:evenodd"
     d="M 0.0,0.0 L 5.0,-5.0 L -12.5,0.0 L 5.0,5.0 L 0.0,0.0 z "
     id="path4684" /></marker>
  
   
  
    
    
   <marker
   style="overflow:visible;"
   id="Arrow1Lendn"
   refX="0.0"
   refY="0.0"
   orient="auto"
   inkscape:stockid="Arrow1Lendn"><path
     transform="scale(0.8) rotate(180) translate(12.5,0)"
     style="stroke:#ff0000;stroke-width:1.0pt;fill:#ff0000;fill-rule:evenodd"
     d="M 0.0,0.0 L 5.0,-5.0 L -12.5,0.0 L 5.0,5.0 L 0.0,0.0 z "
     id="path4264" /></marker>
  
   
  
    
    
   <marker
   style="overflow:visible"
   id="Arrow1LendX-5"
   refX="0"
   refY="0"
   orient="auto"
   inkscape:stockid="Arrow1LendX"><path
     inkscape:connector-curvature="0"
     transform="matrix(-0.8,0,0,-0.8,-10,0)"
     style="fill:#9966cc;fill-rule:evenodd;stroke:#9966cc;stroke-width:1pt"
     d="M 0,0 5,-5 -12.5,0 5,5 0,0 z"
     id="path4684-8" /></marker>













</defs>
 <defs
   id="defs9">
  <font
   vert-adv-y="90"
   vert-origin-y="90"
   vert-origin-x="45"
   horiz-origin-y="0"
   horiz-origin-x="0"
   horiz-adv-x="2048"
   id="EmbeddedFont_1">
   <font-face
   id="font-face12"
   descent="397"
   ascent="1640"
   font-style="normal"
   font-weight="normal"
   units-per-em="2048"
   font-family="StarSymbol embedded" />
   <missing-glyph
   id="missing-glyph14"
   d="M 0,0 L 2047,0 2047,2047 0,2047 0,0 Z"
   horiz-adv-x="2048" />
   <glyph
   id="glyph16"
   d="M 813,0 C 632,0 489,54 383,161 276,268 223,411 223,592 223,773 276,916 383,1023 489,1130 632,1184 813,1184 992,1184 1136,1130 1245,1023 1353,916 1407,772 1407,592 1407,412 1353,268 1245,161 1136,54 992,0 813,0 Z"
   horiz-adv-x="1191"
   unicode="●" />
   <glyph
   id="glyph18"
   d="M -4,459 L 1135,459 1135,606 -4,606 -4,459 Z"
   horiz-adv-x="1165"
   unicode="–" />
  </font>
 </defs>
 <defs
   id="defs20">
  <font
   vert-adv-y="90"
   vert-origin-y="90"
   vert-origin-x="45"
   horiz-origin-y="0"
   horiz-origin-x="0"
   horiz-adv-x="2048"
   id="EmbeddedFont_2">
   <font-face
   id="font-face23"
   descent="556"
   ascent="2037"
   font-style="normal"
   font-weight="normal"
   units-per-em="2048"
   font-family="VL ゴシック embedded" />
   <missing-glyph
   id="missing-glyph25"
   d="M 0,0 L 2047,0 2047,2047 0,2047 0,0 Z"
   horiz-adv-x="2048" />
   <glyph
   id="glyph27"
   d="M 530,246 L 535,246 774,1066 952,1066 461,-451 291,-451 451,20 92,1066 272,1066 530,246 Z"
   horiz-adv-x="875"
   unicode="y" />
   <glyph
   id="glyph29"
   d="M 514,625 L 518,625 731,1066 911,1066 614,533 911,0 719,0 510,441 506,441 297,0 113,0 410,533 113,1066 301,1066 514,625 Z"
   horiz-adv-x="821"
   unicode="x" />
   <glyph
   id="glyph31"
   d="M 719,164 L 723,164 823,1066 983,1066 819,0 616,0 506,902 502,902 401,0 205,0 41,1066 209,1066 309,164 313,164 414,1066 619,1066 719,164 Z"
   horiz-adv-x="954"
   unicode="w" />
   <glyph
   id="glyph33"
   d="M 514,123 L 518,123 754,1066 922,1066 625,0 399,0 102,1066 279,1066 514,123 Z"
   horiz-adv-x="848"
   unicode="v" />
   <glyph
   id="glyph35"
   d="M 133,369 L 133,1066 291,1066 291,406 C 291,293 303,218 329,181 354,144 401,125 471,125 538,125 594,163 640,238 686,313 709,417 709,550 L 709,1066 870,1066 870,0 719,0 715,154 711,154 C 685,100 646,57 596,26 545,-5 490,-20 430,-20 325,-20 249,9 203,68 156,127 133,227 133,369 Z"
   horiz-adv-x="742"
   unicode="u" />
   <glyph
   id="glyph37"
   d="M 500,1025 L 870,1025 870,884 500,884 500,308 C 500,231 511,180 534,155 556,130 600,117 666,117 734,117 795,130 850,154 L 850,11 C 784,-10 716,-20 645,-20 530,-20 451,2 406,47 360,91 338,171 338,287 L 338,884 133,884 133,1025 338,1025 338,1415 500,1415 500,1025 Z"
   horiz-adv-x="742"
   unicode="t" />
   <glyph
   id="glyph39"
   d="M 522,949 C 391,949 326,899 326,799 326,753 340,716 369,688 397,660 449,636 522,615 667,574 763,531 810,486 857,441 881,371 881,277 881,183 849,110 784,58 720,6 629,-20 512,-20 395,-20 282,7 174,62 L 174,226 C 281,153 386,117 492,117 643,117 719,171 719,277 719,328 704,367 675,394 645,421 588,447 502,472 376,507 288,550 239,599 189,648 164,715 164,799 164,890 194,960 253,1010 312,1061 399,1086 512,1086 627,1086 736,1062 840,1015 L 840,861 C 732,920 626,949 522,949 Z"
   horiz-adv-x="742"
   unicode="s" />
   <glyph
   id="glyph41"
   d="M 381,1066 L 381,861 385,861 C 470,1011 587,1086 737,1086 788,1086 836,1079 881,1066 L 881,922 C 833,937 785,945 737,945 638,945 554,903 487,820 421,736 387,627 387,492 L 387,0 225,0 225,1066 381,1066 Z"
   horiz-adv-x="689"
   unicode="r" />
   <glyph
   id="glyph43"
   d="M 735,153 C 677,37 585,-21 461,-21 353,-21 266,25 201,118 135,210 102,348 102,533 102,901 222,1086 461,1086 574,1086 668,1028 741,912 L 745,912 750,1065 901,1065 901,-451 739,-451 739,153 735,153 Z M 264,533 C 264,399 286,299 329,232 372,166 429,133 502,133 571,133 628,167 673,234 717,302 739,398 739,522 L 739,543 C 739,667 717,763 673,831 628,898 571,932 502,932 343,932 264,799 264,533 Z"
   horiz-adv-x="822"
   unicode="q" />
   <glyph
   id="glyph45"
   d="M 289,153 L 285,153 285,-451 123,-451 123,1065 274,1065 279,912 283,912 C 356,1028 450,1086 563,1086 802,1086 922,901 922,533 922,348 889,210 823,118 758,25 671,-21 563,-21 439,-21 347,37 289,153 Z M 760,533 C 760,799 681,932 522,932 453,932 396,898 351,831 307,763 285,667 285,543 L 285,522 C 285,398 307,302 351,234 396,167 453,133 522,133 595,133 652,166 695,232 738,299 760,399 760,533 Z"
   horiz-adv-x="821"
   unicode="p" />
   <glyph
   id="glyph47"
   d="M 102,533 C 102,902 239,1086 512,1086 785,1086 922,902 922,533 922,164 785,-20 512,-20 239,-20 102,164 102,533 Z M 329,215 C 368,152 429,121 512,121 595,121 656,152 695,215 734,277 754,383 754,533 754,683 734,790 695,852 656,914 595,945 512,945 429,945 368,914 329,852 290,790 270,683 270,533 270,383 290,277 329,215 Z"
   horiz-adv-x="848"
   unicode="o" />
   <glyph
   id="glyph49"
   d="M 901,676 L 901,0 743,0 743,639 C 743,760 730,840 702,880 675,920 625,941 553,941 485,941 426,902 378,826 329,749 305,646 305,516 L 305,0 143,0 143,1066 295,1066 299,912 303,912 C 329,964 369,1006 422,1038 475,1070 532,1086 594,1086 702,1086 780,1055 828,993 877,931 901,825 901,676 Z"
   horiz-adv-x="769"
   unicode="n" />
   <glyph
   id="glyph51"
   d="M 594,0 L 434,0 434,738 C 433,817 426,870 413,896 400,923 378,936 346,936 319,936 295,920 274,887 254,854 237,797 223,716 210,635 203,533 203,410 L 203,0 41,0 41,1066 184,1066 188,922 193,922 C 216,974 245,1014 280,1043 314,1072 351,1086 389,1086 431,1086 466,1073 493,1048 519,1023 542,981 561,922 L 565,922 C 619,1031 690,1086 778,1086 851,1086 903,1064 935,1019 967,975 983,895 983,779 L 983,0 825,0 825,738 C 824,818 816,872 802,897 787,923 762,936 725,936 638,936 594,802 594,533 L 594,0 Z"
   horiz-adv-x="954"
   unicode="m" />
   <glyph
   id="glyph53"
   d="M 575,308 C 575,218 583,164 597,146 611,128 655,119 727,119 772,119 823,123 881,132 L 881,-10 C 816,-17 758,-20 707,-20 584,-20 503,-1 465,38 427,77 408,160 408,287 L 408,1357 143,1357 143,1496 575,1496 575,308 Z"
   horiz-adv-x="769"
   unicode="l" />
   <glyph
   id="glyph55"
   d="M 942,1066 L 471,553 942,0 748,0 326,518 326,0 164,0 164,1496 326,1496 326,586 750,1066 942,1066 Z"
   horiz-adv-x="795"
   unicode="k" />
   <glyph
   id="glyph57"
   d="M 647,1065 L 647,139 870,139 870,0 195,0 195,139 479,139 479,926 256,926 256,1065 647,1065 Z M 438,1311 L 438,1557 647,1557 647,1311 438,1311 Z"
   horiz-adv-x="689"
   unicode="i" />
   <glyph
   id="glyph59"
   d="M 901,676 L 901,0 743,0 743,639 C 743,760 730,840 702,880 675,920 625,941 553,941 485,941 426,902 378,826 329,749 305,646 305,516 L 305,0 143,0 143,1496 305,1496 305,912 309,912 C 335,965 374,1007 425,1039 476,1070 532,1086 594,1086 702,1086 780,1055 828,993 877,931 901,825 901,676 Z"
   horiz-adv-x="769"
   unicode="h" />
   <glyph
   id="glyph61"
   d="M 102,533 C 102,902 222,1086 461,1086 574,1086 668,1028 741,912 L 745,912 750,1066 901,1066 901,10 C 901,-160 867,-283 798,-358 729,-433 623,-471 481,-471 384,-471 289,-454 195,-420 L 195,-256 C 292,-305 387,-330 481,-330 653,-330 739,-216 739,11 L 739,174 735,174 C 677,58 585,0 461,0 352,0 265,45 200,136 135,226 102,358 102,533 Z M 264,533 C 264,407 286,313 329,249 372,186 429,154 502,154 573,154 630,185 674,247 717,309 739,401 739,523 L 739,543 C 739,667 717,763 673,831 628,899 571,932 502,932 423,932 363,901 324,837 284,774 264,672 264,533 Z"
   horiz-adv-x="822"
   unicode="g" />
   <glyph
   id="glyph63"
   d="M 154,883 L 154,1024 399,1024 399,1147 C 399,1281 422,1376 467,1432 512,1488 585,1516 686,1516 748,1516 809,1506 870,1485 L 870,1338 C 819,1362 767,1375 717,1375 653,1375 611,1359 591,1326 571,1294 561,1221 561,1106 L 561,1024 870,1024 870,883 561,883 561,0 399,0 399,883 154,883 Z"
   horiz-adv-x="742"
   unicode="f" />
   <glyph
   id="glyph65"
   d="M 283,480 C 288,353 314,261 360,205 407,149 474,121 563,121 646,121 739,146 840,195 L 840,31 C 739,-3 643,-20 553,-20 259,-20 113,164 113,533 113,726 147,866 215,954 283,1042 386,1086 522,1086 646,1086 739,1044 800,959 861,875 891,736 891,544 891,528 890,507 887,480 L 283,480 Z M 283,615 L 729,615 C 728,835 659,945 522,945 444,945 386,920 348,871 310,822 288,737 283,615 Z"
   horiz-adv-x="795"
   unicode="e" />
   <glyph
   id="glyph67"
   d="M 729,1496 L 891,1496 891,0 739,0 735,154 731,154 C 659,38 565,-20 451,-20 343,-20 256,26 190,118 125,211 92,349 92,533 92,902 212,1087 451,1087 575,1087 666,1029 725,913 L 729,913 729,1496 Z M 254,533 C 254,399 275,299 318,233 361,167 419,134 492,134 561,134 618,167 663,235 707,303 729,399 729,523 L 729,544 C 729,668 707,764 663,832 618,899 561,933 492,933 333,933 254,800 254,533 Z"
   horiz-adv-x="822"
   unicode="d" />
   <glyph
   id="glyph69"
   d="M 164,533 C 164,716 201,854 276,947 352,1040 457,1087 594,1087 677,1087 763,1069 850,1035 L 850,871 C 768,916 686,939 604,939 518,939 451,905 403,837 356,768 332,667 332,533 332,395 357,292 408,224 458,156 527,121 614,121 695,121 777,146 860,195 L 860,31 C 773,-3 687,-20 604,-20 465,-20 357,26 280,118 202,211 164,349 164,533 Z"
   horiz-adv-x="715"
   unicode="c" />
   <glyph
   id="glyph71"
   d="M 295,913 L 299,913 C 358,1029 449,1087 573,1087 812,1087 932,902 932,533 932,349 899,211 834,118 768,26 681,-20 573,-20 459,-20 365,38 293,154 L 289,154 285,0 133,0 133,1496 295,1496 295,913 Z M 770,533 C 770,800 691,933 532,933 463,933 406,899 361,832 317,764 295,668 295,544 L 295,523 C 295,399 317,303 361,235 406,167 463,134 532,134 605,134 663,167 706,233 749,299 770,399 770,533 Z"
   horiz-adv-x="822"
   unicode="b" />
   <glyph
   id="glyph73"
   d="M 522,1086 C 659,1086 753,1059 804,1004 855,950 881,847 881,697 L 881,0 733,0 729,154 725,154 C 661,38 559,-20 420,-20 331,-20 259,8 205,65 150,122 123,199 123,298 123,422 165,518 249,586 333,653 458,687 625,687 L 723,687 723,738 C 723,816 708,871 678,902 648,933 596,949 522,949 477,949 420,941 350,924 281,908 222,889 174,867 L 174,1015 C 222,1035 280,1052 348,1066 416,1079 474,1086 522,1086 Z M 723,564 L 625,564 C 393,564 276,479 276,308 276,246 292,199 324,166 355,134 397,117 451,117 531,117 597,150 647,216 698,281 723,373 723,492 L 723,564 Z"
   horiz-adv-x="795"
   unicode="a" />
   <glyph
   id="glyph75"
   d="M 102,-287 L 102,-172 922,-172 922,-287 102,-287 Z"
   horiz-adv-x="848"
   unicode="_" />
   <glyph
   id="glyph77"
   d="M 518,144 L 795,1496 963,1496 614,0 410,0 61,1496 238,1496 514,144 518,144 Z"
   horiz-adv-x="927"
   unicode="V" />
   <glyph
   id="glyph79"
   d="M 428,-1 L 428,1352 113,1352 113,1495 911,1495 911,1352 596,1352 596,-1 428,-1 Z"
   horiz-adv-x="821"
   unicode="T" />
   <glyph
   id="glyph81"
   d="M 532,1369 C 468,1369 415,1349 374,1307 332,1265 311,1212 311,1148 311,1080 326,1023 355,979 385,935 434,897 502,865 653,798 758,728 815,655 872,582 901,487 901,369 901,241 866,144 796,78 725,13 624,-20 492,-20 367,-20 255,18 154,93 L 154,287 C 263,181 379,128 502,128 656,128 733,208 733,369 733,444 715,507 680,556 644,605 585,649 502,687 373,744 282,810 226,883 171,956 143,1044 143,1148 143,1257 178,1346 248,1415 317,1483 409,1517 522,1517 595,1517 654,1512 700,1501 747,1490 800,1468 860,1435 L 860,1251 C 755,1330 646,1369 532,1369 Z"
   horiz-adv-x="769"
   unicode="S" />
   <glyph
   id="glyph83"
   d="M 758,1107 C 758,1284 657,1373 455,1373 399,1373 351,1368 311,1357 L 311,799 434,799 C 553,799 637,822 685,868 734,914 758,993 758,1107 Z M 311,656 L 311,1 143,1 143,1486 C 250,1506 359,1516 471,1516 624,1516 737,1483 811,1415 885,1347 922,1245 922,1107 922,911 847,780 698,711 L 698,707 C 741,687 786,597 834,439 L 963,1 786,1 666,443 C 642,530 614,588 582,615 549,642 493,656 414,656 L 311,656 Z"
   horiz-adv-x="848"
   unicode="R" />
   <glyph
   id="glyph85"
   d="M 187,1344 C 258,1459 366,1517 512,1517 658,1517 766,1459 837,1344 907,1228 942,1030 942,748 942,376 874,141 737,44 L 737,39 C 793,11 843,-34 887,-96 930,-157 963,-228 983,-307 L 803,-307 C 774,-200 737,-126 692,-84 647,-41 587,-20 512,-20 366,-20 258,38 187,153 117,269 82,467 82,748 82,1030 117,1228 187,1344 Z M 367,180 C 403,145 452,128 512,128 572,128 621,145 657,180 694,215 724,279 745,371 767,464 778,590 778,748 778,907 767,1033 745,1126 724,1218 694,1282 657,1317 621,1352 572,1369 512,1369 452,1369 403,1352 367,1317 330,1282 300,1218 279,1126 257,1033 246,907 246,748 246,590 257,464 279,371 300,279 330,215 367,180 Z"
   horiz-adv-x="901"
   unicode="Q" />
   <glyph
   id="glyph87"
   d="M 768,1065 C 768,1173 743,1251 694,1300 645,1348 569,1373 465,1373 409,1373 361,1367 322,1356 L 322,758 C 362,751 410,747 465,747 570,747 647,772 695,820 744,869 768,950 768,1065 Z M 932,1065 C 932,901 896,783 824,712 753,640 640,604 485,604 438,604 383,607 322,614 L 322,-1 154,-1 154,1485 C 260,1506 369,1516 481,1516 637,1516 751,1480 823,1408 896,1337 932,1222 932,1065 Z"
   horiz-adv-x="822"
   unicode="P" />
   <glyph
   id="glyph89"
   d="M 187,1344 C 258,1459 366,1517 512,1517 658,1517 766,1459 837,1344 907,1228 942,1030 942,748 942,467 907,269 837,153 766,38 658,-20 512,-20 366,-20 258,38 187,153 117,269 82,467 82,748 82,1030 117,1228 187,1344 Z M 367,180 C 403,145 452,128 512,128 572,128 621,145 657,180 694,215 724,279 745,371 767,464 778,590 778,748 778,907 767,1033 745,1126 724,1218 694,1282 657,1317 621,1352 572,1369 512,1369 452,1369 403,1352 367,1317 330,1282 300,1218 279,1126 257,1033 246,907 246,748 246,590 257,464 279,371 300,279 330,215 367,180 Z"
   horiz-adv-x="875"
   unicode="O" />
   <glyph
   id="glyph91"
   d="M 309,1127 L 305,1127 305,0 133,0 133,1496 305,1496 723,369 727,369 727,1496 891,1496 891,0 727,0 309,1127 Z"
   horiz-adv-x="769"
   unicode="N" />
   <glyph
   id="glyph93"
   d="M 373,1496 L 373,148 860,148 860,0 205,0 205,1496 373,1496 Z"
   horiz-adv-x="689"
   unicode="L" />
   <glyph
   id="glyph95"
   d="M 840,0 L 184,0 184,143 426,143 426,1353 184,1353 184,1496 840,1496 840,1353 598,1353 598,143 840,143 840,0 Z"
   horiz-adv-x="689"
   unicode="I" />
   <glyph
   id="glyph97"
   d="M 352,738 L 352,1 184,1 184,1496 860,1496 860,1348 352,1348 352,881 840,881 840,738 352,738 Z"
   horiz-adv-x="715"
   unicode="F" />
   <glyph
   id="glyph99"
   d="M 332,1348 L 332,881 840,881 840,738 332,738 332,148 860,148 860,0 164,0 164,1496 860,1496 860,1348 332,1348 Z"
   horiz-adv-x="715"
   unicode="E" />
   <glyph
   id="glyph101"
   d="M 784,749 C 784,978 755,1139 695,1231 636,1323 542,1369 414,1369 369,1369 331,1364 301,1353 L 301,144 C 331,133 369,128 414,128 502,128 572,144 624,178 675,211 714,274 742,365 770,457 784,585 784,749 Z M 952,748 C 952,466 909,267 822,152 736,37 599,-20 414,-20 318,-20 225,-10 133,11 L 133,1486 C 225,1507 318,1517 414,1517 601,1517 737,1459 823,1342 909,1225 952,1027 952,748 Z"
   horiz-adv-x="822"
   unicode="D" />
   <glyph
   id="glyph103"
   d="M 113,748 C 113,1018 154,1213 237,1335 319,1456 442,1517 604,1517 694,1517 780,1497 860,1456 L 860,1302 C 778,1347 696,1369 614,1369 389,1369 276,1162 276,748 276,524 305,365 363,270 420,175 504,128 614,128 699,128 784,153 870,205 L 870,41 C 790,0 701,-20 604,-20 438,-20 314,39 233,156 153,274 113,471 113,748 Z"
   horiz-adv-x="768"
   unicode="C" />
   <glyph
   id="glyph105"
   d="M 322,881 L 414,881 C 523,881 602,902 652,942 702,982 727,1044 727,1128 727,1205 702,1266 653,1309 604,1352 535,1374 444,1374 395,1374 354,1368 322,1357 L 322,881 Z M 322,738 L 322,140 C 372,129 434,123 506,123 678,123 764,233 764,451 764,642 654,738 434,738 L 322,738 Z M 932,431 C 932,130 778,-20 471,-20 362,-20 256,-10 154,11 L 154,1486 C 256,1507 362,1517 471,1517 751,1517 891,1394 891,1148 891,1065 870,994 828,937 787,879 729,841 655,822 L 655,818 C 735,803 800,759 853,687 906,614 932,529 932,431 Z"
   horiz-adv-x="822"
   unicode="B" />
   <glyph
   id="glyph107"
   d="M 510,1352 L 506,1352 336,573 680,573 510,1352 Z M 713,430 L 303,430 209,-1 41,-1 410,1496 614,1496 983,-1 807,-1 713,430 Z"
   horiz-adv-x="954"
   unicode="A" />
   <glyph
   id="glyph109"
   d="M 389,799 L 389,1106 635,1106 635,799 389,799 Z M 389,0 L 389,307 635,307 635,0 389,0 Z"
   horiz-adv-x="266"
   unicode=":" />
   <glyph
   id="glyph111"
   d="M 926,1496 L 246,-82 98,-82 778,1496 926,1496 Z"
   horiz-adv-x="848"
   unicode="/" />
   <glyph
   id="glyph113"
   d="M 379,0 L 379,307 645,307 645,0 379,0 Z"
   horiz-adv-x="292"
   unicode="." />
   <glyph
   id="glyph115"
   d="M 215,527 L 215,675 809,675 809,527 215,527 Z"
   horiz-adv-x="609"
   unicode="-" />
   <glyph
   id="glyph117"
   d="M 430,308 L 676,308 451,-266 307,-266 430,308 Z"
   horiz-adv-x="398"
   unicode="," />
   <glyph
   id="glyph119"
   d="M 371,1578 C 636,1332 768,1021 768,645 768,270 636,-41 371,-287 L 215,-287 C 483,-36 616,275 616,645 616,1016 483,1326 215,1578 L 371,1578 Z"
   horiz-adv-x="556"
   unicode=")" />
   <glyph
   id="glyph121"
   d="M 653,-287 C 388,-41 256,270 256,645 256,1021 388,1332 653,1578 L 809,1578 C 541,1326 408,1016 408,645 408,275 541,-36 809,-287 L 653,-287 Z"
   horiz-adv-x="583"
   unicode="(" />
   <glyph
   id="glyph123"
   horiz-adv-x="1032"
   unicode=" " />
  </font>
 </defs>
 <defs
   id="defs125">
  <font
   vert-adv-y="90"
   vert-origin-y="90"
   vert-origin-x="45"
   horiz-origin-y="0"
   horiz-origin-x="0"
   horiz-adv-x="2048"
   id="EmbeddedFont_3">
   <font-face
   id="font-face128"
   descent="318"
   ascent="1984"
   font-style="normal"
   font-weight="normal"
   units-per-em="2048"
   font-family="さざなみ明朝 embedded" />
   <missing-glyph
   id="missing-glyph130"
   d="M 0,0 L 2047,0 2047,2047 0,2047 0,0 Z"
   horiz-adv-x="2048" />
   <glyph
   id="glyph132"
   d="M 784,1018 L 802,1018 C 811,907 824,802 840,702 L 788,690 C 780,719 771,750 760,782 748,814 728,843 700,870 673,897 641,916 604,928 567,940 529,946 492,946 443,946 401,931 368,902 336,873 320,833 320,782 320,749 330,719 350,694 370,669 413,643 478,618 L 676,544 C 744,519 803,483 852,438 903,393 928,341 928,282 928,206 889,145 812,98 733,51 641,28 536,28 484,28 437,36 396,52 355,67 321,74 296,74 279,75 259,70 236,57 224,50 211,41 196,30 L 180,30 C 172,147 155,263 130,376 L 186,388 C 199,335 216,291 236,256 257,223 283,195 314,172 345,151 377,133 412,120 447,108 488,102 536,102 601,102 659,119 710,153 761,187 786,229 786,278 786,309 770,337 738,363 706,389 660,415 600,440 541,467 476,493 404,520 333,548 279,586 240,634 200,682 180,730 180,778 180,846 211,903 272,950 333,997 407,1020 492,1020 533,1020 573,1013 610,999 647,986 676,980 696,980 711,980 728,985 748,996 759,1001 771,1009 784,1018 Z"
   horiz-adv-x="795"
   unicode="s" />
   <glyph
   id="glyph134"
   d="M 668,946 C 631,946 594,938 557,922 520,906 477,862 428,790 379,718 354,653 354,596 L 354,192 C 354,140 400,107 492,92 L 492,42 C 352,42 215,42 82,42 L 82,92 C 170,107 214,140 214,192 L 214,852 C 214,889 179,911 108,916 L 108,966 C 237,978 311,1001 330,1036 L 354,1036 354,828 C 398,896 448,945 504,975 560,1005 615,1020 668,1020 716,1020 761,1009 802,988 843,965 874,941 894,916 914,891 926,868 930,848 934,828 933,811 928,796 924,780 913,765 896,752 879,739 858,735 834,740 810,747 793,760 782,780 771,800 767,821 768,844 771,868 763,891 746,912 729,935 703,946 668,946 Z"
   horiz-adv-x="848"
   unicode="r" />
   <glyph
   id="glyph136"
   d="M 20,534 C 20,669 68,783 164,878 259,973 372,1020 504,1020 633,1020 747,973 846,878 945,783 994,669 994,534 994,386 945,265 846,170 747,75 633,28 502,28 371,28 259,75 164,170 68,265 20,386 20,534 Z M 172,534 C 172,403 205,299 272,220 337,141 414,102 502,102 590,102 669,141 738,220 807,299 842,403 842,534 842,659 807,759 738,834 669,909 591,946 504,946 415,946 337,909 272,834 205,759 172,659 172,534 Z"
   horiz-adv-x="980"
   unicode="o" />
   <glyph
   id="glyph138"
   d="M 592,188 C 591,140 654,109 782,94 L 782,42 C 615,42 449,42 284,42 L 284,94 C 392,109 448,140 452,188 L 452,1382 C 452,1419 405,1438 312,1438 L 312,1484 C 464,1496 549,1519 568,1554 L 592,1554 592,188 Z"
   horiz-adv-x="504"
   unicode="l" />
   <glyph
   id="glyph140"
   d="M 390,1382 C 390,1411 401,1437 422,1458 443,1479 469,1490 500,1490 529,1490 555,1479 578,1458 601,1437 612,1411 612,1382 612,1353 601,1328 578,1308 555,1288 529,1278 500,1278 469,1278 443,1288 422,1308 401,1328 390,1353 390,1382 Z M 590,192 C 590,140 655,107 786,92 L 786,40 350,40 C 317,40 283,40 250,40 L 250,92 C 383,107 450,140 450,192 L 450,892 C 450,929 403,948 310,948 L 310,994 C 462,1006 547,1029 564,1064 L 590,1064 590,192 Z"
   horiz-adv-x="530"
   unicode="i" />
   <glyph
   id="glyph142"
   d="M 878,192 C 878,140 923,107 1012,92 L 1012,42 C 875,42 741,42 610,42 L 610,92 C 698,107 741,140 738,192 L 738,720 C 738,807 720,866 684,898 647,930 607,946 566,946 526,946 488,936 452,916 417,897 381,859 344,800 307,741 288,684 288,628 L 288,192 C 288,140 333,107 422,92 L 422,42 C 285,42 151,42 20,42 L 20,92 C 105,107 148,140 148,192 L 148,1370 C 148,1407 113,1429 42,1434 L 42,1484 C 171,1496 245,1519 264,1554 L 288,1554 288,816 C 331,889 375,941 420,972 467,1004 515,1020 566,1020 639,1020 709,995 776,944 844,892 878,817 878,720 L 878,192 Z"
   horiz-adv-x="980"
   unicode="h" />
   <glyph
   id="glyph144"
   d="M 208,618 L 854,618 C 846,709 813,786 754,850 695,914 621,946 530,946 433,946 357,911 304,840 251,771 219,697 208,618 Z M 530,1020 C 661,1020 771,976 860,888 948,801 992,692 992,560 L 864,560 202,560 202,534 C 202,415 241,317 319,239 397,161 479,122 564,122 612,122 663,132 718,152 773,172 817,208 852,260 887,311 909,352 920,384 929,403 942,411 958,408 974,405 981,393 980,372 972,335 949,288 912,232 876,175 826,127 762,88 698,48 623,28 536,28 404,28 290,76 194,172 98,267 50,387 50,534 50,665 97,779 192,876 287,972 399,1020 530,1020 Z"
   horiz-adv-x="953"
   unicode="e" />
   <glyph
   id="glyph146"
   d="M 754,1372 C 754,1409 720,1431 652,1436 L 652,1486 C 776,1498 848,1521 868,1556 L 894,1556 894,198 C 894,161 927,139 994,134 L 994,84 C 869,72 797,49 780,14 L 754,14 754,136 C 711,96 665,68 616,52 568,36 519,28 468,28 369,28 277,77 191,175 105,274 62,390 62,525 62,669 104,788 188,880 272,972 369,1018 480,1018 532,1018 579,1009 622,990 665,971 709,933 754,878 L 754,1372 Z M 472,944 C 391,944 327,903 282,822 237,740 214,641 214,525 214,411 245,316 308,238 369,161 429,122 488,122 531,122 573,127 616,138 659,149 692,172 716,208 741,243 754,278 754,314 L 754,722 C 710,821 665,883 620,906 576,931 527,944 472,944 Z"
   horiz-adv-x="927"
   unicode="d" />
   <glyph
   id="glyph148"
   d="M 534,1020 C 589,1020 636,1013 676,1000 717,987 753,970 784,950 816,930 842,909 862,886 882,863 896,843 904,824 913,808 917,789 916,766 915,745 907,728 892,716 877,703 860,696 840,696 819,696 799,703 780,716 763,728 751,743 746,762 741,781 740,800 744,820 745,832 743,845 736,860 732,867 727,875 720,884 701,907 675,923 642,932 609,941 573,946 534,946 426,946 344,905 288,824 231,744 202,647 202,534 202,415 241,317 319,239 397,161 479,122 564,122 612,122 663,132 718,152 773,172 817,208 852,260 887,311 909,352 920,384 929,403 942,411 958,408 974,405 981,393 980,372 972,335 949,288 912,232 876,175 826,127 762,88 698,48 623,28 536,28 404,28 290,76 194,172 98,267 50,387 50,534 50,665 99,779 196,876 293,972 406,1020 534,1020 Z"
   horiz-adv-x="927"
   unicode="c" />
   <glyph
   id="glyph150"
   d="M 524,1020 C 583,1020 645,996 712,948 780,901 814,819 814,700 L 814,232 C 814,177 816,140 820,120 824,100 831,90 840,90 857,90 873,95 886,104 899,113 921,144 950,196 958,211 969,215 984,208 997,204 1002,193 998,176 967,116 937,76 908,56 880,36 855,26 832,26 795,26 763,35 736,52 708,69 689,98 678,138 647,108 611,82 568,61 525,39 468,28 396,28 295,28 215,52 156,101 96,149 66,206 66,272 66,322 81,373 112,424 144,476 205,526 296,573 385,620 511,644 674,644 L 674,695 C 675,805 660,874 628,903 596,932 561,946 524,946 477,946 435,940 398,928 361,916 333,898 316,874 301,851 295,828 296,804 297,781 284,760 256,741 228,722 203,713 180,716 157,716 141,726 132,746 121,765 121,789 130,819 139,850 167,882 212,915 256,950 304,976 356,994 409,1011 465,1020 524,1020 Z M 674,590 C 525,574 426,554 378,530 330,506 291,471 262,426 233,381 218,329 218,272 218,223 236,180 272,144 309,108 351,90 398,90 450,90 500,103 548,130 597,156 631,188 648,227 665,265 674,304 674,343 L 674,590 Z"
   horiz-adv-x="953"
   unicode="a" />
   <glyph
   id="glyph152"
   d="M 622,1652 L 622,-194 180,-194 180,-98 522,-98 522,1554 180,1554 180,1652 622,1652 Z"
   horiz-adv-x="451"
   unicode="]" />
   <glyph
   id="glyph154"
   d="M 382,1652 L 824,1652 824,1554 482,1554 482,-98 824,-98 824,-194 382,-194 382,1652 Z"
   horiz-adv-x="451"
   unicode="[" />
   <glyph
   id="glyph156"
   d="M 6,1476 C 145,1476 270,1476 382,1476 L 424,1476 C 609,1476 749,1443 844,1377 940,1309 988,1223 988,1118 988,1012 940,924 844,855 749,788 609,754 424,754 L 298,754 298,192 C 298,140 361,107 486,92 L 486,42 C 313,42 153,42 6,42 L 6,92 C 107,107 158,140 158,192 L 158,1328 C 158,1380 107,1413 6,1428 L 6,1476 Z M 378,1406 C 325,1406 298,1380 298,1328 L 298,828 424,828 C 593,828 706,859 761,921 816,983 844,1049 844,1120 844,1192 816,1257 760,1316 705,1376 593,1406 424,1406 L 378,1406 Z"
   horiz-adv-x="980"
   unicode="P" />
   <glyph
   id="glyph158"
   d="M 18,-146 L 870,702 C 881,715 881,727 870,738 L 18,1586 C 7,1609 12,1628 32,1644 51,1659 71,1659 94,1646 L 982,760 C 998,743 1003,725 998,708 995,699 990,689 982,680 L 94,-206 C 71,-219 51,-219 32,-204 12,-188 7,-169 18,-146 Z"
   horiz-adv-x="1006"
   unicode="&gt;" />
   <glyph
   id="glyph160"
   d="M 1006,-146 C 1013,-161 1013,-174 1008,-186 1005,-191 1000,-197 992,-204 973,-219 953,-219 930,-206 L 42,680 C 26,697 21,715 26,732 29,741 34,751 42,760 L 930,1646 C 953,1659 973,1659 992,1644 1008,1631 1014,1616 1010,1600 L 1006,1586 154,738 C 143,727 143,715 154,702 L 1006,-146 Z"
   horiz-adv-x="1033"
   unicode="&lt;" />
   <glyph
   id="glyph162"
   d="M 372,966 C 372,1003 385,1036 412,1064 440,1092 473,1106 512,1106 549,1106 582,1092 610,1064 638,1036 652,1003 652,966 652,927 638,894 610,867 582,840 549,826 512,826 473,826 440,840 412,868 385,895 372,927 372,966 Z M 372,258 C 372,295 385,328 412,356 440,384 473,398 512,398 549,398 582,384 610,356 638,328 652,295 652,258 652,219 638,187 610,160 582,132 549,118 512,118 473,118 440,132 412,160 385,187 372,219 372,258 Z"
   horiz-adv-x="292"
   unicode=":" />
  </font>
 </defs>
 <g
   transform="matrix(0.0375315,0,0,0.0353939,-0.01280621,0.81090998)"
   clip-path="url(#presentation_clip_path)"
   class="Master_Slide"
   id="id2">
  <g
   style="visibility:visible"
   class="Background"
   visibility="visible"
   id="bg-id2">
   <rect
   style="fill:none;stroke:none"
   id="rect166"
   height="21000"
   width="28000"
   y="0"
   x="0" />
  </g>
  <g
   style="visibility:visible"
   class="BackgroundObjects"
   visibility="visible"
   id="bo-id2">
   <g
   style="visibility:visible"
   id="g169"
   class="Date/Time"
   visibility="visible">
    <g
   id="g171">
     <rect
   style="fill:none;stroke:none"
   id="rect173"
   height="1449"
   width="6524"
   y="19131"
   x="1400" />
     <g
   style="font-size:494px;font-style:normal;font-weight:400;font-family:'さざなみ明朝 embedded'"
   id="g175"
   font-weight="400"
   font-style="normal"
   font-size="494px">
      <g
   style="fill:#000000;stroke:none"
   id="g177">
       <text
   id="text179"
   y="19614"
   x="1400"
   class="PlaceholderText" />










</g>
     </g>
    </g>
   </g>
   <g
   style="visibility:visible"
   id="g181"
   class="Footer"
   visibility="visible">
    <g
   id="g183">
     <rect
   style="fill:none;stroke:none"
   id="rect185"
   height="1449"
   width="8876"
   y="19131"
   x="9576" />
     <g
   style="font-size:494px;font-style:normal;font-weight:400;font-family:'さざなみ明朝 embedded'"
   id="g187"
   font-weight="400"
   font-style="normal"
   font-size="494px">
      <g
   style="fill:#000000;stroke:none"
   id="g189">
       <text
   id="text191"
   y="19614"
   x="11652"
   class="PlaceholderText" />










</g>
     </g>
    </g>
   </g>
   <g
   style="visibility:hidden"
   id="g193"
   class="Slide_Number"
   visibility="hidden">
    <g
   id="g195">
     <rect
   style="fill:none;stroke:none"
   id="rect197"
   height="1449"
   width="6524"
   y="19131"
   x="20076" />
     <g
   style="font-size:494px;font-style:normal;font-weight:400;font-family:'さざなみ明朝 embedded'"
   id="g199"
   font-weight="400"
   font-style="normal"
   font-size="494px">
      <g
   style="fill:#000000;stroke:none"
   id="g201">
       <text
   id="text203"
   y="19614"
   x="21876"
   class="PlaceholderText" />










</g>
     </g>
    </g>
   </g>
  </g>
 </g>
 <g
   transform="translate(0,-20255.906)"
   style="visibility:visible"
   clip-path="url(#presentation_clip_path)"
   visibility="visible"
   class="Slide"
   id="id1">
  <g
   transform="matrix(0.0375315,0,0,0.03481406,-8.6555028,20209.169)"
   id="g206"
   class="com.sun.star.drawing.CustomShape">
   <g
   id="g208">
    <path
   style="fill:#99ccff;stroke:none"
   inkscape:connector-curvature="0"
   id="path210"
   d="m 6300,11900 -5500,0 0,-6000 11000,0 0,6000 -5500,0 z" />
    <path
   style="fill:none;stroke:#000000"
   inkscape:connector-curvature="0"
   id="path212"
   d="m 6300,11900 -5500,0 0,-6000 11000,0 0,6000 -5500,0" />
    <rect
   style="fill:none;stroke:none"
   id="rect214"
   height="6001"
   width="11001"
   y="5900"
   x="800" />
   </g>
  </g>
  <g
   transform="matrix(0.04069685,0,0,0.03523274,-55.502763,20206.105)"
   id="g216"
   class="com.sun.star.drawing.CustomShape">
   <g
   id="g218">
    <path
   style="fill:#99ccff;stroke:none"
   inkscape:connector-curvature="0"
   id="path220"
   d="m 20800,11400 -6000,0 0,-5500 12000,0 0,5500 -6000,0 z" />
    <path
   style="fill:none;stroke:#000000"
   inkscape:connector-curvature="0"
   id="path222"
   d="m 20800,11400 -6000,0 0,-5500 12000,0 0,5500 -6000,0" />
    <rect
   style="fill:none;stroke:none"
   id="rect224"
   height="5501"
   width="12001"
   y="5900"
   x="14800" />
   </g>
  </g>
  <path
   style="fill:#99ccff;stroke:none"
   inkscape:connector-curvature="0"
   id="path230"
   d="m 696.93669,20598.68 -37.5315,0 0,-42.473 75.063,0 0,42.473 -37.5315,0 z" /><path
   style="fill:none;stroke:#000000;stroke-width:1.0286082"
   inkscape:connector-curvature="0"
   id="path232"
   d="m 696.93669,20598.68 -37.5315,0 0,-42.473 75.063,0 0,42.473 -37.5315,0" /><rect
   x="659.40521"
   y="20556.207"
   width="75.100533"
   height="42.508076"
   id="rect244"
   style="font-size:635px;font-style:normal;font-weight:400;fill:none;stroke:none;font-family:'VL ゴシック embedded'" />
  <g
   transform="matrix(0.0375315,0,0,0.0353939,-8.6555028,20202.268)"
   id="g246"
   class="com.sun.star.drawing.CustomShape">
   <g
   id="g248">
    <path
   style="fill:#99ccff;stroke:none"
   inkscape:connector-curvature="0"
   id="path250"
   d="m 6500,18500 -5500,0 0,-3600 11000,0 0,3600 -5500,0 z" />
    <path
   style="fill:none;stroke:#000000"
   inkscape:connector-curvature="0"
   id="path252"
   d="m 6500,18500 -5500,0 0,-3600 11000,0 0,3600 -5500,0" />
    <rect
   style="fill:none;stroke:none"
   id="rect254"
   height="3601"
   width="11001"
   y="14900"
   x="1000" />
   </g>
  </g>
  <g
   transform="matrix(0.0375315,0,0,0.0353939,-8.6555028,20202.268)"
   id="g258">
    <path
   d="m 10000,15500 1000,0 501,750 -501,751 -1000,0 -500,-751 500,-750 z m -500,0 0,0 z m 2001,1501 0,0 z"
   id="path260"
   inkscape:connector-curvature="0"
   style="fill:#99ccff;stroke:none" />
    <path
   d="m 10000,15500 1000,0 501,750 -501,751 -1000,0 -500,-751 500,-750"
   id="path262"
   inkscape:connector-curvature="0"
   style="fill:none;stroke:#000000" />
    <path
   d="m 9500,15500 0,0"
   id="path264"
   inkscape:connector-curvature="0"
   style="fill:none;stroke:#000000" />
    <path
   d="m 11501,17001 0,0"
   id="path266"
   inkscape:connector-curvature="0"
   style="fill:none;stroke:#000000" />
    <rect
   style="font-size:635px;font-style:normal;font-weight:400;fill:none;stroke:none;font-family:'VL ゴシック embedded'"
   id="rect278"
   height="1501"
   width="2001"
   y="15500"
   x="9500" />
   </g>
  <path
   style="fill:#99ccff;stroke:none"
   inkscape:connector-curvature="0"
   id="path284"
   d="m 263.44787,20750.873 c 37.23125,0 65.68012,7.681 65.68012,17.697 0,10.017 -28.44887,17.697 -65.68012,17.697 -37.23125,0 -65.68013,-7.68 -65.68013,-17.697 0,-10.016 28.44888,-17.697 65.68013,-17.697 z m -65.68013,0 0,0 z m 131.39779,35.43 0,0 z" /><path
   style="fill:none;stroke:#000000;stroke-width:1.0286082"
   inkscape:connector-curvature="0"
   id="path286"
   d="m 263.44787,20750.873 c 37.23125,0 65.68012,7.681 65.68012,17.697 0,10.017 -28.44887,17.697 -65.68012,17.697 -37.23125,0 -65.68013,-7.68 -65.68013,-17.697 0,-10.016 28.44888,-17.697 65.68013,-17.697" /><path
   style="fill:none;stroke:#000000;stroke-width:1.0286082"
   inkscape:connector-curvature="0"
   id="path288"
   d="m 197.76774,20750.873 0,0" /><path
   style="fill:none;stroke:#000000;stroke-width:1.0286082"
   inkscape:connector-curvature="0"
   id="path290"
   d="m 329.16553,20786.303 0,0" /><rect
   x="197.76775"
   y="20750.873"
   width="131.39778"
   height="35.429295"
   id="rect314"
   style="font-size:635px;font-style:normal;font-weight:400;fill:none;stroke:none;font-family:'VL ゴシック embedded'" />
  <path
   style="fill:#99ccff;stroke:none"
   inkscape:connector-curvature="0"
   id="path320"
   d="m 113.32187,20750.873 c 37.23125,0 65.68012,7.681 65.68012,17.697 0,10.017 -28.44887,17.697 -65.68012,17.697 -37.231246,0 -65.680123,-7.68 -65.680123,-17.697 0,-10.016 28.448877,-17.697 65.680123,-17.697 z m -65.680123,0 0,0 z m 131.397783,35.43 0,0 z" /><path
   style="fill:none;stroke:#000000;stroke-width:1.0286082"
   inkscape:connector-curvature="0"
   id="path322"
   d="m 113.32187,20750.873 c 37.23125,0 65.68012,7.681 65.68012,17.697 0,10.017 -28.44887,17.697 -65.68012,17.697 -37.231246,0 -65.680123,-7.68 -65.680123,-17.697 0,-10.016 28.448877,-17.697 65.680123,-17.697" /><path
   style="fill:none;stroke:#000000;stroke-width:1.0286082"
   inkscape:connector-curvature="0"
   id="path324"
   d="m 47.641747,20750.873 0,0" /><path
   style="fill:none;stroke:#000000;stroke-width:1.0286082"
   inkscape:connector-curvature="0"
   id="path326"
   d="m 179.03953,20786.303 0,0" /><rect
   x="47.641747"
   y="20750.873"
   width="131.39778"
   height="35.429295"
   id="rect352"
   style="font-size:635px;font-style:normal;font-weight:400;fill:none;stroke:none;font-family:'VL ゴシック embedded'" />
  <path
   style="fill:#99ccff;stroke:none"
   inkscape:connector-curvature="0"
   id="path358"
   d="m 115.19844,20591.601 -56.297243,0 0,-53.091 112.594493,0 0,53.091 -56.29725,0 z" /><path
   style="fill:none;stroke:#000000;stroke-width:1.0286082"
   inkscape:connector-curvature="0"
   id="path360"
   d="m 115.19844,20591.601 -56.297243,0 0,-53.091 112.594493,0 0,53.091 -56.29725,0" /><g
   transform="matrix(0.0375315,0,0,0.0353939,-8.6555028,20202.268)"
   style="font-size:635px;font-style:normal;font-weight:400;font-family:'VL ゴシック embedded'"
   id="g362"
   font-weight="400"
   font-style="normal"
   font-size="635px">
     
     
     <rect
   style="fill:none;stroke:none"
   id="rect394"
   height="1501"
   width="3001"
   y="9500"
   x="1800" />
    </g>
  
  <rect
   style="fill:none;stroke:none"
   id="rect414"
   height="131.55913"
   width="340.63589"
   y="20424.684"
   x="47.153839" />
  
  <path
   style="fill:#99ccff;stroke:none"
   inkscape:connector-curvature="0"
   id="path778"
   d="m 741.97449,20835.819 -262.7205,0 0,-102.642 525.44101,0 0,102.642 -262.72051,0 z" /><path
   style="fill:none;stroke:#000000;stroke-width:1.0286082"
   inkscape:connector-curvature="0"
   id="path780"
   d="m 741.97449,20835.819 -262.7205,0 0,-102.642 525.44101,0 0,102.642 -262.72051,0" /><rect
   style="fill:none;stroke:none"
   id="rect782"
   height="102.6777"
   width="525.47852"
   y="20733.176"
   x="479.254" />
  <g
   transform="matrix(0.0375315,0,0,0.0353939,-8.6555028,20202.268)"
   id="g784"
   class="com.sun.star.drawing.CustomShape">
   <path
   d="m 25000,15500 1000,0 501,750 -501,751 -1000,0 -500,-751 500,-750 z m -500,0 0,0 z m 2001,1501 0,0 z"
   id="path788"
   inkscape:connector-curvature="0"
   style="fill:#99ccff;stroke:none" /><path
   d="m 25000,15500 1000,0 501,750 -501,751 -1000,0 -500,-751 500,-750"
   id="path790"
   inkscape:connector-curvature="0"
   style="fill:none;stroke:#000000" /><path
   d="m 24500,15500 0,0"
   id="path792"
   inkscape:connector-curvature="0"
   style="fill:none;stroke:#000000" /><path
   d="m 26501,17001 0,0"
   id="path794"
   inkscape:connector-curvature="0"
   style="fill:none;stroke:#000000" /><g
   font-size="635px"
   font-style="normal"
   font-weight="400"
   id="g796"
   style="font-size:635px;font-style:normal;font-weight:400;font-family:'VL ゴシック embedded'">
     
     <rect
   x="24500"
   y="15500"
   width="2001"
   height="1501"
   id="rect806"
   style="fill:none;stroke:none" />
    <text
   transform="scale(0.97110513,1.0297546)"
   sodipodi:linespacing="125%"
   id="text5893"
   y="15999.867"
   x="25570.43"
   style="font-size:658.48986816px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans"
   xml:space="preserve"><tspan
     y="15999.867"
     x="25570.43"
     id="tspan5895"
     sodipodi:role="line">OVS</tspan></text>










</g>
  <text
   transform="scale(0.97110513,1.0297546)"
   sodipodi:linespacing="125%"
   id="text5927"
   y="15974.321"
   x="10064.897"
   style="font-size:658.48986816px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans"
   xml:space="preserve"><tspan
     y="15974.321"
     x="10064.897"
     id="tspan5929"
     sodipodi:role="line">OVS</tspan></text>










</g>
  <path
   style="fill:#99ccff;stroke:none"
   inkscape:connector-curvature="0"
   id="path812"
   d="m 819.92667,20756.873 c 37.23125,0 65.68012,7.681 65.68012,17.697 0,10.017 -28.44887,17.697 -65.68012,17.697 -37.23125,0 -65.68013,-7.68 -65.68013,-17.697 0,-10.016 28.44888,-17.697 65.68013,-17.697 z m -65.68013,0 0,0 z m 131.39779,35.43 0,0 z" /><path
   style="fill:none;stroke:#000000;stroke-width:1.0286082"
   inkscape:connector-curvature="0"
   id="path814"
   d="m 819.92667,20756.873 c 37.23125,0 65.68012,7.681 65.68012,17.697 0,10.017 -28.44887,17.697 -65.68012,17.697 -37.23125,0 -65.68013,-7.68 -65.68013,-17.697 0,-10.016 28.44888,-17.697 65.68013,-17.697" /><path
   style="fill:none;stroke:#000000;stroke-width:1.0286082"
   inkscape:connector-curvature="0"
   id="path816"
   d="m 754.24654,20756.873 0,0" /><path
   style="fill:none;stroke:#000000;stroke-width:1.0286082"
   inkscape:connector-curvature="0"
   id="path818"
   d="m 885.64433,20792.303 0,0" /><rect
   x="754.24652"
   y="20756.873"
   width="131.39778"
   height="35.429295"
   id="rect842"
   style="font-size:635px;font-style:normal;font-weight:400;fill:none;stroke:none;font-family:'VL ゴシック embedded'" /><g
   transform="matrix(0.04226357,0,0,0.0353939,-29.39879,20208.906)"
   id="g396"
   class="com.sun.star.drawing.CustomShape">
   <g
   id="g398">
    <path
   style="fill:#99ccff;stroke:none"
   inkscape:connector-curvature="0"
   id="path400"
   d="m 1950,6300 c -225,0 -450,225 -450,450 l 0,1800 c 0,225 225,451 450,451 l 8400,0 c 225,0 451,-226 451,-451 l 0,-1800 c 0,-225 -226,-450 -451,-450 l -8400,0 z m -450,0 0,0 z m 9301,2701 0,0 z" />
    <path
   style="fill:none;stroke:#000000"
   inkscape:connector-curvature="0"
   id="path402"
   d="m 1950,6300 c -225,0 -450,225 -450,450 l 0,1800 c 0,225 225,451 450,451 l 8400,0 c 225,0 451,-226 451,-451 l 0,-1800 c 0,-225 -226,-450 -451,-450 l -8400,0" />
    <path
   style="fill:none;stroke:#000000"
   inkscape:connector-curvature="0"
   id="path404"
   d="m 1500,6300 0,0" />
    <path
   style="fill:none;stroke:#000000"
   inkscape:connector-curvature="0"
   id="path406"
   d="m 10801,9001 0,0" />
    <rect
   style="fill:none;stroke:none"
   id="rect408"
   height="2701"
   width="9301"
   y="6300"
   x="1500" />
   </g>
  </g><text
   xml:space="preserve"
   style="font-size:24px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans"
   x="43.688976"
   y="20468.889"
   id="text5931"
   sodipodi:linespacing="125%"><tspan
     sodipodi:role="line"
     x="43.688976"
     y="20468.889"
     id="tspan5937">Quantum db:</tspan><tspan
     sodipodi:role="line"
     x="43.688976"
     y="20498.889"
     id="tspan5935">(netowrk uuid, key)</tspan></text>





  
  
  
  
  
  <g
   transform="matrix(0.0375315,0,0,0.0353939,-0.01280621,20256.717)"
   id="g1174"
   class="com.sun.star.drawing.TextShape">
   
  </g>
  <path
   sodipodi:nodetypes="cc"
   style="fill:none;stroke:#ff0000;stroke-width:3;stroke-miterlimit:4;stroke-dasharray:none;marker-end:url(#Arrow1Lendn)"
   inkscape:connector-curvature="0"
   id="path1370"
   d="m 179.00199,20573.904 477.23915,1.729" />
  
  
  
  <path
   style="fill:none;stroke:#00ff00;stroke-width:3;stroke-miterlimit:4;stroke-dasharray:none"
   inkscape:connector-curvature="0"
   id="path1420"
   d="m 404.19099,20750.873 c 56.29725,-35.393 284.86409,-63.85 316.39055,-134.78" /><path
   style="fill:#00ff00;stroke:none"
   inkscape:connector-curvature="0"
   id="path1422"
   d="m 723.20874,20591.601 -12.53552,25.377 18.65316,2.018 -6.11764,-27.395 z" />
  <path
   style="fill:none;stroke:#00ff00;stroke-width:3;stroke-miterlimit:4;stroke-dasharray:none"
   inkscape:connector-curvature="0"
   id="path1428"
   d="m 948.39768,20750.874 c 18.76574,-53.091 -127.64462,-131.206 -184.09199,-164.193" /><path
   style="fill:#00ff00;stroke:none"
   inkscape:connector-curvature="0"
   id="path1430"
   d="m 741.97444,20573.904 19.21613,21.342 9.72065,-15.148 -28.93678,-6.194 z" />
  <rect
   style="fill:none;stroke:none"
   id="rect1436"
   height="37.552937"
   width="42.710846"
   y="20658.637"
   x="910.86615" />






  <path
   style="fill:none;stroke:#9966cc;stroke-width:3;stroke-miterlimit:4;stroke-dasharray:none;marker-end:url(#Arrow1LendX)"
   inkscape:connector-curvature="0"
   id="path1450"
   d="m 122.70474,20750.873 -1.72854,-157.354"
   sodipodi:nodetypes="cc" />
  
  
  
  
  
  <path
   sodipodi:nodetypes="cc"
   style="fill:none;stroke:#999999;stroke-width:3;stroke-miterlimit:4;stroke-dasharray:none;marker-end:url(#Arrow1Lendu)"
   inkscape:connector-curvature="0"
   id="path1592"
   d="m 659.221,20591.574 -286.22722,157.035" />
  
 <text
   sodipodi:linespacing="125%"
   id="text5575"
   y="20294.408"
   x="15.950878"
   style="font-size:32px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans"
   xml:space="preserve"><tspan
     y="20294.408"
     x="15.950878"
     id="tspan5577"
     sodipodi:role="line">Overview</tspan></text>










<text
   sodipodi:linespacing="125%"
   id="text5579"
   y="20333.361"
   x="12.043247"
   style="font-size:16px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans"
   xml:space="preserve"><tspan
     style="font-size:24px"
     y="20333.361"
     x="12.043247"
     id="tspan5581"
     sodipodi:role="line">Quantum-node: somewhere where</tspan><tspan
     style="font-size:24px"
     id="tspan5583"
     y="20363.361"
     x="12.043247"
     sodipodi:role="line">compute/network can communicate</tspan><tspan
     style="font-size:24px"
     id="tspan5585"
     y="20393.361"
     x="12.043247"
     sodipodi:role="line">Typically on network-node</tspan></text>










<text
   sodipodi:linespacing="125%"
   id="text5690"
   y="20331.477"
   x="524.07874"
   style="font-size:24px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans"
   xml:space="preserve"><tspan
     y="20331.477"
     x="524.07874"
     id="tspan5692"
     sodipodi:role="line">Ryu-node: somewhere where</tspan><tspan
     id="tspan5694"
     y="20361.477"
     x="524.07874"
     sodipodi:role="line">compute/network/quantum can</tspan><tspan
     id="tspan5696"
     y="20391.477"
     x="524.07874"
     sodipodi:role="line">communicate. Typically on network-node</tspan></text>










<text
   sodipodi:linespacing="125%"
   id="text5807"
   y="20890.621"
   x="30.460243"
   style="font-size:24px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans"
   xml:space="preserve"><tspan
     y="20890.621"
     x="30.460243"
     id="tspan5809"
     sodipodi:role="line">compute-node</tspan></text>










<text
   sodipodi:linespacing="125%"
   id="text5811"
   y="20866.414"
   x="477.35101"
   style="font-size:24px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans"
   xml:space="preserve"><tspan
     y="20866.414"
     x="477.35101"
     id="tspan5813"
     sodipodi:role="line">Network-node</tspan></text>










<text
   sodipodi:linespacing="125%"
   id="text6161"
   y="20557.553"
   x="58.963192"
   style="font-size:24px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans"
   xml:space="preserve"><tspan
     y="20557.553"
     x="58.963192"
     id="tspan6163"
     sodipodi:role="line">Quantum</tspan><tspan
     id="tspan6165"
     y="20587.553"
     x="58.963192"
     sodipodi:role="line">server</tspan></text>












<path
   style="fill:#99ccff;stroke:none"
   inkscape:connector-curvature="0"
   id="path558"
   d="m 582.57935,20424.027 c -10.87327,0 -21.7093,10.3 -21.7093,20.635 l 0,82.609 c 0,10.335 10.83603,20.67 21.7093,20.67 l 366.19078,0 c 10.87326,0 21.74653,-10.335 21.74653,-20.67 l 0,-82.609 c 0,-10.335 -10.87327,-20.635 -21.74653,-20.635 l -366.19078,0 z m -21.7093,0 0,0 z m 409.64661,123.914 0,0 z" /><path
   style="fill:none;stroke:#000000;stroke-width:1.12473452"
   inkscape:connector-curvature="0"
   id="path560"
   d="m 578.5946,20420.066 c -12.6974,0 -25.35133,10.63 -25.35133,21.295 l 0,85.249 c 0,10.666 12.65393,21.331 25.35133,21.331 l 427.6244,0 c 12.6975,0 25.395,-10.665 25.395,-21.331 l 0,-85.249 c 0,-10.665 -12.6975,-21.295 -25.395,-21.295 l -427.6244,0" /><path
   style="fill:none;stroke:#000000;stroke-width:1.0245676"
   inkscape:connector-curvature="0"
   id="path562"
   d="m 560.87005,20424.027 0,0" /><path
   style="fill:none;stroke:#000000;stroke-width:1.0245676"
   inkscape:connector-curvature="0"
   id="path564"
   d="m 970.51666,20547.941 0,0" /><rect
   x="560.87006"
   y="20424.027"
   width="409.64661"
   height="123.91405"
   id="rect772"
   style="font-size:635px;font-style:normal;font-weight:400;fill:none;stroke:none;font-family:'VL ゴシック embedded'" /><text
   sodipodi:linespacing="125%"
   id="text6281"
   y="20365.779"
   x="561.99298"
   style="font-size:23.90572357px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans"
   xml:space="preserve"
   transform="scale(0.99607179,1.0039437)"><tspan
     y="20365.779"
     x="561.99298"
     id="tspan6283"
     sodipodi:role="line">Ryu db(in memory for now)</tspan><tspan
     id="tspan6285"
     y="20395.662"
     x="561.99298"
     sodipodi:role="line">(network uuid, key)</tspan><tspan
     id="tspan6287"
     y="20425.543"
     x="561.99298"
     sodipodi:role="line">(dpid, port, network uuid, mac address)</tspan><tspan
     id="tspan6289"
     y="20455.426"
     x="561.99298"
     sodipodi:role="line">(dpid, port, remote dpid)</tspan></text>


<text
   sodipodi:linespacing="125%"
   id="text6753"
   y="20813.279"
   x="50.14502"
   style="font-size:24px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans"
   xml:space="preserve"><tspan
     y="20813.279"
     x="50.14502"
     id="tspan6755"
     sodipodi:role="line">create</tspan><tspan
     id="tspan6757"
     y="20843.279"
     x="50.14502"
     sodipodi:role="line">port</tspan></text>










<text
   sodipodi:linespacing="125%"
   id="text6789"
   y="20814.604"
   x="192.62187"
   style="font-size:24px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans"
   xml:space="preserve"><tspan
     id="tspan6793"
     y="20814.604"
     x="192.62187"
     sodipodi:role="line">initialization</tspan></text>










<text
   sodipodi:linespacing="125%"
   id="text6828"
   y="20778.006"
   x="60.922787"
   style="font-size:24px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans"
   xml:space="preserve"><tspan
     y="20778.006"
     x="60.922787"
     id="tspan6830"
     sodipodi:role="line">Vif driver</tspan></text>










<text
   sodipodi:linespacing="125%"
   id="text6832"
   y="20777.027"
   x="203.9729"
   style="font-size:24px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans"
   xml:space="preserve"><tspan
     y="20777.027"
     x="203.9729"
     id="tspan6834"
     sodipodi:role="line">Ryu agent</tspan></text>










<text
   sodipodi:linespacing="125%"
   id="text6832-8"
   y="20781.439"
   x="757.20276"
   style="font-size:24px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;visibility:visible;font-family:Bitstream Vera Sans"
   xml:space="preserve"><tspan
     y="20781.439"
     x="757.20276"
     id="tspan6834-3"
     sodipodi:role="line">Ryu agent</tspan></text>










<text
   sodipodi:linespacing="125%"
   id="text7056"
   y="20676.254"
   x="737.4649"
   style="font-size:24px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#999999;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans"
   xml:space="preserve"
   inkscape:transform-center-x="206.56044"
   inkscape:transform-center-y="18.149662"><tspan
     id="tspan7060"
     y="20676.254"
     x="737.4649"
     sodipodi:role="line"
     style="font-size:20px">OVSDB</tspan><tspan
     y="20701.254"
     x="737.4649"
     sodipodi:role="line"
     id="tspan4071"
     style="font-size:20px">protocol</tspan></text>










<text
   sodipodi:linespacing="125%"
   id="text7086"
   y="20668.572"
   x="7.9040542"
   style="font-size:24px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#9966cc;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans"
   xml:space="preserve"><tspan
     y="20668.572"
     x="7.9040542"
     id="tspan7088"
     sodipodi:role="line">Quantum</tspan><tspan
     id="tspan7090"
     y="20698.572"
     x="7.9040542"
     sodipodi:role="line">API</tspan></text>












<text
   xml:space="preserve"
   style="font-size:16px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans"
   x="670.67322"
   y="20581.693"
   id="text3318"
   sodipodi:linespacing="125%"><tspan
     sodipodi:role="line"
     id="tspan3320"
     x="670.67322"
     y="20581.693"
     style="font-size:24px">Ryu</tspan></text>








<path
   sodipodi:nodetypes="cc"
   style="fill:none;stroke:#999999;stroke-width:3;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;marker-end:url(#Arrow1Lendu);visibility:visible"
   inkscape:connector-curvature="0"
   id="path1592-4"
   d="m 734.27405,20598.246 193.44243,153.578" /><text
   xml:space="preserve"
   style="font-size:24px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans"
   x="748.28583"
   y="20817.59"
   id="text3395"
   sodipodi:linespacing="125%"><tspan
     sodipodi:role="line"
     id="tspan3397"
     x="748.28583"
     y="20817.59">initialization</tspan></text>








<g
   id="g3442"
   transform="translate(-46.670562,-77.78427)"><text
   sodipodi:linespacing="125%"
   id="text3417"
   y="20859.99"
   x="553.13257"
   style="font-size:24px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans"
   xml:space="preserve"><tspan
     id="tspan3421"
     y="20859.99"
     x="553.13257"
     sodipodi:role="line">l3 agent</tspan></text>








<g
   transform="translate(44.077752,26.792359)"
   id="g3428"><path
     style="fill:none;stroke:#000000;stroke-width:1.0286082;stroke-linejoin:round;visibility:visible"
     inkscape:connector-curvature="0"
     id="path814-5"
     d="m 561.77528,20808.314 c 37.23124,0 65.68011,7.681 65.68011,17.697 0,10.017 -28.44887,17.697 -65.68011,17.697 -37.23125,0 -65.68013,-7.68 -65.68013,-17.697 0,-10.016 28.44888,-17.697 65.68013,-17.697" /></g></g><text
   xml:space="preserve"
   style="font-size:48px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans"
   x="634.3739"
   y="20777.883"
   id="text3448"
   sodipodi:linespacing="125%"><tspan
     sodipodi:role="line"
     id="tspan3450"
     x="634.3739"
     y="20777.883">...</tspan></text>








<text
   xml:space="preserve"
   style="font-size:24px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#999999;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans"
   x="688.82288"
   y="20722.57"
   id="text3452"
   sodipodi:linespacing="125%"><tspan
     sodipodi:role="line"
     x="688.82288"
     y="20722.57"
     style="font-size:14px;fill:#999999;fill-opacity:1"
     id="tspan4043">manimuplate OVS directly</tspan></text>








<text
   xml:space="preserve"
   style="font-size:24px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#ff0000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans"
   x="437.32043"
   y="20563.545"
   id="text3470"
   sodipodi:linespacing="125%"><tspan
     sodipodi:role="line"
     id="tspan3472"
     x="437.32043"
     y="20563.545">REST API</tspan></text>








<path
   style="fill:none;stroke:#9966cc;stroke-width:3;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;marker-end:url(#Arrow1LendX);visibility:visible"
   inkscape:connector-curvature="0"
   id="path1450-4"
   d="M 535.38585,20758.034 155.10719,20590.308"
   sodipodi:nodetypes="cc" /><text
   xml:space="preserve"
   style="font-size:16px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans"
   x="493.49799"
   y="20806.404"
   id="text4075"
   sodipodi:linespacing="125%"><tspan
     sodipodi:role="line"
     id="tspan4077"
     x="493.49799"
     y="20806.404">interface driver</tspan></text>




<text
   xml:space="preserve"
   style="font-size:24px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#00ff00;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans"
   x="897.11194"
   y="20637.008"
   id="text4124"
   sodipodi:linespacing="125%"><tspan
     sodipodi:role="line"
     id="tspan4126"
     x="897.11194"
     y="20637.008">OpenFlow</tspan><tspan
     sodipodi:role="line"
     x="897.11194"
     y="20667.008"
     id="tspan4128">Protocol</tspan></text>




</g>
<text
   transform="scale(0.75411773,1.3260529)"
   sodipodi:linespacing="125%"
   id="text4619"
   y="-13467.772"
   x="1476.8009"
   style="font-size:1317.68103027px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans"
   xml:space="preserve"><tspan
     id="tspan4643"
     y="-13467.772"
     x="1476.8009"
     sodipodi:role="line" /></text>










</svg>