Template Class Operator¶
Defined in File op.hpp
Inheritance Relationships¶
Base Types¶
public container::svector< Op< Statistics::FermiDirac > >
public sequant::Expr
(Class Expr)
Class Documentation¶
-
template<Statistics S = Statistics::FermiDirac>
class Operator : public container::svector<Op<Statistics::FermiDirac>>, public sequant::Expr¶ Operator is a sequence of Op objects.
- Template Parameters:
S – specifies the particle statistics
Public Types
Public Functions
-
Operator() = default¶
-
inline virtual void adjoint() override¶
adjoint of an Operator is a reversed string of the adjoints of its ops
-
inline virtual std::wstring to_latex() const override¶
- Returns:
the string representation of
this
in LaTeX format
Public Static Attributes
-
static constexpr Statistics statistics = S¶