File tree Expand file tree Collapse file tree 2 files changed +39
-0
lines changed
pytheus/graphs/AssemblyIndex/assembly4 Expand file tree Collapse file tree 2 files changed +39
-0
lines changed Original file line number Diff line number Diff line change 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+ }
Original file line number Diff line number Diff line change 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+ }
You can’t perform that action at this time.
0 commit comments