triqs.mesh.meshes.MeshImTime.to_data_index
- MeshImTime.to_data_index()
Dispatched C++ function(s).
[1] (n: int) -> int
Map an index \(n \in \{0, 1, \ldots, N-1\}\) to its corresponding data index \(d(n)\).
- Parameters:
- nint
Index \(n\) to map.
- Returns:
- int
Data index \(d(n) = n\).