quest_bind 0.3.7

Wrapper around the Quantum Exact Simulation Toolkit (QuEST)
Documentation
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
<!-- HTML header for doxygen 1.8.8-->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
    <head>
        <meta http-equiv="X-UA-Compatible" content="IE=edge">
        <!-- For Mobile Devices -->
        <meta name="viewport" content="width=device-width, initial-scale=1">
        <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
        <meta name="generator" content="Doxygen 1.8.17"/>
        <script type="text/javascript" src="https://code.jquery.com/jquery-2.1.1.min.js"></script>
        <title>QuEST: Globals</title>
        <!--<link href="tabs.css" rel="stylesheet" type="text/css"/>-->
        <script type="text/javascript" src="dynsections.js"></script>
        <link href="doxygen.css" rel="stylesheet" type="text/css" />
        <link href="style.css" rel="stylesheet" type="text/css"/>
        <link href='https://fonts.googleapis.com/css?family=Roboto+Slab' rel='stylesheet' type='text/css'>
        <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css">
        <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script>
        <link href="jquery.smartmenus.bootstrap.css" rel="stylesheet">
        <script type="text/javascript" src="jquery.smartmenus.js"></script>
        <!-- SmartMenus jQuery Bootstrap Addon -->
        <script type="text/javascript" src="jquery.smartmenus.bootstrap.js"></script>
        <!-- SmartMenus jQuery plugin -->
    </head>
    <body>
        <nav class="navbar navbar-default" role="navigation">
            <div class="container">
                <div class="navbar-header">
                    <a class="navbar-brand"><img alt="Logo" src="logo.png"/></a>
                    <a class="navbar-brand"><b>QuEST</b> v3.4.0<br>The Quantum Exact Simulation Toolkit</a>
                </div>
            </div>
        </nav>
        <div id="top"><!-- do not remove this div, it is closed by doxygen! -->
            <div class="content" id="content">
                <div class="container">
                    <div class="row">
                        <div class="col-sm-12 panel " style="padding-bottom: 15px;">
                            <div style="margin-bottom: 15px;">
<!-- end header part -->
<!-- Generated by Doxygen 1.8.17 -->
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(function() {
  initMenu('',false,false,'search.php','Search');
});
/* @license-end */</script>
<div id="main-nav"></div>
</div><!-- top -->
<div class="contents">
&#160;

<h3><a id="index_s"></a>- s -</h3><ul>
<li>seedQuEST()
: <a class="el" href="group__debug.html#ga555451c697ea4a9d27389155f68fdabc">QuEST_cpu_distributed.c</a>
, <a class="el" href="group__debug.html#ga555451c697ea4a9d27389155f68fdabc">QuEST_cpu_local.c</a>
, <a class="el" href="group__debug.html#ga555451c697ea4a9d27389155f68fdabc">QuEST.h</a>
, <a class="el" href="group__debug.html#ga555451c697ea4a9d27389155f68fdabc">QuEST_gpu.cu</a>
</li>
<li>seedQuESTDefault()
: <a class="el" href="group__debug.html#gae53fad7ebafccf236ad62b41e3244214">QuEST.c</a>
, <a class="el" href="group__debug.html#gae53fad7ebafccf236ad62b41e3244214">QuEST.h</a>
</li>
<li>sequences()
: <a class="el" href="group__testutilities.html#ga181366c4cdc7786bcc066e8ac8342c1d">utilities.hpp</a>
, <a class="el" href="group__testutilities.html#ga181366c4cdc7786bcc066e8ac8342c1d">utilities.cpp</a>
</li>
<li>setAmps()
: <a class="el" href="group__init.html#gabc0c64f8adf307d2a44184dc0f8ca66e">QuEST.c</a>
, <a class="el" href="group__init.html#gabc0c64f8adf307d2a44184dc0f8ca66e">QuEST.h</a>
</li>
<li>setBit()
: <a class="el" href="utilities_8cpp.html#a41a18c4f86d6ca496118dccf0978bc5b">utilities.cpp</a>
</li>
<li>setConjugateMatrixN()
: <a class="el" href="QuEST__common_8c.html#a9fd917537204e074119d4f283dea78e3">QuEST_common.c</a>
, <a class="el" href="QuEST__internal_8h.html#a9fd917537204e074119d4f283dea78e3">QuEST_internal.h</a>
</li>
<li>setDensityAmps()
: <a class="el" href="QuEST_8c.html#ae85a2c07d2f1ff2265c4bf22e17653eb">QuEST.c</a>
, <a class="el" href="QuEST__debug_8h.html#ae85a2c07d2f1ff2265c4bf22e17653eb">QuEST_debug.h</a>
</li>
<li>setDiagMatrixOverrides()
: <a class="el" href="group__testutilities.html#gaf57b4b82c98e98918f74476741f60e37">utilities.cpp</a>
, <a class="el" href="group__testutilities.html#gaf57b4b82c98e98918f74476741f60e37">utilities.hpp</a>
</li>
<li>setDiagonalOpElems()
: <a class="el" href="group__type.html#gafabb15a6c1cf49f8ecb67e1f35c77c1e">QuEST.c</a>
, <a class="el" href="group__type.html#gafabb15a6c1cf49f8ecb67e1f35c77c1e">QuEST.h</a>
</li>
<li>setRandomDiagPauliHamil()
: <a class="el" href="group__testutilities.html#ga887d1cd8befe710189cab7f535db3910">utilities.cpp</a>
, <a class="el" href="group__testutilities.html#ga887d1cd8befe710189cab7f535db3910">utilities.hpp</a>
</li>
<li>setRandomPauliSum()
: <a class="el" href="group__testutilities.html#ga11c465ce1a5c238946a9e09d61c94c58">utilities.cpp</a>
, <a class="el" href="group__testutilities.html#ga11c465ce1a5c238946a9e09d61c94c58">utilities.hpp</a>
</li>
<li>setSubMatrix()
: <a class="el" href="group__testutilities.html#ga75966a02c618790c1de5f0102ab8398f">utilities.cpp</a>
, <a class="el" href="group__testutilities.html#ga75966a02c618790c1de5f0102ab8398f">utilities.hpp</a>
</li>
<li>setUniqueFilename()
: <a class="el" href="group__testutilities.html#ga7c35b1d233b0fb5b42de3bceee26e7e5">utilities.cpp</a>
, <a class="el" href="group__testutilities.html#ga7c35b1d233b0fb5b42de3bceee26e7e5">utilities.hpp</a>
</li>
<li>setWeightedQureg()
: <a class="el" href="group__init.html#ga5d0f3f71ea38d3c44597f8c2c2f014d4">QuEST.c</a>
, <a class="el" href="group__init.html#ga5d0f3f71ea38d3c44597f8c2c2f014d4">QuEST.h</a>
</li>
<li>sGate()
: <a class="el" href="group__unitary.html#ga655ffcd4def2e127341c9488f5ca8455">QuEST.c</a>
, <a class="el" href="group__unitary.html#ga655ffcd4def2e127341c9488f5ca8455">QuEST.h</a>
</li>
<li>shiftIndices()
: <a class="el" href="QuEST__common_8c.html#acf1c651a4359a370a2d9b3e1e1ebd430">QuEST_common.c</a>
, <a class="el" href="QuEST__internal_8h.html#acf1c651a4359a370a2d9b3e1e1ebd430">QuEST_internal.h</a>
</li>
<li>shiftSubregIndices()
: <a class="el" href="QuEST__common_8c.html#aecc3c36b275c53b321de1611c2f06f78">QuEST_common.c</a>
, <a class="el" href="QuEST__internal_8h.html#aecc3c36b275c53b321de1611c2f06f78">QuEST_internal.h</a>
</li>
<li>sqrtSwapGate()
: <a class="el" href="group__unitary.html#ga75d5e65f87c68403602a669b9c6d52b0">QuEST.c</a>
, <a class="el" href="group__unitary.html#ga75d5e65f87c68403602a669b9c6d52b0">QuEST.h</a>
</li>
<li>startRecordingQASM()
: <a class="el" href="group__qasm.html#ga65bf1906298ca6355e2942f4923d77b6">QuEST.c</a>
, <a class="el" href="group__qasm.html#ga65bf1906298ca6355e2942f4923d77b6">QuEST.h</a>
</li>
<li>statevec_applyDiagonalOp()
: <a class="el" href="QuEST__internal_8h.html#a27294e3065ebe42a65b3b9e0f85551dd">QuEST_internal.h</a>
, <a class="el" href="QuEST__cpu_8c.html#a27294e3065ebe42a65b3b9e0f85551dd">QuEST_cpu.c</a>
, <a class="el" href="QuEST__gpu_8cu.html#a27294e3065ebe42a65b3b9e0f85551dd">QuEST_gpu.cu</a>
</li>
<li>statevec_applyDiagonalOpKernel()
: <a class="el" href="QuEST__gpu_8cu.html#a0ac752f618123ed417cf0e6358c07fde">QuEST_gpu.cu</a>
</li>
<li>statevec_applyMultiVarPhaseFuncOverrides()
: <a class="el" href="QuEST__internal_8h.html#ab33437d10c1ce1c4b034c7c411db553f">QuEST_internal.h</a>
, <a class="el" href="QuEST__cpu_8c.html#ab33437d10c1ce1c4b034c7c411db553f">QuEST_cpu.c</a>
, <a class="el" href="QuEST__gpu_8cu.html#ab33437d10c1ce1c4b034c7c411db553f">QuEST_gpu.cu</a>
</li>
<li>statevec_applyMultiVarPhaseFuncOverridesKernel()
: <a class="el" href="QuEST__gpu_8cu.html#a5224b64ff81ca7b205c26f01bb704241">QuEST_gpu.cu</a>
</li>
<li>statevec_applyParamNamedPhaseFuncOverrides()
: <a class="el" href="QuEST__internal_8h.html#a7d8a817207847d2646a52044a63fd469">QuEST_internal.h</a>
, <a class="el" href="QuEST__cpu_8c.html#ad5b7e25e42427dfa7f19fd950264bb16">QuEST_cpu.c</a>
, <a class="el" href="QuEST__gpu_8cu.html#ad5b7e25e42427dfa7f19fd950264bb16">QuEST_gpu.cu</a>
</li>
<li>statevec_applyParamNamedPhaseFuncOverridesKernel()
: <a class="el" href="QuEST__gpu_8cu.html#a0ab7d9b8126b7074f21ba3e2316dd246">QuEST_gpu.cu</a>
</li>
<li>statevec_applyPauliProd()
: <a class="el" href="QuEST__common_8c.html#accae504dfcd6846159baa16a1e8263a0">QuEST_common.c</a>
</li>
<li>statevec_applyPauliSum()
: <a class="el" href="QuEST__common_8c.html#af71c2470694795a8d639be8ff9c34ed5">QuEST_common.c</a>
, <a class="el" href="QuEST__internal_8h.html#af71c2470694795a8d639be8ff9c34ed5">QuEST_internal.h</a>
</li>
<li>statevec_applyPhaseFuncOverrides()
: <a class="el" href="QuEST__internal_8h.html#a9d7928473aca695a614e9c24d903e578">QuEST_internal.h</a>
, <a class="el" href="QuEST__cpu_8c.html#a9d7928473aca695a614e9c24d903e578">QuEST_cpu.c</a>
, <a class="el" href="QuEST__gpu_8cu.html#a9d7928473aca695a614e9c24d903e578">QuEST_gpu.cu</a>
</li>
<li>statevec_applyPhaseFuncOverridesKernel()
: <a class="el" href="QuEST__gpu_8cu.html#af6f0087743a115ed303cd4733b9f9494">QuEST_gpu.cu</a>
</li>
<li>statevec_calcExpecDiagonalOp()
: <a class="el" href="QuEST__gpu_8cu.html#a0fb948ddab4ca210e523aa3c52639df4">QuEST_gpu.cu</a>
, <a class="el" href="QuEST__internal_8h.html#a0fb948ddab4ca210e523aa3c52639df4">QuEST_internal.h</a>
, <a class="el" href="QuEST__cpu__distributed_8c.html#a0fb948ddab4ca210e523aa3c52639df4">QuEST_cpu_distributed.c</a>
, <a class="el" href="QuEST__cpu__local_8c.html#a0fb948ddab4ca210e523aa3c52639df4">QuEST_cpu_local.c</a>
</li>
<li>statevec_calcExpecDiagonalOpKernel()
: <a class="el" href="QuEST__gpu_8cu.html#a34c5af075a18c7d6513a3d41284f1ab3">QuEST_gpu.cu</a>
</li>
<li>statevec_calcExpecDiagonalOpLocal()
: <a class="el" href="QuEST__cpu_8c.html#a16ccb485bcffb328bbd5b2af6977cead">QuEST_cpu.c</a>
, <a class="el" href="QuEST__cpu__internal_8h.html#a16ccb485bcffb328bbd5b2af6977cead">QuEST_cpu_internal.h</a>
</li>
<li>statevec_calcExpecPauliProd()
: <a class="el" href="QuEST__common_8c.html#aef380928d1b0003411d6159ca6594cd5">QuEST_common.c</a>
, <a class="el" href="QuEST__internal_8h.html#aef380928d1b0003411d6159ca6594cd5">QuEST_internal.h</a>
</li>
<li>statevec_calcExpecPauliSum()
: <a class="el" href="QuEST__common_8c.html#ae0cfea24091c8336146aa84c2253992e">QuEST_common.c</a>
, <a class="el" href="QuEST__internal_8h.html#ae0cfea24091c8336146aa84c2253992e">QuEST_internal.h</a>
</li>
<li>statevec_calcFidelity()
: <a class="el" href="QuEST__common_8c.html#aeeec9fe1501e25930adf6c38763a158e">QuEST_common.c</a>
, <a class="el" href="QuEST__internal_8h.html#aeeec9fe1501e25930adf6c38763a158e">QuEST_internal.h</a>
</li>
<li>statevec_calcInnerProduct()
: <a class="el" href="QuEST__internal_8h.html#a7ebd3198a198f4cd20840f64fd8b84d0">QuEST_internal.h</a>
, <a class="el" href="QuEST__cpu__distributed_8c.html#a7ebd3198a198f4cd20840f64fd8b84d0">QuEST_cpu_distributed.c</a>
, <a class="el" href="QuEST__cpu__local_8c.html#a7ebd3198a198f4cd20840f64fd8b84d0">QuEST_cpu_local.c</a>
, <a class="el" href="QuEST__gpu_8cu.html#a7ebd3198a198f4cd20840f64fd8b84d0">QuEST_gpu.cu</a>
</li>
<li>statevec_calcInnerProductKernel()
: <a class="el" href="QuEST__gpu_8cu.html#a4f3c49fa4904bb120bbb6ae2e6395dfd">QuEST_gpu.cu</a>
</li>
<li>statevec_calcInnerProductLocal()
: <a class="el" href="QuEST__cpu_8c.html#a6fbb3b693f25dde1e9e3dc87dc1984f7">QuEST_cpu.c</a>
, <a class="el" href="QuEST__cpu__internal_8h.html#a6fbb3b693f25dde1e9e3dc87dc1984f7">QuEST_cpu_internal.h</a>
</li>
<li>statevec_calcProbOfAllOutcomes()
: <a class="el" href="QuEST__internal_8h.html#a78cf98ea535790bc46069b60bae342c7">QuEST_internal.h</a>
, <a class="el" href="QuEST__cpu__distributed_8c.html#a78cf98ea535790bc46069b60bae342c7">QuEST_cpu_distributed.c</a>
, <a class="el" href="QuEST__cpu__local_8c.html#a78cf98ea535790bc46069b60bae342c7">QuEST_cpu_local.c</a>
, <a class="el" href="QuEST__gpu_8cu.html#afd14cca643241a991ac172a826311eca">QuEST_gpu.cu</a>
</li>
<li>statevec_calcProbOfAllOutcomesKernel()
: <a class="el" href="QuEST__gpu_8cu.html#ab2ffd422f8c4e334277263bb4efe2a61">QuEST_gpu.cu</a>
</li>
<li>statevec_calcProbOfAllOutcomesLocal()
: <a class="el" href="QuEST__cpu_8c.html#afb1e220c272754d0773aeccdb613b6b3">QuEST_cpu.c</a>
, <a class="el" href="QuEST__cpu__internal_8h.html#aff4deaf21eb4ae6ae4de30779aae3b53">QuEST_cpu_internal.h</a>
</li>
<li>statevec_calcProbOfOutcome()
: <a class="el" href="QuEST__internal_8h.html#a63cb88a5f4eb12fef087435b8db3f8eb">QuEST_internal.h</a>
, <a class="el" href="QuEST__cpu__distributed_8c.html#a63cb88a5f4eb12fef087435b8db3f8eb">QuEST_cpu_distributed.c</a>
, <a class="el" href="QuEST__cpu__local_8c.html#a63cb88a5f4eb12fef087435b8db3f8eb">QuEST_cpu_local.c</a>
, <a class="el" href="QuEST__gpu_8cu.html#a63cb88a5f4eb12fef087435b8db3f8eb">QuEST_gpu.cu</a>
</li>
<li>statevec_calcTotalProb()
: <a class="el" href="QuEST__internal_8h.html#ad65ad1b5ea6f30b0c6b4ffda96e1a8e6">QuEST_internal.h</a>
, <a class="el" href="QuEST__cpu__distributed_8c.html#ad65ad1b5ea6f30b0c6b4ffda96e1a8e6">QuEST_cpu_distributed.c</a>
, <a class="el" href="QuEST__cpu__local_8c.html#ad65ad1b5ea6f30b0c6b4ffda96e1a8e6">QuEST_cpu_local.c</a>
, <a class="el" href="QuEST__gpu_8cu.html#ad65ad1b5ea6f30b0c6b4ffda96e1a8e6">QuEST_gpu.cu</a>
</li>
<li>statevec_cloneQureg()
: <a class="el" href="QuEST__internal_8h.html#aa4b77089145184d990848cd66993aa8b">QuEST_internal.h</a>
, <a class="el" href="QuEST__cpu_8c.html#aa4b77089145184d990848cd66993aa8b">QuEST_cpu.c</a>
, <a class="el" href="QuEST__gpu_8cu.html#aa4b77089145184d990848cd66993aa8b">QuEST_gpu.cu</a>
</li>
<li>statevec_collapseToKnownProbOutcome()
: <a class="el" href="QuEST__internal_8h.html#a008becc4a18f868340836e0ab9fd6df6">QuEST_internal.h</a>
, <a class="el" href="QuEST__cpu__distributed_8c.html#ab07dc84ee1f2034482f1c186576434be">QuEST_cpu_distributed.c</a>
, <a class="el" href="QuEST__cpu__local_8c.html#a8c13e3ef40a58a27a4c04ad69bde14bc">QuEST_cpu_local.c</a>
, <a class="el" href="QuEST__gpu_8cu.html#a008becc4a18f868340836e0ab9fd6df6">QuEST_gpu.cu</a>
</li>
<li>statevec_collapseToKnownProbOutcomeDistributedRenorm()
: <a class="el" href="QuEST__cpu_8c.html#ad09bb76ad67581b03ab176832cca37cf">QuEST_cpu.c</a>
, <a class="el" href="QuEST__cpu__internal_8h.html#ad09bb76ad67581b03ab176832cca37cf">QuEST_cpu_internal.h</a>
</li>
<li>statevec_collapseToKnownProbOutcomeKernel()
: <a class="el" href="QuEST__gpu_8cu.html#a5d2202221eed63dc9b003d716a46e879">QuEST_gpu.cu</a>
</li>
<li>statevec_collapseToKnownProbOutcomeLocal()
: <a class="el" href="QuEST__cpu_8c.html#ab02bce0ebbb8f624e8ced8b09b99cdef">QuEST_cpu.c</a>
, <a class="el" href="QuEST__cpu__internal_8h.html#ab02bce0ebbb8f624e8ced8b09b99cdef">QuEST_cpu_internal.h</a>
</li>
<li>statevec_collapseToOutcomeDistributedSetZero()
: <a class="el" href="QuEST__cpu_8c.html#a7ea68e9132ed9db9c242353a33dba2f0">QuEST_cpu.c</a>
, <a class="el" href="QuEST__cpu__internal_8h.html#a7ea68e9132ed9db9c242353a33dba2f0">QuEST_cpu_internal.h</a>
</li>
<li>statevec_compactUnitary()
: <a class="el" href="QuEST__internal_8h.html#aec63559e8b9ab0e17efe18d64d2ceca6">QuEST_internal.h</a>
, <a class="el" href="QuEST__cpu__distributed_8c.html#aec63559e8b9ab0e17efe18d64d2ceca6">QuEST_cpu_distributed.c</a>
, <a class="el" href="QuEST__cpu__local_8c.html#aec63559e8b9ab0e17efe18d64d2ceca6">QuEST_cpu_local.c</a>
, <a class="el" href="QuEST__gpu_8cu.html#aec63559e8b9ab0e17efe18d64d2ceca6">QuEST_gpu.cu</a>
</li>
<li>statevec_compactUnitaryDistributed()
: <a class="el" href="QuEST__cpu_8c.html#a0a7a35628b1c1eb47336deb9afda5b68">QuEST_cpu.c</a>
, <a class="el" href="QuEST__cpu__internal_8h.html#a0a7a35628b1c1eb47336deb9afda5b68">QuEST_cpu_internal.h</a>
</li>
<li>statevec_compactUnitaryKernel()
: <a class="el" href="QuEST__gpu_8cu.html#a4d5c3bc20e1fe6f36e1f92e6d030afc7">QuEST_gpu.cu</a>
</li>
<li>statevec_compactUnitaryLocal()
: <a class="el" href="QuEST__cpu_8c.html#a5ddfdb22e4704b680d67d08d9e80835b">QuEST_cpu.c</a>
, <a class="el" href="QuEST__cpu__internal_8h.html#a5ddfdb22e4704b680d67d08d9e80835b">QuEST_cpu_internal.h</a>
</li>
<li>statevec_compareStates()
: <a class="el" href="QuEST__internal_8h.html#ae6cecbad32a03416138b321cdc1a2c33">QuEST_internal.h</a>
, <a class="el" href="QuEST__cpu_8c.html#ae6cecbad32a03416138b321cdc1a2c33">QuEST_cpu.c</a>
, <a class="el" href="QuEST__gpu_8cu.html#ae6cecbad32a03416138b321cdc1a2c33">QuEST_gpu.cu</a>
</li>
<li>statevec_controlledCompactUnitary()
: <a class="el" href="QuEST__internal_8h.html#a1275d604674224d87a173fb5bac78835">QuEST_internal.h</a>
, <a class="el" href="QuEST__cpu__distributed_8c.html#a1275d604674224d87a173fb5bac78835">QuEST_cpu_distributed.c</a>
, <a class="el" href="QuEST__cpu__local_8c.html#a1275d604674224d87a173fb5bac78835">QuEST_cpu_local.c</a>
, <a class="el" href="QuEST__gpu_8cu.html#a1275d604674224d87a173fb5bac78835">QuEST_gpu.cu</a>
</li>
<li>statevec_controlledCompactUnitaryDistributed()
: <a class="el" href="QuEST__cpu_8c.html#a071baf8b6951d2a7d6529394b6f39364">QuEST_cpu.c</a>
, <a class="el" href="QuEST__cpu__internal_8h.html#a071baf8b6951d2a7d6529394b6f39364">QuEST_cpu_internal.h</a>
</li>
<li>statevec_controlledCompactUnitaryKernel()
: <a class="el" href="QuEST__gpu_8cu.html#ab1bc0bf471c4459dd845adbfac5ef857">QuEST_gpu.cu</a>
</li>
<li>statevec_controlledCompactUnitaryLocal()
: <a class="el" href="QuEST__cpu_8c.html#a215e2d6f88dbecc0b408b3573b5e144f">QuEST_cpu.c</a>
, <a class="el" href="QuEST__cpu__internal_8h.html#a215e2d6f88dbecc0b408b3573b5e144f">QuEST_cpu_internal.h</a>
</li>
<li>statevec_controlledMultiQubitUnitary()
: <a class="el" href="QuEST__common_8c.html#a06b8474aec51579ff680fb66439e7fc6">QuEST_common.c</a>
, <a class="el" href="QuEST__internal_8h.html#a06b8474aec51579ff680fb66439e7fc6">QuEST_internal.h</a>
</li>
<li>statevec_controlledNot()
: <a class="el" href="QuEST__internal_8h.html#abb2eab4af99adcc59be24f4c91c6f6ad">QuEST_internal.h</a>
, <a class="el" href="QuEST__cpu__distributed_8c.html#abb2eab4af99adcc59be24f4c91c6f6ad">QuEST_cpu_distributed.c</a>
, <a class="el" href="QuEST__cpu__local_8c.html#abb2eab4af99adcc59be24f4c91c6f6ad">QuEST_cpu_local.c</a>
, <a class="el" href="QuEST__gpu_8cu.html#abb2eab4af99adcc59be24f4c91c6f6ad">QuEST_gpu.cu</a>
</li>
<li>statevec_controlledNotDistributed()
: <a class="el" href="QuEST__cpu_8c.html#a393da4c4bc582a757ca8406d8501aca0">QuEST_cpu.c</a>
, <a class="el" href="QuEST__cpu__internal_8h.html#a393da4c4bc582a757ca8406d8501aca0">QuEST_cpu_internal.h</a>
</li>
<li>statevec_controlledNotKernel()
: <a class="el" href="QuEST__gpu_8cu.html#ac15269559c1759a1a44971451874cea9">QuEST_gpu.cu</a>
</li>
<li>statevec_controlledNotLocal()
: <a class="el" href="QuEST__cpu_8c.html#ace1482ef82b83e7f926634a67b322fc4">QuEST_cpu.c</a>
, <a class="el" href="QuEST__cpu__internal_8h.html#ace1482ef82b83e7f926634a67b322fc4">QuEST_cpu_internal.h</a>
</li>
<li>statevec_controlledPauliY()
: <a class="el" href="QuEST__internal_8h.html#a4e19ef93d01d7acea32ca646d623aedd">QuEST_internal.h</a>
, <a class="el" href="QuEST__cpu__distributed_8c.html#a4e19ef93d01d7acea32ca646d623aedd">QuEST_cpu_distributed.c</a>
, <a class="el" href="QuEST__cpu__local_8c.html#a4e19ef93d01d7acea32ca646d623aedd">QuEST_cpu_local.c</a>
, <a class="el" href="QuEST__gpu_8cu.html#a4e19ef93d01d7acea32ca646d623aedd">QuEST_gpu.cu</a>
</li>
<li>statevec_controlledPauliYConj()
: <a class="el" href="QuEST__internal_8h.html#a4a2fa262d3f0dba372797b9bd35d9fa5">QuEST_internal.h</a>
, <a class="el" href="QuEST__cpu__distributed_8c.html#a4a2fa262d3f0dba372797b9bd35d9fa5">QuEST_cpu_distributed.c</a>
, <a class="el" href="QuEST__cpu__local_8c.html#a4a2fa262d3f0dba372797b9bd35d9fa5">QuEST_cpu_local.c</a>
, <a class="el" href="QuEST__gpu_8cu.html#a4a2fa262d3f0dba372797b9bd35d9fa5">QuEST_gpu.cu</a>
</li>
<li>statevec_controlledPauliYDistributed()
: <a class="el" href="QuEST__cpu_8c.html#a790add229738945812ae2048c03d58ec">QuEST_cpu.c</a>
, <a class="el" href="QuEST__cpu__internal_8h.html#ae64f9630325b6f93c6e1e17b9918ecef">QuEST_cpu_internal.h</a>
</li>
<li>statevec_controlledPauliYKernel()
: <a class="el" href="QuEST__gpu_8cu.html#ac65fd6109f08a191a7811ddf72886d55">QuEST_gpu.cu</a>
</li>
<li>statevec_controlledPauliYLocal()
: <a class="el" href="QuEST__cpu_8c.html#a06fb16aa4af7c54d36052a14d3ad58a7">QuEST_cpu.c</a>
, <a class="el" href="QuEST__cpu__internal_8h.html#abc6383ac53124601e58922205b3cc484">QuEST_cpu_internal.h</a>
</li>
<li>statevec_controlledPhaseFlip()
: <a class="el" href="QuEST__internal_8h.html#aaf78491e35d165edfd57387f9fffecbd">QuEST_internal.h</a>
, <a class="el" href="QuEST__cpu_8c.html#aaf78491e35d165edfd57387f9fffecbd">QuEST_cpu.c</a>
, <a class="el" href="QuEST__gpu_8cu.html#aaf78491e35d165edfd57387f9fffecbd">QuEST_gpu.cu</a>
</li>
<li>statevec_controlledPhaseFlipKernel()
: <a class="el" href="QuEST__gpu_8cu.html#a1653a2901d0a843e00127e7150c31384">QuEST_gpu.cu</a>
</li>
<li>statevec_controlledPhaseShift()
: <a class="el" href="QuEST__internal_8h.html#a63df1ec14ff7cc81c3f392ac10fcc744">QuEST_internal.h</a>
, <a class="el" href="QuEST__cpu_8c.html#a63df1ec14ff7cc81c3f392ac10fcc744">QuEST_cpu.c</a>
, <a class="el" href="QuEST__gpu_8cu.html#a63df1ec14ff7cc81c3f392ac10fcc744">QuEST_gpu.cu</a>
</li>
<li>statevec_controlledPhaseShiftKernel()
: <a class="el" href="QuEST__gpu_8cu.html#a2f95208e214543c15c3e16cc2e091d5c">QuEST_gpu.cu</a>
</li>
<li>statevec_controlledRotateAroundAxis()
: <a class="el" href="QuEST__common_8c.html#a336c3286d2434fc892ebe20e9fa22a24">QuEST_common.c</a>
, <a class="el" href="QuEST__internal_8h.html#a336c3286d2434fc892ebe20e9fa22a24">QuEST_internal.h</a>
</li>
<li>statevec_controlledRotateAroundAxisConj()
: <a class="el" href="QuEST__common_8c.html#a5ea2384a9b33c94eac891aacbfa5da6a">QuEST_common.c</a>
, <a class="el" href="QuEST__internal_8h.html#a5ea2384a9b33c94eac891aacbfa5da6a">QuEST_internal.h</a>
</li>
<li>statevec_controlledRotateX()
: <a class="el" href="QuEST__common_8c.html#aa32eed5bc38e85193e1aa23b74e8541b">QuEST_common.c</a>
, <a class="el" href="QuEST__internal_8h.html#aa32eed5bc38e85193e1aa23b74e8541b">QuEST_internal.h</a>
</li>
<li>statevec_controlledRotateY()
: <a class="el" href="QuEST__common_8c.html#ade67874c89179541f616b3685595d3ae">QuEST_common.c</a>
, <a class="el" href="QuEST__internal_8h.html#ade67874c89179541f616b3685595d3ae">QuEST_internal.h</a>
</li>
<li>statevec_controlledRotateZ()
: <a class="el" href="QuEST__common_8c.html#a3e11a9b9fa5ee16d4738a97f4590ee61">QuEST_common.c</a>
, <a class="el" href="QuEST__internal_8h.html#a3e11a9b9fa5ee16d4738a97f4590ee61">QuEST_internal.h</a>
</li>
<li>statevec_controlledTwoQubitUnitary()
: <a class="el" href="QuEST__common_8c.html#ad7ac4934371d72e24c6d1cea3d3da391">QuEST_common.c</a>
, <a class="el" href="QuEST__internal_8h.html#ad7ac4934371d72e24c6d1cea3d3da391">QuEST_internal.h</a>
</li>
<li>statevec_controlledUnitary()
: <a class="el" href="QuEST__internal_8h.html#add9ca9956cdd81ed5d0b0f66168c04a3">QuEST_internal.h</a>
, <a class="el" href="QuEST__cpu__distributed_8c.html#add9ca9956cdd81ed5d0b0f66168c04a3">QuEST_cpu_distributed.c</a>
, <a class="el" href="QuEST__cpu__local_8c.html#add9ca9956cdd81ed5d0b0f66168c04a3">QuEST_cpu_local.c</a>
, <a class="el" href="QuEST__gpu_8cu.html#add9ca9956cdd81ed5d0b0f66168c04a3">QuEST_gpu.cu</a>
</li>
<li>statevec_controlledUnitaryDistributed()
: <a class="el" href="QuEST__cpu_8c.html#a57368529b2a7e76fec423cbfe9980b22">QuEST_cpu.c</a>
, <a class="el" href="QuEST__cpu__internal_8h.html#a57368529b2a7e76fec423cbfe9980b22">QuEST_cpu_internal.h</a>
</li>
<li>statevec_controlledUnitaryKernel()
: <a class="el" href="QuEST__gpu_8cu.html#ae4ee10f6db39b2634c82159322181826">QuEST_gpu.cu</a>
</li>
<li>statevec_controlledUnitaryLocal()
: <a class="el" href="QuEST__cpu_8c.html#a903beb4f5d8753a964ce2dc5f9096a24">QuEST_cpu.c</a>
, <a class="el" href="QuEST__cpu__internal_8h.html#a903beb4f5d8753a964ce2dc5f9096a24">QuEST_cpu_internal.h</a>
</li>
<li>statevec_createQureg()
: <a class="el" href="QuEST__internal_8h.html#a365bbb1b80cb00405c8bf1a4fa1ea8e5">QuEST_internal.h</a>
, <a class="el" href="QuEST__cpu_8c.html#a365bbb1b80cb00405c8bf1a4fa1ea8e5">QuEST_cpu.c</a>
, <a class="el" href="QuEST__gpu_8cu.html#a365bbb1b80cb00405c8bf1a4fa1ea8e5">QuEST_gpu.cu</a>
</li>
<li>statevec_destroyQureg()
: <a class="el" href="QuEST__internal_8h.html#a2a52ad9f9ad9b2fd6a76f6d433b3b217">QuEST_internal.h</a>
, <a class="el" href="QuEST__cpu_8c.html#a2a52ad9f9ad9b2fd6a76f6d433b3b217">QuEST_cpu.c</a>
, <a class="el" href="QuEST__gpu_8cu.html#a2a52ad9f9ad9b2fd6a76f6d433b3b217">QuEST_gpu.cu</a>
</li>
<li>statevec_findProbabilityOfZero()
: <a class="el" href="QuEST__gpu_8cu.html#a5a34c2468f9c21c35ccca1b5e491e238">QuEST_gpu.cu</a>
</li>
<li>statevec_findProbabilityOfZeroDistributed()
: <a class="el" href="QuEST__cpu_8c.html#a430d98e35f1eae7f0815ac539057cf67">QuEST_cpu.c</a>
, <a class="el" href="QuEST__cpu__internal_8h.html#a430d98e35f1eae7f0815ac539057cf67">QuEST_cpu_internal.h</a>
</li>
<li>statevec_findProbabilityOfZeroKernel()
: <a class="el" href="QuEST__gpu_8cu.html#acd94d5e3794824e757731e50d3d018c6">QuEST_gpu.cu</a>
</li>
<li>statevec_findProbabilityOfZeroLocal()
: <a class="el" href="QuEST__cpu_8c.html#a8535bc15c2ff249ddddb3fde6eff1490">QuEST_cpu.c</a>
, <a class="el" href="QuEST__cpu__internal_8h.html#a8535bc15c2ff249ddddb3fde6eff1490">QuEST_cpu_internal.h</a>
</li>
<li>statevec_getImagAmp()
: <a class="el" href="QuEST__internal_8h.html#abd509244d57657e148e4084c5ab5d28f">QuEST_internal.h</a>
, <a class="el" href="QuEST__cpu__distributed_8c.html#abd509244d57657e148e4084c5ab5d28f">QuEST_cpu_distributed.c</a>
, <a class="el" href="QuEST__cpu__local_8c.html#abd509244d57657e148e4084c5ab5d28f">QuEST_cpu_local.c</a>
, <a class="el" href="QuEST__gpu_8cu.html#abd509244d57657e148e4084c5ab5d28f">QuEST_gpu.cu</a>
</li>
<li>statevec_getProbAmp()
: <a class="el" href="QuEST__common_8c.html#a3afe58e49dce5536bc4c1b7caddf44a6">QuEST_common.c</a>
, <a class="el" href="QuEST__internal_8h.html#a3afe58e49dce5536bc4c1b7caddf44a6">QuEST_internal.h</a>
</li>
<li>statevec_getRealAmp()
: <a class="el" href="QuEST__internal_8h.html#abc9a9ef4344c7faaaf28ac25c76649b9">QuEST_internal.h</a>
, <a class="el" href="QuEST__cpu__distributed_8c.html#abc9a9ef4344c7faaaf28ac25c76649b9">QuEST_cpu_distributed.c</a>
, <a class="el" href="QuEST__cpu__local_8c.html#abc9a9ef4344c7faaaf28ac25c76649b9">QuEST_cpu_local.c</a>
, <a class="el" href="QuEST__gpu_8cu.html#abc9a9ef4344c7faaaf28ac25c76649b9">QuEST_gpu.cu</a>
</li>
<li>statevec_hadamard()
: <a class="el" href="QuEST__cpu__distributed_8c.html#af3fc7bd149c70f083b149050242cd55e">QuEST_cpu_distributed.c</a>
, <a class="el" href="QuEST__internal_8h.html#af3fc7bd149c70f083b149050242cd55e">QuEST_internal.h</a>
, <a class="el" href="QuEST__cpu__local_8c.html#af3fc7bd149c70f083b149050242cd55e">QuEST_cpu_local.c</a>
, <a class="el" href="QuEST__gpu_8cu.html#af3fc7bd149c70f083b149050242cd55e">QuEST_gpu.cu</a>
</li>
<li>statevec_hadamardDistributed()
: <a class="el" href="QuEST__cpu_8c.html#abea6570b95fdfa102511ccd1fcb30685">QuEST_cpu.c</a>
, <a class="el" href="QuEST__cpu__internal_8h.html#abea6570b95fdfa102511ccd1fcb30685">QuEST_cpu_internal.h</a>
</li>
<li>statevec_hadamardKernel()
: <a class="el" href="QuEST__gpu_8cu.html#afcf7b425ab92924c15b0b95b0d64c307">QuEST_gpu.cu</a>
</li>
<li>statevec_hadamardLocal()
: <a class="el" href="QuEST__cpu_8c.html#a86dbcc3db99294add9964741e19fbdab">QuEST_cpu.c</a>
, <a class="el" href="QuEST__cpu__internal_8h.html#a86dbcc3db99294add9964741e19fbdab">QuEST_cpu_internal.h</a>
</li>
<li>statevec_initBlankState()
: <a class="el" href="QuEST__internal_8h.html#a758bad4237ff0bf3b4ff5be626a982ae">QuEST_internal.h</a>
, <a class="el" href="QuEST__cpu_8c.html#a758bad4237ff0bf3b4ff5be626a982ae">QuEST_cpu.c</a>
, <a class="el" href="QuEST__gpu_8cu.html#a758bad4237ff0bf3b4ff5be626a982ae">QuEST_gpu.cu</a>
</li>
<li>statevec_initBlankStateKernel()
: <a class="el" href="QuEST__gpu_8cu.html#a2116805f30cb063a0e7c0341583d1550">QuEST_gpu.cu</a>
</li>
<li>statevec_initClassicalState()
: <a class="el" href="QuEST__internal_8h.html#a288dc4b46bdacd69cbf4a6fd070d26a7">QuEST_internal.h</a>
, <a class="el" href="QuEST__cpu_8c.html#a288dc4b46bdacd69cbf4a6fd070d26a7">QuEST_cpu.c</a>
, <a class="el" href="QuEST__gpu_8cu.html#a288dc4b46bdacd69cbf4a6fd070d26a7">QuEST_gpu.cu</a>
</li>
<li>statevec_initClassicalStateKernel()
: <a class="el" href="QuEST__gpu_8cu.html#a0f1817fe73e2911937af3979b6506ebd">QuEST_gpu.cu</a>
</li>
<li>statevec_initDebugState()
: <a class="el" href="QuEST__internal_8h.html#ad9fd3017ea40cf63fd04b39e03494972">QuEST_internal.h</a>
, <a class="el" href="QuEST__cpu_8c.html#ad9fd3017ea40cf63fd04b39e03494972">QuEST_cpu.c</a>
, <a class="el" href="QuEST__gpu_8cu.html#ad9fd3017ea40cf63fd04b39e03494972">QuEST_gpu.cu</a>
</li>
<li>statevec_initDebugStateKernel()
: <a class="el" href="QuEST__gpu_8cu.html#ad947613d4d62b0b659a0be1e9c736427">QuEST_gpu.cu</a>
</li>
<li>statevec_initPlusState()
: <a class="el" href="QuEST__internal_8h.html#a482fc361fd5f08075404c72e536316a0">QuEST_internal.h</a>
, <a class="el" href="QuEST__cpu_8c.html#a482fc361fd5f08075404c72e536316a0">QuEST_cpu.c</a>
, <a class="el" href="QuEST__gpu_8cu.html#a482fc361fd5f08075404c72e536316a0">QuEST_gpu.cu</a>
</li>
<li>statevec_initPlusStateKernel()
: <a class="el" href="QuEST__gpu_8cu.html#aaa36e3e86a5b79e676c6268fa2b02222">QuEST_gpu.cu</a>
</li>
<li>statevec_initStateFromSingleFile()
: <a class="el" href="QuEST__internal_8h.html#a05756b45f10135bb2eeb07380f806c20">QuEST_internal.h</a>
, <a class="el" href="QuEST__cpu_8c.html#a05756b45f10135bb2eeb07380f806c20">QuEST_cpu.c</a>
, <a class="el" href="QuEST__gpu_8cu.html#a05756b45f10135bb2eeb07380f806c20">QuEST_gpu.cu</a>
</li>
<li>statevec_initStateOfSingleQubit()
: <a class="el" href="QuEST__cpu_8c.html#a923906770cac0da9e3459bae58de9e64">QuEST_cpu.c</a>
, <a class="el" href="QuEST__internal_8h.html#a923906770cac0da9e3459bae58de9e64">QuEST_internal.h</a>
, <a class="el" href="QuEST__gpu_8cu.html#a923906770cac0da9e3459bae58de9e64">QuEST_gpu.cu</a>
</li>
<li>statevec_initStateOfSingleQubitKernel()
: <a class="el" href="QuEST__gpu_8cu.html#ace807c2089e172363db9ffe083f60f71">QuEST_gpu.cu</a>
</li>
<li>statevec_initZeroState()
: <a class="el" href="QuEST__cpu_8c.html#a2ca0c6ba07ab2b4b437321bf17efc966">QuEST_cpu.c</a>
, <a class="el" href="QuEST__internal_8h.html#a2ca0c6ba07ab2b4b437321bf17efc966">QuEST_internal.h</a>
, <a class="el" href="QuEST__gpu_8cu.html#a2ca0c6ba07ab2b4b437321bf17efc966">QuEST_gpu.cu</a>
</li>
<li>statevec_initZeroStateKernel()
: <a class="el" href="QuEST__gpu_8cu.html#a43b35abfab0d6093b052e2c2e4b15064">QuEST_gpu.cu</a>
</li>
<li>statevec_measureWithStats()
: <a class="el" href="QuEST__common_8c.html#ac2eb81c71d0e0fbec7be5b45b1db1448">QuEST_common.c</a>
, <a class="el" href="QuEST__internal_8h.html#ac2eb81c71d0e0fbec7be5b45b1db1448">QuEST_internal.h</a>
</li>
<li>statevec_multiControlledMultiQubitNot()
: <a class="el" href="QuEST__gpu_8cu.html#a13ecc24b355a5213d745651cde56bd71">QuEST_gpu.cu</a>
, <a class="el" href="QuEST__internal_8h.html#a13ecc24b355a5213d745651cde56bd71">QuEST_internal.h</a>
, <a class="el" href="QuEST__cpu__distributed_8c.html#a13ecc24b355a5213d745651cde56bd71">QuEST_cpu_distributed.c</a>
, <a class="el" href="QuEST__cpu__local_8c.html#a13ecc24b355a5213d745651cde56bd71">QuEST_cpu_local.c</a>
</li>
<li>statevec_multiControlledMultiQubitNotDistributed()
: <a class="el" href="QuEST__cpu_8c.html#ae6f0c9ed9261afbab4712e056a88763d">QuEST_cpu.c</a>
, <a class="el" href="QuEST__cpu__internal_8h.html#ae6f0c9ed9261afbab4712e056a88763d">QuEST_cpu_internal.h</a>
</li>
<li>statevec_multiControlledMultiQubitNotKernel()
: <a class="el" href="QuEST__gpu_8cu.html#ac2d127c660168c2462601e4eca100740">QuEST_gpu.cu</a>
</li>
<li>statevec_multiControlledMultiQubitNotLocal()
: <a class="el" href="QuEST__cpu_8c.html#ac7d30ce54573c75b35386cd0e284adc5">QuEST_cpu.c</a>
, <a class="el" href="QuEST__cpu__internal_8h.html#ac7d30ce54573c75b35386cd0e284adc5">QuEST_cpu_internal.h</a>
</li>
<li>statevec_multiControlledMultiQubitUnitary()
: <a class="el" href="QuEST__gpu_8cu.html#a0acfe30083d0bc2a84da196378a36122">QuEST_gpu.cu</a>
, <a class="el" href="QuEST__cpu__local_8c.html#a0acfe30083d0bc2a84da196378a36122">QuEST_cpu_local.c</a>
, <a class="el" href="QuEST__internal_8h.html#a0acfe30083d0bc2a84da196378a36122">QuEST_internal.h</a>
, <a class="el" href="QuEST__cpu__distributed_8c.html#a0acfe30083d0bc2a84da196378a36122">QuEST_cpu_distributed.c</a>
</li>
<li>statevec_multiControlledMultiQubitUnitaryKernel()
: <a class="el" href="QuEST__gpu_8cu.html#afd7fc4d67072a80dbc609bf328b5be20">QuEST_gpu.cu</a>
</li>
<li>statevec_multiControlledMultiQubitUnitaryLocal()
: <a class="el" href="QuEST__cpu_8c.html#a0aedcccfa50c7aaa8b7fc4c14d7cdfb8">QuEST_cpu.c</a>
, <a class="el" href="QuEST__cpu__internal_8h.html#a0aedcccfa50c7aaa8b7fc4c14d7cdfb8">QuEST_cpu_internal.h</a>
</li>
<li>statevec_multiControlledMultiRotatePauli()
: <a class="el" href="QuEST__common_8c.html#a08d2e22870f3ef0289e355d634ea17a2">QuEST_common.c</a>
, <a class="el" href="QuEST__internal_8h.html#a08d2e22870f3ef0289e355d634ea17a2">QuEST_internal.h</a>
</li>
<li>statevec_multiControlledMultiRotateZ()
: <a class="el" href="QuEST__cpu_8c.html#a3ed30f823a59890be17441d97ce90c5c">QuEST_cpu.c</a>
, <a class="el" href="QuEST__internal_8h.html#a3ed30f823a59890be17441d97ce90c5c">QuEST_internal.h</a>
, <a class="el" href="QuEST__gpu_8cu.html#a3ed30f823a59890be17441d97ce90c5c">QuEST_gpu.cu</a>
</li>
<li>statevec_multiControlledMultiRotateZKernel()
: <a class="el" href="QuEST__gpu_8cu.html#aac71aef8fca67e5a0547ea2d3426d40d">QuEST_gpu.cu</a>
</li>
<li>statevec_multiControlledPhaseFlip()
: <a class="el" href="QuEST__internal_8h.html#ac4ee5979d475e8c729294b8ef7e0270d">QuEST_internal.h</a>
, <a class="el" href="QuEST__gpu_8cu.html#ac4ee5979d475e8c729294b8ef7e0270d">QuEST_gpu.cu</a>
, <a class="el" href="QuEST__cpu_8c.html#ac4ee5979d475e8c729294b8ef7e0270d">QuEST_cpu.c</a>
</li>
<li>statevec_multiControlledPhaseFlipKernel()
: <a class="el" href="QuEST__gpu_8cu.html#ab1f13b1980ec46bac75e97c578d15e98">QuEST_gpu.cu</a>
</li>
<li>statevec_multiControlledPhaseShift()
: <a class="el" href="QuEST__internal_8h.html#aa662796ea6e0f471143c53becae8c12c">QuEST_internal.h</a>
, <a class="el" href="QuEST__gpu_8cu.html#aa662796ea6e0f471143c53becae8c12c">QuEST_gpu.cu</a>
, <a class="el" href="QuEST__cpu_8c.html#aa662796ea6e0f471143c53becae8c12c">QuEST_cpu.c</a>
</li>
<li>statevec_multiControlledPhaseShiftKernel()
: <a class="el" href="QuEST__gpu_8cu.html#a11dc3581b1efe1332854eac7594bc647">QuEST_gpu.cu</a>
</li>
<li>statevec_multiControlledTwoQubitUnitary()
: <a class="el" href="QuEST__internal_8h.html#a3eadcb581f2623e21e4967f791d0439c">QuEST_internal.h</a>
, <a class="el" href="QuEST__cpu__local_8c.html#affbd18d7c2ed8d5bd5edb67116501145">QuEST_cpu_local.c</a>
, <a class="el" href="QuEST__cpu__distributed_8c.html#affbd18d7c2ed8d5bd5edb67116501145">QuEST_cpu_distributed.c</a>
, <a class="el" href="QuEST__gpu_8cu.html#affbd18d7c2ed8d5bd5edb67116501145">QuEST_gpu.cu</a>
</li>
<li>statevec_multiControlledTwoQubitUnitaryKernel()
: <a class="el" href="QuEST__gpu_8cu.html#aed40f77bf851930363897f3d28a5093b">QuEST_gpu.cu</a>
</li>
<li>statevec_multiControlledTwoQubitUnitaryLocal()
: <a class="el" href="QuEST__cpu__internal_8h.html#af8236a00389137b5eff986a40577eaf3">QuEST_cpu_internal.h</a>
, <a class="el" href="QuEST__cpu_8c.html#af8236a00389137b5eff986a40577eaf3">QuEST_cpu.c</a>
</li>
<li>statevec_multiControlledUnitary()
: <a class="el" href="QuEST__cpu__distributed_8c.html#a600bda10463e2078ce746ec28f2d39c9">QuEST_cpu_distributed.c</a>
, <a class="el" href="QuEST__gpu_8cu.html#a600bda10463e2078ce746ec28f2d39c9">QuEST_gpu.cu</a>
, <a class="el" href="QuEST__internal_8h.html#a600bda10463e2078ce746ec28f2d39c9">QuEST_internal.h</a>
, <a class="el" href="QuEST__cpu__local_8c.html#a600bda10463e2078ce746ec28f2d39c9">QuEST_cpu_local.c</a>
</li>
<li>statevec_multiControlledUnitaryDistributed()
: <a class="el" href="QuEST__cpu__internal_8h.html#ab58fe4be895283c2c4eb86ec9af5682e">QuEST_cpu_internal.h</a>
, <a class="el" href="QuEST__cpu_8c.html#ab58fe4be895283c2c4eb86ec9af5682e">QuEST_cpu.c</a>
</li>
<li>statevec_multiControlledUnitaryKernel()
: <a class="el" href="QuEST__gpu_8cu.html#a6d0bd05cfccc67102864429f1046ecc3">QuEST_gpu.cu</a>
</li>
<li>statevec_multiControlledUnitaryLocal()
: <a class="el" href="QuEST__cpu_8c.html#ab19f28e68330da68ea3caa2bdef32da9">QuEST_cpu.c</a>
, <a class="el" href="QuEST__cpu__internal_8h.html#ab19f28e68330da68ea3caa2bdef32da9">QuEST_cpu_internal.h</a>
</li>
<li>statevec_multiQubitUnitary()
: <a class="el" href="QuEST__common_8c.html#a7a76950824f17e821415070a4bfdad5b">QuEST_common.c</a>
, <a class="el" href="QuEST__internal_8h.html#a7a76950824f17e821415070a4bfdad5b">QuEST_internal.h</a>
</li>
<li>statevec_multiRotatePauli()
: <a class="el" href="QuEST__common_8c.html#a2153d8611247dd3a2ef483355265cc99">QuEST_common.c</a>
, <a class="el" href="QuEST__internal_8h.html#a2153d8611247dd3a2ef483355265cc99">QuEST_internal.h</a>
</li>
<li>statevec_multiRotateZ()
: <a class="el" href="QuEST__internal_8h.html#a8d88b4ed94ab024e5e7b2f1f4f505b44">QuEST_internal.h</a>
, <a class="el" href="QuEST__gpu_8cu.html#a8d88b4ed94ab024e5e7b2f1f4f505b44">QuEST_gpu.cu</a>
, <a class="el" href="QuEST__cpu_8c.html#a8d88b4ed94ab024e5e7b2f1f4f505b44">QuEST_cpu.c</a>
</li>
<li>statevec_multiRotateZKernel()
: <a class="el" href="QuEST__gpu_8cu.html#a754e4531aa159461177751dd12e988ed">QuEST_gpu.cu</a>
</li>
<li>statevec_pauliX()
: <a class="el" href="QuEST__internal_8h.html#a1c82b5e914a8a39c5c7b782dbc16fa76">QuEST_internal.h</a>
, <a class="el" href="QuEST__cpu__local_8c.html#a1c82b5e914a8a39c5c7b782dbc16fa76">QuEST_cpu_local.c</a>
, <a class="el" href="QuEST__gpu_8cu.html#a1c82b5e914a8a39c5c7b782dbc16fa76">QuEST_gpu.cu</a>
, <a class="el" href="QuEST__cpu__distributed_8c.html#a1c82b5e914a8a39c5c7b782dbc16fa76">QuEST_cpu_distributed.c</a>
</li>
<li>statevec_pauliXDistributed()
: <a class="el" href="QuEST__cpu_8c.html#a464efbd1d7ca5a7b25c83ada001955c2">QuEST_cpu.c</a>
, <a class="el" href="QuEST__cpu__internal_8h.html#a464efbd1d7ca5a7b25c83ada001955c2">QuEST_cpu_internal.h</a>
</li>
<li>statevec_pauliXKernel()
: <a class="el" href="QuEST__gpu_8cu.html#a61f547009235f367c6f983f8768dae19">QuEST_gpu.cu</a>
</li>
<li>statevec_pauliXLocal()
: <a class="el" href="QuEST__cpu__internal_8h.html#aa987d1e0ba97da2ca540194356dd62de">QuEST_cpu_internal.h</a>
, <a class="el" href="QuEST__cpu_8c.html#aa987d1e0ba97da2ca540194356dd62de">QuEST_cpu.c</a>
</li>
<li>statevec_pauliY()
: <a class="el" href="QuEST__cpu__local_8c.html#af1cca787f3b0e0c91ffb2495f9ad8d5a">QuEST_cpu_local.c</a>
, <a class="el" href="QuEST__cpu__distributed_8c.html#af1cca787f3b0e0c91ffb2495f9ad8d5a">QuEST_cpu_distributed.c</a>
, <a class="el" href="QuEST__gpu_8cu.html#af1cca787f3b0e0c91ffb2495f9ad8d5a">QuEST_gpu.cu</a>
, <a class="el" href="QuEST__internal_8h.html#af1cca787f3b0e0c91ffb2495f9ad8d5a">QuEST_internal.h</a>
</li>
<li>statevec_pauliYConj()
: <a class="el" href="QuEST__cpu__distributed_8c.html#a81fbd2eccd0d0e5a3cece4df2f96cb92">QuEST_cpu_distributed.c</a>
, <a class="el" href="QuEST__gpu_8cu.html#a81fbd2eccd0d0e5a3cece4df2f96cb92">QuEST_gpu.cu</a>
, <a class="el" href="QuEST__internal_8h.html#a81fbd2eccd0d0e5a3cece4df2f96cb92">QuEST_internal.h</a>
, <a class="el" href="QuEST__cpu__local_8c.html#a81fbd2eccd0d0e5a3cece4df2f96cb92">QuEST_cpu_local.c</a>
</li>
<li>statevec_pauliYDistributed()
: <a class="el" href="QuEST__cpu__internal_8h.html#a0f562af6cb665a8a7a3f80e9449734d5">QuEST_cpu_internal.h</a>
, <a class="el" href="QuEST__cpu_8c.html#a0f562af6cb665a8a7a3f80e9449734d5">QuEST_cpu.c</a>
</li>
<li>statevec_pauliYKernel()
: <a class="el" href="QuEST__gpu_8cu.html#a2b9beefe0873d2c2e8fec68f86e057fc">QuEST_gpu.cu</a>
</li>
<li>statevec_pauliYLocal()
: <a class="el" href="QuEST__cpu__internal_8h.html#a45b0916c3e121837f214b64f7424e479">QuEST_cpu_internal.h</a>
, <a class="el" href="QuEST__cpu_8c.html#a45b0916c3e121837f214b64f7424e479">QuEST_cpu.c</a>
</li>
<li>statevec_pauliZ()
: <a class="el" href="QuEST__internal_8h.html#ab14df201e5c05527dc77cfeb6f583042">QuEST_internal.h</a>
, <a class="el" href="QuEST__common_8c.html#ab14df201e5c05527dc77cfeb6f583042">QuEST_common.c</a>
</li>
<li>statevec_phaseShift()
: <a class="el" href="QuEST__internal_8h.html#a5ef139196852f92fe8271c82964eadff">QuEST_internal.h</a>
, <a class="el" href="QuEST__common_8c.html#a5ef139196852f92fe8271c82964eadff">QuEST_common.c</a>
</li>
<li>statevec_phaseShiftByTerm()
: <a class="el" href="QuEST__gpu_8cu.html#a535cc3c9962d511078691e4d64b4e272">QuEST_gpu.cu</a>
, <a class="el" href="QuEST__internal_8h.html#a535cc3c9962d511078691e4d64b4e272">QuEST_internal.h</a>
, <a class="el" href="QuEST__cpu_8c.html#a535cc3c9962d511078691e4d64b4e272">QuEST_cpu.c</a>
</li>
<li>statevec_phaseShiftByTermKernel()
: <a class="el" href="QuEST__gpu_8cu.html#ad2c5cb1c21c9d6cab081b820d1ba4995">QuEST_gpu.cu</a>
</li>
<li>statevec_reportStateToScreen()
: <a class="el" href="QuEST__internal_8h.html#a1e57230c7995447039e62a84c0a36524">QuEST_internal.h</a>
, <a class="el" href="QuEST__gpu_8cu.html#a1e57230c7995447039e62a84c0a36524">QuEST_gpu.cu</a>
, <a class="el" href="QuEST__cpu_8c.html#a1e57230c7995447039e62a84c0a36524">QuEST_cpu.c</a>
</li>
<li>statevec_rotateAroundAxis()
: <a class="el" href="QuEST__internal_8h.html#adf5fbea75826cde7d86fd7c31bcf3dec">QuEST_internal.h</a>
, <a class="el" href="QuEST__common_8c.html#adf5fbea75826cde7d86fd7c31bcf3dec">QuEST_common.c</a>
</li>
<li>statevec_rotateAroundAxisConj()
: <a class="el" href="QuEST__internal_8h.html#a2cbfe9f416d4d8acb56213841f62cb53">QuEST_internal.h</a>
, <a class="el" href="QuEST__common_8c.html#a2cbfe9f416d4d8acb56213841f62cb53">QuEST_common.c</a>
</li>
<li>statevec_rotateX()
: <a class="el" href="QuEST__common_8c.html#ab8687e6ea5cf35503c223051837f3b94">QuEST_common.c</a>
, <a class="el" href="QuEST__internal_8h.html#ab8687e6ea5cf35503c223051837f3b94">QuEST_internal.h</a>
</li>
<li>statevec_rotateY()
: <a class="el" href="QuEST__internal_8h.html#a1f0db2800d13b6c2b120e05129cd13cb">QuEST_internal.h</a>
, <a class="el" href="QuEST__common_8c.html#a1f0db2800d13b6c2b120e05129cd13cb">QuEST_common.c</a>
</li>
<li>statevec_rotateZ()
: <a class="el" href="QuEST__common_8c.html#a2b2b8c69566a49cdf4a3fa2cb4f5e03c">QuEST_common.c</a>
, <a class="el" href="QuEST__internal_8h.html#a2b2b8c69566a49cdf4a3fa2cb4f5e03c">QuEST_internal.h</a>
</li>
<li>statevec_setAmps()
: <a class="el" href="QuEST__internal_8h.html#aa121d55f2ca09c06a96ddcd433c60b0f">QuEST_internal.h</a>
, <a class="el" href="QuEST__gpu_8cu.html#aa121d55f2ca09c06a96ddcd433c60b0f">QuEST_gpu.cu</a>
, <a class="el" href="QuEST__cpu_8c.html#aa121d55f2ca09c06a96ddcd433c60b0f">QuEST_cpu.c</a>
</li>
<li>statevec_setWeightedQureg()
: <a class="el" href="QuEST__gpu_8cu.html#ad64a23933361fafc1b6b1787759c2663">QuEST_gpu.cu</a>
, <a class="el" href="QuEST__internal_8h.html#ad64a23933361fafc1b6b1787759c2663">QuEST_internal.h</a>
, <a class="el" href="QuEST__cpu_8c.html#ad64a23933361fafc1b6b1787759c2663">QuEST_cpu.c</a>
</li>
<li>statevec_setWeightedQuregKernel()
: <a class="el" href="QuEST__gpu_8cu.html#a040a1c670457b4b5789c089a3d32bf8f">QuEST_gpu.cu</a>
</li>
<li>statevec_sGate()
: <a class="el" href="QuEST__internal_8h.html#a559d175d31cec552fc09aec3e8a78d11">QuEST_internal.h</a>
, <a class="el" href="QuEST__common_8c.html#a559d175d31cec552fc09aec3e8a78d11">QuEST_common.c</a>
</li>
<li>statevec_sGateConj()
: <a class="el" href="QuEST__internal_8h.html#a142b424d903dfaca7a7ac166076f543a">QuEST_internal.h</a>
, <a class="el" href="QuEST__common_8c.html#a142b424d903dfaca7a7ac166076f543a">QuEST_common.c</a>
</li>
<li>statevec_sqrtSwapGate()
: <a class="el" href="QuEST__common_8c.html#a6550462400942be61b171c8840b36aa1">QuEST_common.c</a>
, <a class="el" href="QuEST__internal_8h.html#a6550462400942be61b171c8840b36aa1">QuEST_internal.h</a>
</li>
<li>statevec_sqrtSwapGateConj()
: <a class="el" href="QuEST__internal_8h.html#a33cde9b6518d55a544eff20301a5d844">QuEST_internal.h</a>
, <a class="el" href="QuEST__common_8c.html#a33cde9b6518d55a544eff20301a5d844">QuEST_common.c</a>
</li>
<li>statevec_swapQubitAmps()
: <a class="el" href="QuEST__cpu__distributed_8c.html#ab7478fcaf6357ab202d72853b672e375">QuEST_cpu_distributed.c</a>
, <a class="el" href="QuEST__gpu_8cu.html#ab7478fcaf6357ab202d72853b672e375">QuEST_gpu.cu</a>
, <a class="el" href="QuEST__internal_8h.html#ab7478fcaf6357ab202d72853b672e375">QuEST_internal.h</a>
, <a class="el" href="QuEST__cpu__local_8c.html#ab7478fcaf6357ab202d72853b672e375">QuEST_cpu_local.c</a>
</li>
<li>statevec_swapQubitAmpsDistributed()
: <a class="el" href="QuEST__cpu_8c.html#abe74a5a9db8340e37b80fbc77338894d">QuEST_cpu.c</a>
, <a class="el" href="QuEST__cpu__internal_8h.html#abe74a5a9db8340e37b80fbc77338894d">QuEST_cpu_internal.h</a>
</li>
<li>statevec_swapQubitAmpsKernel()
: <a class="el" href="QuEST__gpu_8cu.html#a89a450a1932e4f4f94cf1487af9d263b">QuEST_gpu.cu</a>
</li>
<li>statevec_swapQubitAmpsLocal()
: <a class="el" href="QuEST__cpu__internal_8h.html#ab5b51a28caa8792a3f0c637409a694b0">QuEST_cpu_internal.h</a>
, <a class="el" href="QuEST__cpu_8c.html#ab5b51a28caa8792a3f0c637409a694b0">QuEST_cpu.c</a>
</li>
<li>statevec_tGate()
: <a class="el" href="QuEST__internal_8h.html#a2d96b4601cc3a9e1221e11a366fe1699">QuEST_internal.h</a>
, <a class="el" href="QuEST__common_8c.html#a2d96b4601cc3a9e1221e11a366fe1699">QuEST_common.c</a>
</li>
<li>statevec_tGateConj()
: <a class="el" href="QuEST__internal_8h.html#a086fffa88b1aeec1405aa2dc41eab8a3">QuEST_internal.h</a>
, <a class="el" href="QuEST__common_8c.html#a086fffa88b1aeec1405aa2dc41eab8a3">QuEST_common.c</a>
</li>
<li>statevec_twoQubitUnitary()
: <a class="el" href="QuEST__common_8c.html#a95abbe0cedf45b1ff2f070dba219fd7f">QuEST_common.c</a>
, <a class="el" href="QuEST__internal_8h.html#a95abbe0cedf45b1ff2f070dba219fd7f">QuEST_internal.h</a>
</li>
<li>statevec_unitary()
: <a class="el" href="QuEST__internal_8h.html#ac3735bd959600e57b2ee3a105666cddf">QuEST_internal.h</a>
, <a class="el" href="QuEST__cpu__distributed_8c.html#ac3735bd959600e57b2ee3a105666cddf">QuEST_cpu_distributed.c</a>
, <a class="el" href="QuEST__gpu_8cu.html#ac3735bd959600e57b2ee3a105666cddf">QuEST_gpu.cu</a>
, <a class="el" href="QuEST__cpu__local_8c.html#ac3735bd959600e57b2ee3a105666cddf">QuEST_cpu_local.c</a>
</li>
<li>statevec_unitaryDistributed()
: <a class="el" href="QuEST__cpu_8c.html#a0ce2c2fd54df25495e99dc5b95bed4b2">QuEST_cpu.c</a>
, <a class="el" href="QuEST__cpu__internal_8h.html#a0ce2c2fd54df25495e99dc5b95bed4b2">QuEST_cpu_internal.h</a>
</li>
<li>statevec_unitaryKernel()
: <a class="el" href="QuEST__gpu_8cu.html#a19e364fb77ebe56afd7cd7cc6de12449">QuEST_gpu.cu</a>
</li>
<li>statevec_unitaryLocal()
: <a class="el" href="QuEST__cpu__internal_8h.html#aafc398f8f479fcc066a2dea700235635">QuEST_cpu_internal.h</a>
, <a class="el" href="QuEST__cpu_8c.html#aafc398f8f479fcc066a2dea700235635">QuEST_cpu.c</a>
</li>
<li>stopRecordingQASM()
: <a class="el" href="group__qasm.html#gabdaa339967f0955176a4967f01364182">QuEST.h</a>
, <a class="el" href="group__qasm.html#gabdaa339967f0955176a4967f01364182">QuEST.c</a>
</li>
<li>sublists()
: <a class="el" href="group__testutilities.html#gabe5be8b856a9f67e392db86a62d8cf31">utilities.hpp</a>
, <a class="el" href="group__testutilities.html#ga35add15146aa606b256df79334b867d5">utilities.cpp</a>
, <a class="el" href="group__testutilities.html#gae479aa71f65fce301d64ed8cd9118e95">utilities.hpp</a>
</li>
<li>swapDouble()
: <a class="el" href="QuEST__gpu_8cu.html#a31772904f024efd8d75a022e84c8207b">QuEST_gpu.cu</a>
</li>
<li>swapGate()
: <a class="el" href="group__unitary.html#ga820fd139c035136819e371308c206e36">QuEST.h</a>
, <a class="el" href="group__unitary.html#ga820fd139c035136819e371308c206e36">QuEST.c</a>
</li>
<li>syncDiagonalOp()
: <a class="el" href="group__type.html#gab75d5cdc622d2778bad24e3a8130aab9">QuEST.c</a>
, <a class="el" href="group__type.html#gab75d5cdc622d2778bad24e3a8130aab9">QuEST.h</a>
</li>
<li>syncQuESTEnv()
: <a class="el" href="group__debug.html#ga8d31fe2d1ad4d01e2a1f5f6b8bc15b77">QuEST_cpu_local.c</a>
, <a class="el" href="group__debug.html#ga8d31fe2d1ad4d01e2a1f5f6b8bc15b77">QuEST_cpu_distributed.c</a>
, <a class="el" href="group__debug.html#ga8d31fe2d1ad4d01e2a1f5f6b8bc15b77">QuEST.h</a>
, <a class="el" href="group__debug.html#ga8d31fe2d1ad4d01e2a1f5f6b8bc15b77">QuEST_gpu.cu</a>
</li>
<li>syncQuESTSuccess()
: <a class="el" href="group__debug.html#gac7e38d768a1bd79019f88cc1e6295092">QuEST.h</a>
, <a class="el" href="group__debug.html#gac7e38d768a1bd79019f88cc1e6295092">QuEST_cpu_distributed.c</a>
, <a class="el" href="group__debug.html#gac7e38d768a1bd79019f88cc1e6295092">QuEST_gpu.cu</a>
, <a class="el" href="group__debug.html#gac7e38d768a1bd79019f88cc1e6295092">QuEST_cpu_local.c</a>
</li>
</ul>
</div><!-- contents -->
<!-- HTML footer for doxygen 1.8.8-->
<!-- start footer part -->
</div>
</div>
</div>
</div>
</div>
</body>
        <script type="text/javascript" src="boot.js"></script>
</html>