-
Notifications
You must be signed in to change notification settings - Fork 61
Closed
Description
Consider the problem of the optimal contraction ordering of Fullerene structured tensor network with 60 nodes and 90 edges, its contraction complexity is only approximately 10. Using optimaltree
function, I did not find the optimal contraction ordering in several minutes.
@Jutho
Do you think setting the contraction complexity upper bound would help truncating the search space?
maxcost = addcost(mulcost(reduce(mulcost, allcosts; init=one(costtype)), maximum(allcosts)), zero(costtype)) # add zero for type stability: Power -> Poly |
Network data
(1, 2, 3), (4, 5, 6), (7, 8, 9), (10, 11, 12), (13, 14, 15), (7, 16, 17), (18, 19, 20), (10, 21, 22), (23, 24, 25),
(1, 16, 26), (27, 28, 29), (4, 21, 30), (13, 31, 32), (18, 31, 33), (26, 34, 35), (30, 36, 37), (38, 39, 40),
(38, 41, 42), (39, 43, 44), (41, 45, 46), (47, 48, 49), (50, 51, 52), (23, 43, 53), (27, 45, 53), (32, 54, 55),
(33, 56, 57), (34, 58, 59), (36, 60, 61), (62, 63, 64), (65, 66, 67), (17, 47, 68), (22, 50, 69), (48, 62, 70),
(51, 63, 71), (54, 72, 73), (56, 72, 74), (73, 75, 76), (74, 77, 78), (75, 79, 80), (77, 79, 81), (2, 44, 82),
(5, 46, 83), (8, 55, 84), (11, 57, 85), (70, 86, 87), (71, 86, 88), (68, 82, 89), (69, 83, 90), (35, 76, 84),
(37, 78, 85), (58, 65, 80), (60, 66, 81), (24, 28, 67), (40, 87, 89), (42, 88, 90), (14, 19, 64), (9, 15, 49),
(12, 20, 52), (3, 25, 59), (6, 29, 61)
Metadata
Metadata
Assignees
Labels
No labels