Good morning! I have a doubt about the python routine at: https://www.google.com/url?sa=t&source=web&rct=j&url=https://docs.scipy.org/doc/scipy-0.14.0/reference/generated/scipy.sparse.linalg.eigsh.html&ved=2ahUKEwjJxrid8ezoAhXj6eAKHQbzBCwQFjAAegQIARAB&usg=AOvVaw29YNiM2xotOUio89RVOe_x&cshid=1587038068544
It says that it computers k eigenvectors and eigenvalues, with k smaller than matrix dimension, but is it possible to use it to get the lowest k eigenvalues or are those eigenvalues randomly ordered in the spectrum?