Template Class Op¶
Defined in File op.hpp
Nested Relationships¶
Nested Types¶
Class Documentation¶
-
template<Statistics S = Statistics::FermiDirac>
class Op¶ Op is a creator/annihilator operator.
- Template Parameters:
S – specifies the particle statistics
Public Functions
-
Op() = default¶
-
inline void adjoint()¶
changes this to its (Hermitian) adjoint
-
inline std::wstring to_latex() const¶
- Returns:
the string representation of
this
in LaTeX format
Public Static Functions
-
static inline std::wstring core_label()¶
Public Static Attributes
-
static constexpr Statistics statistics = S¶
-
struct TypeCompare¶
compares 2 Op objects while ignoring Index label (see Index::TypeCompare)
-
struct TypeEquality¶
tests equality of 2 Op objects while ignoring Index label (see Index::TypeEquality)