triqs.gf.meshes.MeshImTime

class triqs.gf.meshes.MeshImTime

Mesh of imaginary times

Mesh-points are evenly distributed in the interval [0,beta] including points at both edges.

Parameters:
  • beta (float) – Inverse temperature

  • statistic (str) – Statistic, ‘Fermion’ or ‘Boson’

  • n_tau (int) – Number of mesh-points

Methods

__init__(*args, **kwargs)

copy

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

copy_from

Signature : (MeshImTime other) -> None Assignment

to_data_index

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

to_index

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

to_value

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

values

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

Attributes

beta

mesh_hash

statistic

Statistic