Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix cusp for NaN's and catch bracketing failures #1594

Merged
merged 4 commits into from
May 13, 2019

Commits on May 10, 2019

  1. Configuration menu
    Copy the full SHA
    52ca70a View commit details
    Browse the repository at this point in the history
  2. Catch bracket errors during cusp minimization

    The code to bracket a minimum throws an exception, which is not well
    reported, espcially under MPI.  This catches the exception and aborts
    the execution with a more visible message.
    
    The effective local energy divides by the value of wavefunction correction.
    If it is zero, the result is a NaN, which makes bracketing and minimization
    run poorly.  This is a simple hack to prevent the denominator from being zero.
    markdewing committed May 10, 2019
    Configuration menu
    Copy the full SHA
    8edcb86 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    51ef82d View commit details
    Browse the repository at this point in the history

Commits on May 13, 2019

  1. Configuration menu
    Copy the full SHA
    f7ebe61 View commit details
    Browse the repository at this point in the history