triqs.gf.meshes.MeshLegendre

class triqs.gf.meshes.MeshLegendre

Mesh representing Legendre polynomials with degrees in the interval [0,max_n]

Parameters:
  • beta (float) – Inverse temperature

  • S (str) – Statistic, ‘Fermion’ or ‘Boson’

  • max_n (int) – Largest degree

Methods

__init__(*args, **kwargs)

copy

Signature : () -> MeshLegendre Make a copy (clone) of self

copy_from

Signature : (MeshLegendre other) -> None Assignment

index_to_linear

Signature : (int i) -> int index -> linear index

values

Signature : () -> PyObject * A numpy array of all the values of the mesh points

Attributes

beta

statistic

Statistic