You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Davidson algorithm needs an initial search space,
the base class will provide a second interface computeWithGuess which adds another input parameter consisting of a matrix containing the initial search space as columns. If compute is called a default search space is set up using unitvectors from sorting the diagonal entries.
The text was updated successfully, but these errors were encountered:
JensWehner
changed the title
2-Setting up initial search space
Setting up initial search space
Jun 26, 2020
The Davidson algorithm needs an initial search space,
the base class will provide a second interface
computeWithGuess
which adds another input parameter consisting of a matrix containing the initial search space as columns. Ifcompute
is called a default search space is set up using unitvectors from sorting the diagonal entries.The text was updated successfully, but these errors were encountered: