Skip to content

Commit dfe4b87

Browse files
Update qmods
1 parent e820c96 commit dfe4b87

12 files changed

+2602
-1613
lines changed

algorithms/differential_equations/discrete_poisson_solver/discrete_poisson_solver.qmod

Lines changed: 477 additions & 193 deletions
Large diffs are not rendered by default.
Lines changed: 21 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,44 +1,45 @@
11
{
22
"constraints": {
3+
"max_gate_count": {},
34
"max_width": 18,
45
"optimization_parameter": "no_opt"
56
},
67
"preferences": {
7-
"machine_precision": 8,
88
"custom_hardware_settings": {
99
"basis_gates": [
10-
"id",
10+
"h",
11+
"x",
12+
"u2",
13+
"sdg",
14+
"u",
1115
"p",
16+
"cy",
17+
"id",
18+
"z",
19+
"sx",
20+
"rz",
21+
"u1",
1222
"r",
13-
"cx",
1423
"s",
15-
"x",
24+
"sxdg",
25+
"tdg",
1626
"rx",
1727
"ry",
18-
"u1",
19-
"rz",
20-
"sdg",
21-
"z",
28+
"cx",
2229
"t",
23-
"u",
24-
"cy",
25-
"y",
26-
"h",
27-
"sx",
2830
"cz",
29-
"sxdg",
30-
"u2",
31-
"tdg"
31+
"y"
3232
],
3333
"is_symmetric_connectivity": true
3434
},
3535
"debug_mode": true,
36-
"synthesize_all_separately": false,
37-
"optimization_level": 3,
36+
"machine_precision": 8,
37+
"optimization_level": 1,
3838
"output_format": ["qasm"],
3939
"pretty_qasm": true,
40-
"transpilation_option": "auto optimize",
40+
"random_seed": 997063332,
41+
"synthesize_all_separately": false,
4142
"timeout_seconds": 300,
42-
"random_seed": 4130579268
43+
"transpilation_option": "auto optimize"
4344
}
4445
}

0 commit comments

Comments
 (0)