################################ # Diagram information ################################ name = "debox" edges = [[1, 4], [1, 2], [2, 3], [3, 4], [3, 4]] nodes = [1, 2, 3, 4] internal_masses = [0, 0, 0, 0, 0] external_masses = [0, 0, 0, 0] U = x[1]*x[4] + x[1]*x[5] + x[2]*x[4] + x[2]*x[5] + x[3]*x[4] + x[3]*x[5] + x[4]*x[5] F = s*x[1]*x[3]*x[4] + s*x[1]*x[3]*x[5] + t*x[2]*x[4]*x[5] parameters = [s, t] variables = [x[1], x[2], x[3], x[4], x[5]] χ_generic = 3 f_vector = [10, 33, 50, 36, 11] ################################ # Component 1 ################################ D[1] = s χ[1] = 1 weights[1] = [[-2, -1, -2, -2, -1], [-2, -1, -2, -1, -2], [-2, -1, -2, -1, -1]] computed_with[1] = ["PLD_sym"] ################################ # Component 2 ################################ D[2] = s + t χ[2] = 2 weights[2] = [[0, 0, 0, -1, 0], [0, 0, 0, 0, -1], [0, 0, 0, 0, 0]] computed_with[2] = ["PLD_sym", "HyperInt"] ################################ # Component 3 ################################ D[3] = t χ[3] = 1 weights[3] = [[-1, -2, -1, -3, -3], [-2, -1, 0, -1, -1], [-1, -2, -1, 0, 0], [0, -1, -2, -1, -1], [-1, -1, 1, 0, 0], [1, -1, -1, 0, 0], [-1, -1, 0, 0, 0], [0, -1, -1, 0, 0]] computed_with[3] = ["PLD_sym"]