triqs.mesh.mesh_point

Lightweight Python representation of a single point on a TRIQS mesh.

Classes

MeshPoint(index, data_index, mesh_hash[, ...])

A single point on a TRIQS mesh.

MeshValueGenerator(m)

Iterator adaptor yielding the value of each mesh point of a given mesh.