triqs.operators.operators.dagger

triqs.operators.operators.dagger()

Dispatched C++ function(s).

[1] (op: Operator)
  -> Operator

Compute the Hermitian conjugate (dagger) of the many-body operator \(\hat{O}\).

Computes the Hermitian conjugate by reversing the order of the canonical operators in each monomial and flipping their dagger flag. The coefficients are complex conjugated.

Parameters:
opOperator

Many-body operator \(\hat{O}\).

Returns:
Operator

Many-body operator \(\hat{O}^{\dagger}\).