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

Backtrack line minimisation can fail #343

Open
davidbowler opened this issue Apr 5, 2024 · 0 comments
Open

Backtrack line minimisation can fail #343

davidbowler opened this issue Apr 5, 2024 · 0 comments
Assignees
Labels
area: main-source Relating to the src/ directory (main Conquest source code) improves: stability Fix or enhance issues with stability or robustness needs: confirmation Bug or issue needing confirmation priority: minor time: days type: question Issue to be discussed by developers

Comments

@davidbowler
Copy link
Contributor

The backtracking line minimiser applies an Armijo criterion to decide whether a change in energy is acceptable. Under some circumstances this can lead to a failure to perform a line minimisation as the largest drop in energy does not satisfy the criterion.

(Unfortunately the only example I have available is for a large, five hundred atom system; it is attached for reference - the failure is in cell optimisation.)

ArmijoFail.zip

@davidbowler davidbowler added area: main-source Relating to the src/ directory (main Conquest source code) improves: stability Fix or enhance issues with stability or robustness needs: confirmation Bug or issue needing confirmation priority: minor time: days type: question Issue to be discussed by developers labels Apr 5, 2024
@davidbowler davidbowler self-assigned this Apr 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: main-source Relating to the src/ directory (main Conquest source code) improves: stability Fix or enhance issues with stability or robustness needs: confirmation Bug or issue needing confirmation priority: minor time: days type: question Issue to be discussed by developers
Projects
None yet
Development

No branches or pull requests

1 participant