-
Notifications
You must be signed in to change notification settings - Fork 12
/
.gitignore
71 lines (71 loc) · 1.25 KB
/
.gitignore
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
*.hi
*.o
Programs/Synthesis/newsynth
Programs/Tools/ASCII
Programs/Tools/CliffordT
Programs/Tools/Binary
Programs/Tools/Exact
Programs/Tools/Strict
Programs/Tools/Standard
Programs/Tools/GateCount
Programs/Tools/EPS
Programs/Tools/Preview
Programs/Tools/Approximate
Programs/Tools/PDF
Programs/Tools/Simulate
Programs/Tools/Depth
Programs/Tools/Unbox
Programs/Tools/TrimControls
Programs/QCLParser/QCLParser
Algorithms/TF/tf
Algorithms/USV/usv
Algorithms/GSE/gse
Algorithms/BF/bf
Algorithms/QLS/qls
Algorithms/BWT/bwt
Algorithms/CL/cl
tests/Infinite
tests/NBox
tests/Example3
tests/NamedGate
tests/NoControl
tests/And_list
tests/template/Test2
tests/template/Test1
tests/PhaseTest
tests/WithComputed
tests/Testing
tests/And_rev
tests/TransformerExample
tests/QuantumIfTest
tests/Classical
tests/Decompose_test
tests/And_gate
tests/Reverse
tests/QFTAdder
tests/QEC
tests/BoxExample
tests/Example
tests/SynthesisTest
tests/CountAccess
tests/Test
tests/Teleport
tests/SimpleOracleSimulation
tests/ErrorCircuit
tests/Comments
tests/GPhase
tests/TimeStep
tests/TimeStep-binary
tests/ParseNodeRoot
tests/OptimTest
tests/TeleportGeneric
tests/Example4
tests/HelloWorld
tests/Arith
tests/Box
tests/QRAM
tests/DynamicLifting
tests/QFT
tests/Example1
tests/TemplateTest
tests/Example2