triqs.mesh.meshes.MeshChebyshev.to_value
- MeshChebyshev.to_value()
Dispatched C++ function(s).
[1] (n: int) -> float
Map an index \(n\) to its corresponding value \(\tau_n\).
- Parameters:
- nint
Index \(n\) to map.
- Returns:
- float
Value \(\tau_n\) (Chebyshev point scaled to \([0, \beta]\)).