triqs.mesh.meshes.MeshReFreqPts.to_index

MeshReFreqPts.to_index()

Dispatched C++ function(s).

[1] (d: int)
  -> int

Map a data index \(d\) to the corresponding index \(n(d) = d\).

Parameters:
dint

Data index \(d\) to map.

Returns:
int

Index \(n(d) = d\).