triqs.gfs.lazy_expressions.LazyExprTerminal

class triqs.gfs.lazy_expressions.LazyExprTerminal[source]

Bases: __aux

Base class for any object that can appear as a leaf of a LazyExpr.

Inheriting from this class brings in the arithmetic operator overloads from __aux, so derived objects (typically descriptors) can be combined with scalars and with each other to build a LazyExpr tree.