triqs.gf.meshes.MeshDLRImTime
- class triqs.gf.meshes.MeshDLRImTime
Mesh of DLR imaginary times
The MeshPoint for a given linear_index i can be otained through m[i] and for an index n through m(n)
The associated Green function does not allow for evaluation on arbitrary tau-points. For this use the Green function on the associated MeshDLR
- Parameters:
beta (float) – Inverse temperature
statistic (str) – Statistic, ‘Fermion’ or ‘Boson’
w_max (float) – DLR energy cutoff, same as Lambda / beta
eps (float) – Representation accuracy
symmetrize (bool [default = false]) – Experimental! Whether to choose the time-points symmetrically around beta/2. For fermionic/bosonic statistic enforces even/odd dlr-rank and number of tau-points
Methods
|
|
Signature : () -> MeshDLRImTime Make a copy (clone) of self |
|
Signature : (MeshDLRImTime other) -> None Assignment |
|
Signature : (dlr_imtime::index_t index) -> dlr_imtime::data_index_t Function to convert an index to a data index |
|
Signature : (dlr_imtime::data_index_t data_index) -> dlr_imtime::index_t Function to convert a data index to an index |
|
Signature : (dlr_imtime::index_t index) -> dlr_imtime::value_t index -> value |
|
Signature : () -> PyObject * A numpy array of all the values of the mesh points |
Attributes
Statistic |
|