triqs.mesh.meshes.MeshReFreq.to_value
- MeshReFreq.to_value()
Dispatched C++ function(s).
[1] (n: int) -> float
Map an index \(n \in \{0, 1, \ldots, N-1\}\) to its corresponding value \(m(n)\).
- Parameters:
- nint
Index \(n\) to map.
- Returns:
- float
Value of the mesh point \(m(n) = a + n \cdot \Delta\).