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

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.
 
Hi. I have got question as in title. How can idea of instantaneous dipole moment for atoms like, for example hydrogen be consistent with idea of orbitals? At my level of knowledge London dispersion forces are derived taking into account Bohr model of atom. But we know today that this model is not correct. If it would be correct I understand that at each time electron is at some point at radius at some angle and there is dipole moment at this time from nucleus to electron at orbit. But how...
Back
Top