triqs.gf.meshes.MeshReFreq
- class triqs.gf.meshes.MeshReFreq
Mesh of real frequencies
Frequencies are evenly distributed in the interval [w_min, w_max] including values at both edges.
Parameters (Option 1)
- windowpair of float
The frequency interval
- n_wint
Number of frequencies
Parameters (Option 2)
- w_minfloat
Smallest frequency
- w_maxfloat
Largest frequency
- n_wint
Number of frequencies
Methods
|
|
Signature : () -> MeshReFreq Make a copy (clone) of self |
|
Signature : (MeshReFreq other) -> None Assignment |
|
Signature : (refreq::index_t index) -> refreq::data_index_t Function to convert an index to a data index |
|
Signature : (refreq::data_index_t data_index) -> refreq::index_t Function to convert a data index to an index |
|
Signature : (refreq::index_t index) -> refreq::value_t index -> value |
|
Signature : () -> PyObject * A numpy array of all the values of the mesh points |
Attributes