triqs.lattice.tight_binding.TBLattice.lattice_to_real_coordinates

TBLattice.lattice_to_real_coordinates(x)[source]

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.