quant-ph0604048/sensitivityAnalysisInitialFinalFidelity.eps
1: %!PS-Adobe-2.0 EPSF-1.2
2: %%Creator: MATLAB, The Mathworks, Inc.
3: %%Title: ./sensitivityAnalysisInitialFinalFidelity.eps
4: %%CreationDate: 03/17/2006  08:16:50
5: %%DocumentNeededFonts: Helvetica
6: %%DocumentProcessColors: Cyan Magenta Yellow Black
7: %%Pages: 1
8: %%BoundingBox:    41   191   551   595
9: %%EndComments
10: 
11: %%BeginProlog
12: % MathWorks dictionary
13: /MathWorks 160 dict begin
14: % definition operators
15: /bdef {bind def} bind def
16: /ldef {load def} bind def
17: /xdef {exch def} bdef
18: /xstore {exch store} bdef
19: % operator abbreviations
20: /c  /clip ldef
21: /cc /concat ldef
22: /cp /closepath ldef
23: /gr /grestore ldef
24: /gs /gsave ldef
25: /mt /moveto ldef
26: /np /newpath ldef
27: /cm /currentmatrix ldef
28: /sm /setmatrix ldef
29: /rm /rmoveto ldef
30: /rl /rlineto ldef
31: /s {show newpath} bdef
32: /sc {setcmykcolor} bdef
33: /sr /setrgbcolor ldef
34: /sg /setgray ldef
35: /w /setlinewidth ldef
36: /j /setlinejoin ldef
37: /cap /setlinecap ldef
38: /rc {rectclip} bdef
39: /rf {rectfill} bdef
40: % page state control
41: /pgsv () def
42: /bpage {/pgsv save def} bdef
43: /epage {pgsv restore} bdef
44: /bplot /gsave ldef
45: /eplot {stroke grestore} bdef
46: % orientation switch
47: /portraitMode 0 def /landscapeMode 1 def /rotateMode 2 def
48: % coordinate system mappings
49: /dpi2point 0 def
50: % font control
51: /FontSize 0 def
52: /FMS {/FontSize xstore findfont [FontSize 0 0 FontSize neg 0 0]
53:   makefont setfont} bdef
54: /reencode {exch dup where {pop load} {pop StandardEncoding} ifelse
55:   exch dup 3 1 roll findfont dup length dict begin
56:   { 1 index /FID ne {def}{pop pop} ifelse } forall
57:   /Encoding exch def currentdict end definefont pop} bdef
58: /isroman {findfont /CharStrings get /Agrave known} bdef
59: /FMSR {3 1 roll 1 index dup isroman {reencode} {pop pop} ifelse
60:   exch FMS} bdef
61: /csm {1 dpi2point div -1 dpi2point div scale neg translate
62:  dup landscapeMode eq {pop -90 rotate}
63:   {rotateMode eq {90 rotate} if} ifelse} bdef
64: % line types: solid, dotted, dashed, dotdash
65: /SO { [] 0 setdash } bdef
66: /DO { [.5 dpi2point mul 4 dpi2point mul] 0 setdash } bdef
67: /DA { [6 dpi2point mul] 0 setdash } bdef
68: /DD { [.5 dpi2point mul 4 dpi2point mul 6 dpi2point mul 4
69:   dpi2point mul] 0 setdash } bdef
70: % macros for lines and objects
71: /L {lineto stroke} bdef
72: /MP {3 1 roll moveto 1 sub {rlineto} repeat} bdef
73: /AP {{rlineto} repeat} bdef
74: /PDlw -1 def
75: /W {/PDlw currentlinewidth def setlinewidth} def
76: /PP {closepath eofill} bdef
77: /DP {closepath stroke} bdef
78: /MR {4 -2 roll moveto dup  0 exch rlineto exch 0 rlineto
79:   neg 0 exch rlineto closepath} bdef
80: /FR {MR stroke} bdef
81: /PR {MR fill} bdef
82: /L1i {{currentfile picstr readhexstring pop} image} bdef
83: /tMatrix matrix def
84: /MakeOval {newpath tMatrix currentmatrix pop translate scale
85: 0 0 1 0 360 arc tMatrix setmatrix} bdef
86: /FO {MakeOval stroke} bdef
87: /PO {MakeOval fill} bdef
88: /PD {currentlinewidth 2 div 0 360 arc fill
89:    PDlw -1 eq not {PDlw w /PDlw -1 def} if} def
90: /FA {newpath tMatrix currentmatrix pop translate scale
91:   0 0 1 5 -2 roll arc tMatrix setmatrix stroke} bdef
92: /PA {newpath tMatrix currentmatrix pop	translate 0 0 moveto scale
93:   0 0 1 5 -2 roll arc closepath tMatrix setmatrix fill} bdef
94: /FAn {newpath tMatrix currentmatrix pop translate scale
95:   0 0 1 5 -2 roll arcn tMatrix setmatrix stroke} bdef
96: /PAn {newpath tMatrix currentmatrix pop translate 0 0 moveto scale
97:   0 0 1 5 -2 roll arcn closepath tMatrix setmatrix fill} bdef
98: /vradius 0 def /hradius 0 def /lry 0 def
99: /lrx 0 def /uly 0 def /ulx 0 def /rad 0 def
100: /MRR {/vradius xdef /hradius xdef /lry xdef /lrx xdef /uly xdef
101:   /ulx xdef newpath tMatrix currentmatrix pop ulx hradius add uly
102:   vradius add translate hradius vradius scale 0 0 1 180 270 arc 
103:   tMatrix setmatrix lrx hradius sub uly vradius add translate
104:   hradius vradius scale 0 0 1 270 360 arc tMatrix setmatrix
105:   lrx hradius sub lry vradius sub translate hradius vradius scale
106:   0 0 1 0 90 arc tMatrix setmatrix ulx hradius add lry vradius sub
107:   translate hradius vradius scale 0 0 1 90 180 arc tMatrix setmatrix
108:   closepath} bdef
109: /FRR {MRR stroke } bdef
110: /PRR {MRR fill } bdef
111: /MlrRR {/lry xdef /lrx xdef /uly xdef /ulx xdef /rad lry uly sub 2 div def
112:   newpath tMatrix currentmatrix pop ulx rad add uly rad add translate
113:   rad rad scale 0 0 1 90 270 arc tMatrix setmatrix lrx rad sub lry rad
114:   sub translate rad rad scale 0 0 1 270 90 arc tMatrix setmatrix
115:   closepath} bdef
116: /FlrRR {MlrRR stroke } bdef
117: /PlrRR {MlrRR fill } bdef
118: /MtbRR {/lry xdef /lrx xdef /uly xdef /ulx xdef /rad lrx ulx sub 2 div def
119:   newpath tMatrix currentmatrix pop ulx rad add uly rad add translate
120:   rad rad scale 0 0 1 180 360 arc tMatrix setmatrix lrx rad sub lry rad
121:   sub translate rad rad scale 0 0 1 0 180 arc tMatrix setmatrix
122:   closepath} bdef
123: /FtbRR {MtbRR stroke } bdef
124: /PtbRR {MtbRR fill } bdef
125: /stri 6 array def /dtri 6 array def
126: /smat 6 array def /dmat 6 array def
127: /tmat1 6 array def /tmat2 6 array def /dif 3 array def
128: /asub {/ind2 exch def /ind1 exch def dup dup
129:   ind1 get exch ind2 get sub exch } bdef
130: /tri_to_matrix {
131:   2 0 asub 3 1 asub 4 0 asub 5 1 asub
132:   dup 0 get exch 1 get 7 -1 roll astore } bdef
133: /compute_transform {
134:   dmat dtri tri_to_matrix tmat1 invertmatrix 
135:   smat stri tri_to_matrix tmat2 concatmatrix } bdef
136: /ds {stri astore pop} bdef
137: /dt {dtri astore pop} bdef
138: /db {2 copy /cols xdef /rows xdef mul dup string
139:   currentfile exch readhexstring pop
140:   /bmap xdef pop pop} bdef
141: /it {gs np dtri aload pop moveto lineto lineto cp c
142:   cols rows 8 compute_transform 
143:   {bmap} image gr}bdef
144: /il {newpath moveto lineto stroke}bdef
145: currentdict end def
146: %%EndProlog
147: 
148: %%BeginSetup
149: MathWorks begin
150: 
151: 0 cap
152: 
153: end
154: %%EndSetup
155: 
156: %%Page: 1 1
157: %%BeginPageSetup
158: %%PageBoundingBox:    41   191   551   595
159: MathWorks begin
160: bpage
161: %%EndPageSetup
162: 
163: %%BeginObject: obj1
164: bplot
165: 
166: /dpi2point 12 def
167: portraitMode 0216 7344 csm
168: 
169:   278   195  6123  4850 MR c np
170: 85 dict begin %Colortable dictionary
171: /c0 { 0.000000 0.000000 0.000000 sr} bdef
172: /c1 { 1.000000 1.000000 1.000000 sr} bdef
173: /c2 { 0.900000 0.000000 0.000000 sr} bdef
174: /c3 { 0.000000 0.820000 0.000000 sr} bdef
175: /c4 { 0.000000 0.000000 0.800000 sr} bdef
176: /c5 { 0.910000 0.820000 0.320000 sr} bdef
177: /c6 { 1.000000 0.260000 0.820000 sr} bdef
178: /c7 { 0.000000 0.820000 0.820000 sr} bdef
179: c0
180: 1 j
181: 1 sg
182:    0    0 6917 5186 PR
183: 6 w
184: 0 4226 5360 0 0 -4226 899 4615 4 MP
185: PP
186: -5360 0 0 4226 5360 0 0 -4226 899 4615 5 MP stroke
187: 4 w
188: DO
189: SO
190: 6 w
191: 0 sg
192:  899 4615 mt 6259 4615 L
193:  899  389 mt 6259  389 L
194:  899 4615 mt  899  389 L
195: 6259 4615 mt 6259  389 L
196:  899 4615 mt 6259 4615 L
197:  899 4615 mt  899  389 L
198:  899 4615 mt  899 4561 L
199:  899  389 mt  899  442 L
200: %%IncludeResource: font Helvetica
201: /Helvetica /ISOLatin1Encoding 168 FMSR
202: 
203:  853 4805 mt 
204: (0) s
205: 1664 4615 mt 1664 4561 L
206: 1664  389 mt 1664  442 L
207: 1571 4805 mt 
208: (10) s
209: 2430 4615 mt 2430 4561 L
210: 2430  389 mt 2430  442 L
211: 2337 4805 mt 
212: (20) s
213: 3196 4615 mt 3196 4561 L
214: 3196  389 mt 3196  442 L
215: 3103 4805 mt 
216: (30) s
217: 3961 4615 mt 3961 4561 L
218: 3961  389 mt 3961  442 L
219: 3868 4805 mt 
220: (40) s
221: 4727 4615 mt 4727 4561 L
222: 4727  389 mt 4727  442 L
223: 4634 4805 mt 
224: (50) s
225: 5493 4615 mt 5493 4561 L
226: 5493  389 mt 5493  442 L
227: 5400 4805 mt 
228: (60) s
229: 6259 4615 mt 6259 4561 L
230: 6259  389 mt 6259  442 L
231: 6166 4805 mt 
232: (70) s
233:  899 4615 mt  925 4615 L
234: 6259 4615 mt 6232 4615 L
235:  899 4615 mt  952 4615 L
236: 6259 4615 mt 6205 4615 L
237:  551 4677 mt 
238: (10) s
239: %%IncludeResource: font Helvetica
240: /Helvetica /ISOLatin1Encoding 112 FMSR
241: 
242:  737 4573 mt 
243: (-8) s
244:  899 4402 mt  925 4402 L
245: 6259 4402 mt 6232 4402 L
246:  899 4278 mt  925 4278 L
247: 6259 4278 mt 6232 4278 L
248:  899 4190 mt  925 4190 L
249: 6259 4190 mt 6232 4190 L
250:  899 4122 mt  925 4122 L
251: 6259 4122 mt 6232 4122 L
252:  899 4066 mt  925 4066 L
253: 6259 4066 mt 6232 4066 L
254:  899 4019 mt  925 4019 L
255: 6259 4019 mt 6232 4019 L
256:  899 3978 mt  925 3978 L
257: 6259 3978 mt 6232 3978 L
258:  899 3942 mt  925 3942 L
259: 6259 3942 mt 6232 3942 L
260:  899 3910 mt  925 3910 L
261: 6259 3910 mt 6232 3910 L
262:  899 3910 mt  952 3910 L
263: 6259 3910 mt 6205 3910 L
264: %%IncludeResource: font Helvetica
265: /Helvetica /ISOLatin1Encoding 168 FMSR
266: 
267:  551 3972 mt 
268: (10) s
269: %%IncludeResource: font Helvetica
270: /Helvetica /ISOLatin1Encoding 112 FMSR
271: 
272:  737 3868 mt 
273: (-7) s
274:  899 3698 mt  925 3698 L
275: 6259 3698 mt 6232 3698 L
276:  899 3574 mt  925 3574 L
277: 6259 3574 mt 6232 3574 L
278:  899 3486 mt  925 3486 L
279: 6259 3486 mt 6232 3486 L
280:  899 3418 mt  925 3418 L
281: 6259 3418 mt 6232 3418 L
282:  899 3362 mt  925 3362 L
283: 6259 3362 mt 6232 3362 L
284:  899 3315 mt  925 3315 L
285: 6259 3315 mt 6232 3315 L
286:  899 3274 mt  925 3274 L
287: 6259 3274 mt 6232 3274 L
288:  899 3238 mt  925 3238 L
289: 6259 3238 mt 6232 3238 L
290:  899 3206 mt  925 3206 L
291: 6259 3206 mt 6232 3206 L
292:  899 3206 mt  952 3206 L
293: 6259 3206 mt 6205 3206 L
294: %%IncludeResource: font Helvetica
295: /Helvetica /ISOLatin1Encoding 168 FMSR
296: 
297:  551 3268 mt 
298: (10) s
299: %%IncludeResource: font Helvetica
300: /Helvetica /ISOLatin1Encoding 112 FMSR
301: 
302:  737 3164 mt 
303: (-6) s
304:  899 2994 mt  925 2994 L
305: 6259 2994 mt 6232 2994 L
306:  899 2870 mt  925 2870 L
307: 6259 2870 mt 6232 2870 L
308:  899 2782 mt  925 2782 L
309: 6259 2782 mt 6232 2782 L
310:  899 2714 mt  925 2714 L
311: 6259 2714 mt 6232 2714 L
312:  899 2658 mt  925 2658 L
313: 6259 2658 mt 6232 2658 L
314:  899 2611 mt  925 2611 L
315: 6259 2611 mt 6232 2611 L
316:  899 2570 mt  925 2570 L
317: 6259 2570 mt 6232 2570 L
318:  899 2534 mt  925 2534 L
319: 6259 2534 mt 6232 2534 L
320:  899 2502 mt  925 2502 L
321: 6259 2502 mt 6232 2502 L
322:  899 2502 mt  952 2502 L
323: 6259 2502 mt 6205 2502 L
324: %%IncludeResource: font Helvetica
325: /Helvetica /ISOLatin1Encoding 168 FMSR
326: 
327:  551 2564 mt 
328: (10) s
329: %%IncludeResource: font Helvetica
330: /Helvetica /ISOLatin1Encoding 112 FMSR
331: 
332:  737 2460 mt 
333: (-5) s
334:  899 2289 mt  925 2289 L
335: 6259 2289 mt 6232 2289 L
336:  899 2165 mt  925 2165 L
337: 6259 2165 mt 6232 2165 L
338:  899 2077 mt  925 2077 L
339: 6259 2077 mt 6232 2077 L
340:  899 2009 mt  925 2009 L
341: 6259 2009 mt 6232 2009 L
342:  899 1953 mt  925 1953 L
343: 6259 1953 mt 6232 1953 L
344:  899 1906 mt  925 1906 L
345: 6259 1906 mt 6232 1906 L
346:  899 1865 mt  925 1865 L
347: 6259 1865 mt 6232 1865 L
348:  899 1829 mt  925 1829 L
349: 6259 1829 mt 6232 1829 L
350:  899 1797 mt  925 1797 L
351: 6259 1797 mt 6232 1797 L
352:  899 1797 mt  952 1797 L
353: 6259 1797 mt 6205 1797 L
354: %%IncludeResource: font Helvetica
355: /Helvetica /ISOLatin1Encoding 168 FMSR
356: 
357:  551 1859 mt 
358: (10) s
359: %%IncludeResource: font Helvetica
360: /Helvetica /ISOLatin1Encoding 112 FMSR
361: 
362:  737 1755 mt 
363: (-4) s
364:  899 1585 mt  925 1585 L
365: 6259 1585 mt 6232 1585 L
366:  899 1461 mt  925 1461 L
367: 6259 1461 mt 6232 1461 L
368:  899 1373 mt  925 1373 L
369: 6259 1373 mt 6232 1373 L
370:  899 1305 mt  925 1305 L
371: 6259 1305 mt 6232 1305 L
372:  899 1249 mt  925 1249 L
373: 6259 1249 mt 6232 1249 L
374:  899 1202 mt  925 1202 L
375: 6259 1202 mt 6232 1202 L
376:  899 1161 mt  925 1161 L
377: 6259 1161 mt 6232 1161 L
378:  899 1125 mt  925 1125 L
379: 6259 1125 mt 6232 1125 L
380:  899 1093 mt  925 1093 L
381: 6259 1093 mt 6232 1093 L
382:  899 1093 mt  952 1093 L
383: 6259 1093 mt 6205 1093 L
384: %%IncludeResource: font Helvetica
385: /Helvetica /ISOLatin1Encoding 168 FMSR
386: 
387:  551 1155 mt 
388: (10) s
389: %%IncludeResource: font Helvetica
390: /Helvetica /ISOLatin1Encoding 112 FMSR
391: 
392:  737 1051 mt 
393: (-3) s
394:  899  881 mt  925  881 L
395: 6259  881 mt 6232  881 L
396:  899  757 mt  925  757 L
397: 6259  757 mt 6232  757 L
398:  899  669 mt  925  669 L
399: 6259  669 mt 6232  669 L
400:  899  601 mt  925  601 L
401: 6259  601 mt 6232  601 L
402:  899  545 mt  925  545 L
403: 6259  545 mt 6232  545 L
404:  899  498 mt  925  498 L
405: 6259  498 mt 6232  498 L
406:  899  457 mt  925  457 L
407: 6259  457 mt 6232  457 L
408:  899  421 mt  925  421 L
409: 6259  421 mt 6232  421 L
410:  899  389 mt  925  389 L
411: 6259  389 mt 6232  389 L
412:  899  389 mt  952  389 L
413: 6259  389 mt 6205  389 L
414: %%IncludeResource: font Helvetica
415: /Helvetica /ISOLatin1Encoding 168 FMSR
416: 
417:  551  451 mt 
418: (10) s
419: %%IncludeResource: font Helvetica
420: /Helvetica /ISOLatin1Encoding 112 FMSR
421: 
422:  737  347 mt 
423: (-2) s
424:  899 4615 mt 6259 4615 L
425:  899  389 mt 6259  389 L
426:  899 4615 mt  899  389 L
427: 6259 4615 mt 6259  389 L
428: gs 899 389 5361 4227 MR c np
429: 306 -20 306 -20 307 -22 306 -24 306 -26 307 -29 306 -31 306 -35 
430: 306 -39 307 -46 306 -53 306 -65 307 -81 306 -113 306 -180 306 -492 
431: 899 1797 17 MP stroke
432: gr
433: 
434: gs 802 424 5095 1471 MR c np
435:  851 1797 mt  947 1797 L
436:  899 1749 mt  899 1845 L
437: 1157 1305 mt 1253 1305 L
438: 1205 1257 mt 1205 1353 L
439: 1463 1125 mt 1559 1125 L
440: 1511 1077 mt 1511 1173 L
441: 1769 1012 mt 1865 1012 L
442: 1817  964 mt 1817 1060 L
443: 2076  931 mt 2172  931 L
444: 2124  883 mt 2124  979 L
445: 2382  866 mt 2478  866 L
446: 2430  818 mt 2430  914 L
447: 2688  813 mt 2784  813 L
448: 2736  765 mt 2736  861 L
449: 2995  767 mt 3091  767 L
450: 3043  719 mt 3043  815 L
451: 3301  728 mt 3397  728 L
452: 3349  680 mt 3349  776 L
453: 3607  693 mt 3703  693 L
454: 3655  645 mt 3655  741 L
455: 3913  662 mt 4009  662 L
456: 3961  614 mt 3961  710 L
457: 4220  633 mt 4316  633 L
458: 4268  585 mt 4268  681 L
459: 4526  607 mt 4622  607 L
460: 4574  559 mt 4574  655 L
461: 4832  583 mt 4928  583 L
462: 4880  535 mt 4880  631 L
463: 5139  561 mt 5235  561 L
464: 5187  513 mt 5187  609 L
465: 5445  541 mt 5541  541 L
466: 5493  493 mt 5493  589 L
467: 5751  521 mt 5847  521 L
468: 5799  473 mt 5799  569 L
469: gr
470: 
471: gs 899 389 5361 4227 MR c np
472: 306 -20 306 -20 307 -23 306 -24 306 -26 307 -28 306 -32 306 -35 
473: 306 -39 307 -46 306 -53 306 -65 307 -82 306 -112 306 -180 306 -496 
474: 899 2502 17 MP stroke
475: gr
476: 
477: gs 802 1124 5095 1476 MR c np
478:   48   48  899 2502 FO
479:   48   48 1205 2006 FO
480:   48   48 1511 1826 FO
481:   48   48 1817 1714 FO
482:   48   48 2124 1632 FO
483:   48   48 2430 1567 FO
484:   48   48 2736 1514 FO
485:   48   48 3043 1468 FO
486:   48   48 3349 1429 FO
487:   48   48 3655 1394 FO
488:   48   48 3961 1362 FO
489:   48   48 4268 1334 FO
490:   48   48 4574 1308 FO
491:   48   48 4880 1284 FO
492:   48   48 5187 1261 FO
493:   48   48 5493 1241 FO
494:   48   48 5799 1221 FO
495: gr
496: 
497: gs 899 389 5361 4227 MR c np
498: 306 -20 306 -21 307 -22 306 -24 306 -26 307 -29 306 -31 306 -35 
499: 306 -40 307 -46 306 -53 306 -65 307 -83 306 -113 306 -183 306 -520 
500: 899 3206 17 MP stroke
501: gr
502: 
503: gs 802 1798 5095 1506 MR c np
504: 0 j
505: 55 95 -110 0 55 -95 899 3269 4 MP
506: DP
507: 55 95 -110 0 55 -95 1205 2749 4 MP
508: DP
509: 55 95 -110 0 55 -95 1511 2566 4 MP
510: DP
511: 55 95 -110 0 55 -95 1817 2453 4 MP
512: DP
513: 55 95 -110 0 55 -95 2124 2370 4 MP
514: DP
515: 55 95 -110 0 55 -95 2430 2305 4 MP
516: DP
517: 55 95 -110 0 55 -95 2736 2252 4 MP
518: DP
519: 55 95 -110 0 55 -95 3043 2206 4 MP
520: DP
521: 55 95 -110 0 55 -95 3349 2166 4 MP
522: DP
523: 55 95 -110 0 55 -95 3655 2131 4 MP
524: DP
525: 55 95 -110 0 55 -95 3961 2100 4 MP
526: DP
527: 55 95 -110 0 55 -95 4268 2071 4 MP
528: DP
529: 55 95 -110 0 55 -95 4574 2045 4 MP
530: DP
531: 55 95 -110 0 55 -95 4880 2021 4 MP
532: DP
533: 55 95 -110 0 55 -95 5187 1999 4 MP
534: DP
535: 55 95 -110 0 55 -95 5493 1978 4 MP
536: DP
537: 55 95 -110 0 55 -95 5799 1958 4 MP
538: DP
539: gr
540: 
541: gs 899 389 5361 4227 MR c np
542: 306 -20 306 -21 307 -22 306 -24 306 -27 307 -29 306 -31 306 -36 
543: 306 -40 307 -47 306 -54 306 -67 307 -85 306 -118 306 -196 306 -695 
544: 899 3910 17 MP stroke
545: gr
546: 
547: gs 802 2301 5095 1707 MR c np
548: 0 j
549: -55 95 -55 -95 110 0 844 3942 4 MP
550: DP
551: -55 95 -55 -95 110 0 1150 3247 4 MP
552: DP
553: -55 95 -55 -95 110 0 1456 3051 4 MP
554: DP
555: -55 95 -55 -95 110 0 1762 2933 4 MP
556: DP
557: -55 95 -55 -95 110 0 2069 2848 4 MP
558: DP
559: -55 95 -55 -95 110 0 2375 2781 4 MP
560: DP
561: -55 95 -55 -95 110 0 2681 2727 4 MP
562: DP
563: -55 95 -55 -95 110 0 2988 2680 4 MP
564: DP
565: -55 95 -55 -95 110 0 3294 2640 4 MP
566: DP
567: -55 95 -55 -95 110 0 3600 2604 4 MP
568: DP
569: -55 95 -55 -95 110 0 3906 2573 4 MP
570: DP
571: -55 95 -55 -95 110 0 4213 2544 4 MP
572: DP
573: -55 95 -55 -95 110 0 4519 2517 4 MP
574: DP
575: -55 95 -55 -95 110 0 4825 2493 4 MP
576: DP
577: -55 95 -55 -95 110 0 5132 2471 4 MP
578: DP
579: -55 95 -55 -95 110 0 5438 2450 4 MP
580: DP
581: -55 95 -55 -95 110 0 5744 2430 4 MP
582: DP
583: gr
584: 
585: gs 899 389 5361 4227 MR c np
586: 306 -20 306 -21 307 -23 306 -24 306 -27 307 -29 306 -32 306 -36 
587: 306 -41 307 -47 306 -55 306 -68 307 -88 306 -123 306 -209 306 -1208 
588: 899 4614 17 MP stroke
589: gr
590: 
591: gs 802 2466 5095 2246 MR c np
592: 0 j
593: 0 -76 -76 0 0 76 76 0 861 4576 5 MP
594: DP
595: 0 -76 -76 0 0 76 76 0 1167 3368 5 MP
596: DP
597: 0 -76 -76 0 0 76 76 0 1473 3159 5 MP
598: DP
599: 0 -76 -76 0 0 76 76 0 1779 3036 5 MP
600: DP
601: 0 -76 -76 0 0 76 76 0 2086 2948 5 MP
602: DP
603: 0 -76 -76 0 0 76 76 0 2392 2880 5 MP
604: DP
605: 0 -76 -76 0 0 76 76 0 2698 2825 5 MP
606: DP
607: 0 -76 -76 0 0 76 76 0 3005 2778 5 MP
608: DP
609: 0 -76 -76 0 0 76 76 0 3311 2737 5 MP
610: DP
611: 0 -76 -76 0 0 76 76 0 3617 2701 5 MP
612: DP
613: 0 -76 -76 0 0 76 76 0 3923 2669 5 MP
614: DP
615: 0 -76 -76 0 0 76 76 0 4230 2640 5 MP
616: DP
617: 0 -76 -76 0 0 76 76 0 4536 2613 5 MP
618: DP
619: 0 -76 -76 0 0 76 76 0 4842 2589 5 MP
620: DP
621: 0 -76 -76 0 0 76 76 0 5149 2566 5 MP
622: DP
623: 0 -76 -76 0 0 76 76 0 5455 2545 5 MP
624: DP
625: 0 -76 -76 0 0 76 76 0 5761 2525 5 MP
626: DP
627: gr
628: 
629: gs 899 389 5361 4227 MR c np
630: DA
631: 306 0 306 0 307 0 306 0 306 0 307 0 306 0 306 0 
632: 306 0 307 0 306 0 306 0 307 0 306 0 306 0 306 0 
633: 899 1885 17 MP stroke
634: gr
635: 
636: DA
637: %%IncludeResource: font Helvetica
638: /Helvetica /ISOLatin1Encoding 168 FMSR
639: 
640: 2492 4983 mt 
641: (distance in teleportation hops) s
642:  459 4045 mt  -90 rotate
643: (EPR qubit error at logical qubit \(1-fidelity\)) s
644: 90 rotate
645: SO
646: 1 sg
647: 0 1498 1665 0 0 -1498 4479 4528 4 MP
648: PP
649: -1665 0 0 1498 1665 0 0 -1498 4479 4528 5 MP stroke
650: 4 w
651: DO
652: SO
653: 6 w
654: 0 sg
655: 4479 4528 mt 6144 4528 L
656: 4479 3030 mt 6144 3030 L
657: 4479 4528 mt 4479 3030 L
658: 6144 4528 mt 6144 3030 L
659: 4479 4528 mt 6144 4528 L
660: 4479 4528 mt 4479 3030 L
661: 4479 4528 mt 6144 4528 L
662: 4479 3030 mt 6144 3030 L
663: 4479 4528 mt 4479 3030 L
664: 6144 4528 mt 6144 3030 L
665: 4960 3249 mt 
666: (10) s
667: %%IncludeResource: font Helvetica
668: /Helvetica /ISOLatin1Encoding 132 FMSR
669: 
670: 5146 3165 mt 
671: (-4) s
672: %%IncludeResource: font Helvetica
673: /Helvetica /ISOLatin1Encoding 168 FMSR
674: 
675: 5296 3249 mt 
676: ( initial error) s
677: gs 4479 3030 1666 1499 MR c np
678: 370 0 4552 3171 2 MP stroke
679: gs 4640 3074 195 195 MR c np
680: 4689 3171 mt 4785 3171 L
681: 4737 3123 mt 4737 3219 L
682: gr
683: 
684: gr
685: 
686: 4960 3500 mt 
687: (10) s
688: %%IncludeResource: font Helvetica
689: /Helvetica /ISOLatin1Encoding 132 FMSR
690: 
691: 5146 3416 mt 
692: (-5) s
693: %%IncludeResource: font Helvetica
694: /Helvetica /ISOLatin1Encoding 168 FMSR
695: 
696: 5296 3500 mt 
697: ( initial error) s
698: gs 4479 3030 1666 1499 MR c np
699: 370 0 4552 3422 2 MP stroke
700: gs 4640 3325 195 195 MR c np
701:   48   48 4737 3422 FO
702: gr
703: 
704: gr
705: 
706: 4960 3751 mt 
707: (10) s
708: %%IncludeResource: font Helvetica
709: /Helvetica /ISOLatin1Encoding 132 FMSR
710: 
711: 5146 3667 mt 
712: (-6) s
713: %%IncludeResource: font Helvetica
714: /Helvetica /ISOLatin1Encoding 168 FMSR
715: 
716: 5296 3751 mt 
717: ( initial error) s
718: gs 4479 3030 1666 1499 MR c np
719: 370 0 4552 3673 2 MP stroke
720: gs 4640 3576 195 195 MR c np
721: 0 j
722: 55 95 -110 0 55 -95 4737 3736 4 MP
723: DP
724: gr
725: 
726: gr
727: 
728: 4960 4002 mt 
729: (10) s
730: %%IncludeResource: font Helvetica
731: /Helvetica /ISOLatin1Encoding 132 FMSR
732: 
733: 5146 3918 mt 
734: (-7) s
735: %%IncludeResource: font Helvetica
736: /Helvetica /ISOLatin1Encoding 168 FMSR
737: 
738: 5296 4002 mt 
739: ( initial error) s
740: gs 4479 3030 1666 1499 MR c np
741: 370 0 4552 3924 2 MP stroke
742: gs 4640 3827 195 195 MR c np
743: 0 j
744: -55 95 -55 -95 110 0 4682 3956 4 MP
745: DP
746: gr
747: 
748: gr
749: 
750: 4960 4253 mt 
751: (10) s
752: %%IncludeResource: font Helvetica
753: /Helvetica /ISOLatin1Encoding 132 FMSR
754: 
755: 5146 4169 mt 
756: (-8) s
757: %%IncludeResource: font Helvetica
758: /Helvetica /ISOLatin1Encoding 168 FMSR
759: 
760: 5296 4253 mt 
761: ( initial error) s
762: gs 4479 3030 1666 1499 MR c np
763: 370 0 4552 4175 2 MP stroke
764: gs 4640 4078 195 195 MR c np
765: 0 j
766: 0 -76 -76 0 0 76 76 0 4699 4137 5 MP
767: DP
768: gr
769: 
770: gr
771: 
772: 4960 4467 mt 
773: (threshold error) s
774: gs 4479 3030 1666 1499 MR c np
775: DA
776: 370 0 4552 4406 2 MP stroke
777: SO
778: gr
779: 
780: 
781: end %%Color Dict
782: 
783: eplot
784: %%EndObject
785: 
786: epage
787: end
788: 
789: showpage
790: 
791: %%Trailer
792: %%EOF
793: