Why lanczos algorithm is useful for finding the ground state energy?

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 4K views
wdlang
Messages
306
Reaction score
0
i am now reading some materials on lanczos algorithm, one of the ten most important numerical algorithms in the 20th century

my puzzle is, why it is useful for finding out the ground state energy?

i can not see anything special about the ground state energy in the algorithm
 
Physics news on Phys.org
wdlang said:
i am now reading some materials on lanczos algorithm, one of the ten most important numerical algorithms in the 20th century

my puzzle is, why it is useful for finding out the ground state energy?

i can not see anything special about the ground state energy in the algorithm

it's useful for obtaining the largest eigenvalue of a giant matrix, e.g. So... consider the matrix

e^{-H}

which state has the largest eigenvalue?
 
Lanczos is good for finding the lowest eigenvalues of a matrix ... hence, the ground state.
 
It can be shown that it converges quickest to extremal eigenvalues (in our case the minimal). But that isn't really WHY it's used. The reason why it is used is not really obvious unless you have some experience with other exact diagonalization methods. The Lanczos method preserves the sparcity of your Hamiltonian and thus greatly reduces the storage space required (which is very important when one actually wants to do one of these calculations). It also can be performed by keeping only 2-3 eigenvectors, which is also great for space. Finally, it lends itself to parellization.