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.
- windowpair of float
- The frequency interval
- n_wint
- Number of frequencies
- omega_minfloat
- Smallest frequency
- omega_maxfloat
- Largest frequency
- n_wint
- Number of frequencies
Methods
__init__ (*args, **kwargs) |
|
copy |
Signature : () -> MeshReFreq Make a copy (clone) of self |
copy_from |
Signature : (MeshReFreq 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
delta |
|
omega_max |
|
omega_min |