Skip to content

Commit 6c3ec48

Browse files
committed
assembly6
1 parent 79a7790 commit 6c3ec48

File tree

2 files changed

+43
-0
lines changed

2 files changed

+43
-0
lines changed
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
{
2+
"description": "assembly index maximization for 6 qubits and 10 edges",
3+
"foldername": "assembly",
4+
"loss_func": "lff",
5+
"lff_name": "assembly_index",
6+
"dimensions": [
7+
2,
8+
2,
9+
2,
10+
2,
11+
2,
12+
2
13+
],
14+
"num_vertices": 6,
15+
"num_cols": 2,
16+
"size_of_graph": 10,
17+
"sample_size": 1,
18+
"optimizer": "L-BFGS-B",
19+
"ftol": 1e-06,
20+
"samples": 1,
21+
"thresholds": [
22+
99999
23+
],
24+
"topopt": False,
25+
"edges_tried": 30,
26+
"tries_per_edge": 5,
27+
"unicolor": False,
28+
"imaginary": False,
29+
"num_pre": 1,
30+
"bulk_thr": 0
31+
}
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"graph": {(0, 1, 0, 1): 1.0,
3+
(0, 1, 1, 0): 1.0,
4+
(0, 2, 1, 0): 1.0,
5+
(1, 4, 1, 1): 1.0,
6+
(1, 5, 0, 0): 1.0,
7+
(2, 4, 0, 1): 1.0,
8+
(2, 5, 1, 1): 1.0,
9+
(3, 4, 0, 1): 1.0,
10+
(3, 5, 1, 1): 1.0,
11+
(4, 5, 1, 0): 1.0}
12+
}

0 commit comments

Comments
 (0)