triqs.lattice.super_lattice.TBSuperLattice.lattice_to_real_coordinates
- TBSuperLattice.lattice_to_real_coordinates(x)
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.