seemps.analysis.comptree.BinaryRoot#

class seemps.analysis.comptree.BinaryRoot#

Bases: object

Terminal node for a BinaryTree, representing the final ternary functional dependence.

Represents a ternary function f(x_L, x_s, x_R), where x_L and x_R are values propagated from the left and right subtrees, respectively, and x_s is obtained by evaluating the node’s discretization grid at index s.

The length of the discretization grid determines the physical dimension of the corresponding MPS core.