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

__init__(*args, **kwargs)

copy

Signature : () -> MeshReFreq Make a copy (clone) of self

copy_from

Signature : (MeshReFreq other) -> None Assignment

to_data_index

Signature : (refreq::index_t index) -> refreq::data_index_t Function to convert an index to a data index

to_index

Signature : (refreq::data_index_t data_index) -> refreq::index_t Function to convert a data index to an index

to_value

Signature : (refreq::index_t index) -> refreq::value_t index -> value

values

Signature : () -> PyObject * A numpy array of all the values of the mesh points

Attributes

delta

mesh_hash

w_max

w_min