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 calculations on LaNiO3 show that the convergence and result depends on initial guess. It turns out a good initial guess is the result from calculations with similar parameters. I plan to add saving and reading vloc as initial guess to the code.
The text was updated successfully, but these errors were encountered:
isn't that captured in the option:
if 0:
# enable this to propagate starting guesses from one U
# to another. Here disabled for the honeycomb hubbard case
# because at some U between 3. and 4. the solution changes
character
if StartGuessNextU is None:
StartGuessNextU = Jobs[-1]
(~l.300 in lattice_dmet.py)?
On 04/28/2013 05:47 PM, zhengbx wrote:
The calculations on LaNiO3 show that the convergence and result
depends on initial guess. It turns out a good initial guess is the
result from calculations with similar parameters. I plan to add saving
and reading vloc as initial guess to the code.
—
Reply to this email directly or view it on GitHub #1.
The calculations on LaNiO3 show that the convergence and result depends on initial guess. It turns out a good initial guess is the result from calculations with similar parameters. I plan to add saving and reading vloc as initial guess to the code.
The text was updated successfully, but these errors were encountered: