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
|
|
Signature : () -> MeshLegendre Make a copy (clone) of self |
|
Signature : (MeshLegendre other) -> None Assignment |
|
Signature : (triqs::mesh::legendre::index_t index) -> triqs::mesh::legendre::data_index_t Function to convert an index to a data 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
Statistic |