triqs.operators.operators

Doc to be written

Functions

c

annihilation operator

c_dag

creation operator

dagger

Signature : (Operator Op) -> Operator Return the dagger of the operator

is_op_hermitian

Signature : (Operator op, float tolerance = 0.0) -> bool check if operator is hermitian up to given tolerance (default=0.0)

n

number operator

Classes

Operator