triqs.gf.meshes.MeshReFreq
- class triqs.gf.meshes.MeshReFreq
Mesh of real frequencies
Frequencies are evenly distributed in the interval [omega_min, omega_max] including values at both edges.
Parameters (Option 1)
- windowpair of float
The frequency interval
- n_wint
Number of frequencies
Parameters (Option 2)
- omega_minfloat
Smallest frequency
- omega_maxfloat
Largest frequency
- n_wint
Number of frequencies
Methods
|
|
Signature : () -> MeshReFreq Make a copy (clone) of self |
|
Signature : (MeshReFreq other) -> None Assignment |
|
Signature : (int i) -> int index -> linear index |
|
Signature : () -> PyObject * A numpy array of all the values of the mesh points |
Attributes