Skip to content

Commit 743c4bd

Browse files
committed
Samimi corrections
1 parent 852a875 commit 743c4bd

File tree

3 files changed

+126
-125
lines changed

3 files changed

+126
-125
lines changed

algorithms/algebraic/shor/doubly_controlled_modular_adder.synthesis_options.json

Lines changed: 22 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -7,38 +7,40 @@
77
"machine_precision": 8,
88
"custom_hardware_settings": {
99
"basis_gates": [
10-
"u1",
11-
"h",
12-
"sxdg",
13-
"z",
14-
"y",
10+
"tdg",
11+
"ry",
12+
"s",
13+
"rz",
1514
"u2",
16-
"r",
17-
"p",
1815
"sx",
19-
"s",
20-
"t",
21-
"cy",
22-
"tdg",
23-
"x",
2416
"rx",
25-
"rz",
26-
"cx",
17+
"x",
18+
"cy",
19+
"z",
20+
"id",
21+
"sxdg",
22+
"h",
23+
"u1",
24+
"p",
25+
"t",
2726
"cz",
28-
"ry",
27+
"u",
28+
"y",
29+
"cx",
2930
"sdg",
30-
"id",
31-
"u"
31+
"r"
3232
],
3333
"is_symmetric_connectivity": true
3434
},
3535
"debug_mode": true,
3636
"synthesize_all_separately": false,
3737
"optimization_level": 3,
38-
"output_format": ["qasm"],
38+
"output_format": [
39+
"qasm"
40+
],
3941
"pretty_qasm": true,
4042
"transpilation_option": "auto optimize",
4143
"timeout_seconds": 300,
42-
"random_seed": 3976221924
44+
"random_seed": 3980209272
4345
}
44-
}
46+
}

0 commit comments

Comments
 (0)