Skip to content

Commit 76c6940

Browse files
RomiLevy-ClassiqTomerGoldfriend
authored andcommitted
Add quantum walk on complex network phase 2
1 parent 3f557c2 commit 76c6940

File tree

2 files changed

+209
-26
lines changed

2 files changed

+209
-26
lines changed

tutorials/basic_tutorials/quantumwalk_complex_network/dt_quantumwalk_complex_network.synthesis_options.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -6,28 +6,28 @@
66
"preferences": {
77
"custom_hardware_settings": {
88
"basis_gates": [
9-
"p",
10-
"sdg",
119
"h",
12-
"rx",
10+
"x",
1311
"id",
14-
"s",
15-
"sx",
12+
"cy",
13+
"p",
1614
"z",
17-
"sxdg",
18-
"t",
19-
"x",
15+
"sx",
2016
"r",
17+
"cz",
18+
"cx",
2119
"ry",
22-
"u",
2320
"u1",
2421
"y",
25-
"cy",
26-
"cx",
22+
"u",
23+
"rx",
24+
"sxdg",
2725
"tdg",
28-
"cz",
29-
"rz",
30-
"u2"
26+
"t",
27+
"sdg",
28+
"s",
29+
"u2",
30+
"rz"
3131
],
3232
"is_symmetric_connectivity": true
3333
},
@@ -36,7 +36,7 @@
3636
"optimization_level": 1,
3737
"output_format": ["qasm"],
3838
"pretty_qasm": true,
39-
"random_seed": 3632070240,
39+
"random_seed": 2498030948,
4040
"synthesize_all_separately": false,
4141
"timeout_seconds": 300,
4242
"transpilation_option": "auto optimize"

0 commit comments

Comments
 (0)