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

  • statistic (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

to_data_index

Signature : (triqs::mesh::legendre::index_t index) -> triqs::mesh::legendre::data_index_t Function to convert an index to a data index

to_index

Signature : (triqs::mesh::legendre::data_index_t data_index) -> triqs::mesh::legendre::index_t Function to convert a data index to an index

Attributes

beta

mesh_hash

statistic

Statistic