Skip to content

Commit 7ea6234

Browse files
committed
with min_graph_coloring, portforlio_opt, set_cover, max_induced_k_colorable, electric_grid, mis, mds
1 parent c2342c2 commit 7ea6234

21 files changed

+1537
-24663
lines changed

applications/finance/portfolio_optimization/portfolio_optimization.ipynb

Lines changed: 165 additions & 274 deletions
Large diffs are not rendered by default.

applications/finance/portfolio_optimization/portfolio_optimization.qmod

Lines changed: 18 additions & 664 deletions
Large diffs are not rendered by default.
Lines changed: 43 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,43 @@
1-
{}
1+
{
2+
"constraints": {
3+
"max_gate_count": {},
4+
"optimization_parameter": "no_opt"
5+
},
6+
"preferences": {
7+
"machine_precision": 8,
8+
"custom_hardware_settings": {
9+
"basis_gates": [
10+
"y",
11+
"cy",
12+
"cx",
13+
"h",
14+
"cz",
15+
"u2",
16+
"u1",
17+
"sx",
18+
"s",
19+
"rx",
20+
"ry",
21+
"z",
22+
"tdg",
23+
"rz",
24+
"p",
25+
"sdg",
26+
"u",
27+
"id",
28+
"r",
29+
"x",
30+
"sxdg",
31+
"t"
32+
],
33+
"is_symmetric_connectivity": true
34+
},
35+
"debug_mode": true,
36+
"synthesize_all_separately": false,
37+
"output_format": ["qasm"],
38+
"pretty_qasm": true,
39+
"transpilation_option": "auto optimize",
40+
"timeout_seconds": 300,
41+
"random_seed": 3362839045
42+
}
43+
}

applications/optimization/electric_grid_optimization/electric_grid_optimization.ipynb

Lines changed: 139 additions & 272 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)