from .compound import CompoundTensor # this is just a contraction class Trace(CompoundTensor): """ maybe needs to be a function that just returns the tensor not sure there is any need for this at all. """ def __init__(self, tensor, *slots): pass