triqs.lattice.lattice_tools.TightBinding.lattice_to_real_coordinates
- TightBinding.lattice_to_real_coordinates()
Dispatched C++ function(s).
[1] (x: ndarray[float, 1]) -> ndarray[float, 1]
Transform a vector from the lattice basis to the standard basis.
Equivalent to calling lattice_to_real_coordinates() on the underlying Bravais lattice.
- Parameters:
- xndarray[float, 1]
Vector in the lattice basis.
- Returns:
- ndarray[float, 1]
Vector in the standard basis.