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
|
|
Signature : () -> MeshLegendre Make a copy (clone) of self |
|
Signature : (MeshLegendre other) -> None Assignment |
|
Signature : (int i) -> int index -> linear index |
|
Signature : () -> PyObject * A numpy array of all the values of the mesh points |
Attributes
Statistic |