triqs.operators.operators.c_dag

triqs.operators.operators.c_dag()

Dispatched C++ function(s).

[1] ()
  -> Operator

[2] (indices: int | str | float | [int, len = 3])
  -> Operator

[3] (indices0: int | str | float | [int, len = 3],
     indices1: int | str | float | [int, len = 3])
  -> Operator

[4] (indices0: int | str | float | [int, len = 3],
     indices1: int | str | float | [int, len = 3],
     indices2: int | str | float | [int, len = 3])
  -> Operator

[5] (indices0: int | str | float | [int, len = 3],
     indices1: int | str | float | [int, len = 3],
     indices2: int | str | float | [int, len = 3],
     indices3: int | str | float | [int, len = 3])
  -> Operator

Create a creation operator \(\hat{c}_{\alpha}^{\dagger}\).

Parameters:
indicesint | str | float | [int, len = 3]

\(\beta_1, \dots, \beta_k\) that form the index \(\alpha\).

Returns:
Operator

Many-body operator \(\hat{O} = \hat{c}_{\alpha}^{\dagger}\).