triqs_cthyb.configuration.OpDesc

class triqs_cthyb.configuration.OpDesc

Bases: object

Description of a creation/annihilation operator.


Synthesized constructor with the following keyword arguments:

Parameters:
block_indexint
inner_indexint
daggerbool
linear_indexint

Attributes

block_index

Block index of the operator.

dagger

Whether the operator is a dagger (creation operator).

inner_index

Inner index within the block.

linear_index

Cumulative (linear) index.