-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtoycase.log
More file actions
92 lines (76 loc) · 3.59 KB
/
Copy pathtoycase.log
File metadata and controls
92 lines (76 loc) · 3.59 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
Batch Execution Summary
==================================================
--- Execution for d.qasm (2025-04-08 15:22:19.957656) ---
Command: python main.py --input ./Benchmarks/toycase/d.qasm --output ./Outputs/toycase/d.qasm --log ./Outputs/toycase/d.log --mode all
Start time: 2025-04-08 15:22:19.957656
End time: 2025-04-08 15:22:22.643880
Standard Output:
Standard Error:
Traceback (most recent call last):
File "/home/wzyu/QubiCycle/main.py", line 85, in <module>
main()
File "/home/wzyu/QubiCycle/main.py", line 19, in main
config.qc = importQasm(config.input_file)
File "/home/wzyu/QubiCycle/qasm_parser.py", line 143, in importQasm
assert(qregs_map[qname].size==cregs_map[cname].size)
KeyError: 'c'
--- Execution for e.qasm (2025-04-08 15:22:22.645039) ---
Command: python main.py --input ./Benchmarks/toycase/e.qasm --output ./Outputs/toycase/e.qasm --log ./Outputs/toycase/e.log --mode all
Start time: 2025-04-08 15:22:22.645039
End time: 2025-04-08 15:22:24.200150
Standard Output:
measure: [5, 13, 14, 16, 17]
Standard Error:
Traceback (most recent call last):
File "/home/wzyu/QubiCycle/main.py", line 85, in <module>
main()
File "/home/wzyu/QubiCycle/main.py", line 29, in main
reuse_graph(canonical)
File "/home/wzyu/QubiCycle/divide.py", line 28, in reuse_graph
print("measure to idx:", config.measure_to_idx)
AttributeError: module 'config' has no attribute 'measure_to_idx'. Did you mean: 'measure_to_index'?
--- Execution for c.qasm (2025-04-08 15:22:24.201302) ---
Command: python main.py --input ./Benchmarks/toycase/c.qasm --output ./Outputs/toycase/c.qasm --log ./Outputs/toycase/c.log --mode all
Start time: 2025-04-08 15:22:24.201302
End time: 2025-04-08 15:22:25.614066
Standard Output:
measure: [0, 1, 3, 4]
Standard Error:
Traceback (most recent call last):
File "/home/wzyu/QubiCycle/main.py", line 85, in <module>
main()
File "/home/wzyu/QubiCycle/main.py", line 29, in main
reuse_graph(canonical)
File "/home/wzyu/QubiCycle/divide.py", line 28, in reuse_graph
print("measure to idx:", config.measure_to_idx)
AttributeError: module 'config' has no attribute 'measure_to_idx'. Did you mean: 'measure_to_index'?
--- Execution for a.qasm (2025-04-08 15:22:25.615367) ---
Command: python main.py --input ./Benchmarks/toycase/a.qasm --output ./Outputs/toycase/a.qasm --log ./Outputs/toycase/a.log --mode all
Start time: 2025-04-08 15:22:25.615367
End time: 2025-04-08 15:22:27.006655
Standard Output:
measure: [0, 1, 3, 4, 7]
Standard Error:
Traceback (most recent call last):
File "/home/wzyu/QubiCycle/main.py", line 85, in <module>
main()
File "/home/wzyu/QubiCycle/main.py", line 29, in main
reuse_graph(canonical)
File "/home/wzyu/QubiCycle/divide.py", line 28, in reuse_graph
print("measure to idx:", config.measure_to_idx)
AttributeError: module 'config' has no attribute 'measure_to_idx'. Did you mean: 'measure_to_index'?
--- Execution for b.qasm (2025-04-08 15:22:27.007948) ---
Command: python main.py --input ./Benchmarks/toycase/b.qasm --output ./Outputs/toycase/b.qasm --log ./Outputs/toycase/b.log --mode all
Start time: 2025-04-08 15:22:27.007948
End time: 2025-04-08 15:22:28.442339
Standard Output:
measure: [0, 1, 3, 6, 8]
Standard Error:
Traceback (most recent call last):
File "/home/wzyu/QubiCycle/main.py", line 85, in <module>
main()
File "/home/wzyu/QubiCycle/main.py", line 29, in main
reuse_graph(canonical)
File "/home/wzyu/QubiCycle/divide.py", line 28, in reuse_graph
print("measure to idx:", config.measure_to_idx)
AttributeError: module 'config' has no attribute 'measure_to_idx'. Did you mean: 'measure_to_index'?