Skip to content

Commit 8b58e5b

Browse files
committed
assembly4
1 parent 6c3ec48 commit 8b58e5b

File tree

2 files changed

+39
-0
lines changed

2 files changed

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

0 commit comments

Comments
 (0)