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 optimization issues after #982 #1125

Merged
merged 1 commit into from
Nov 3, 2024
Merged

Conversation

foxtran
Copy link
Contributor

@foxtran foxtran commented Nov 3, 2024

This patch fixes optimization issues comes from refactoring of geometry optimization done in #982.

I optimized some medium-size systems (~500-1500 atoms) and noticed that results between versions 6.7.0 and 6.7.1 are different. Moreover, geometry optimizations started to fail in 6.7.1 version, while it was OK for 6.7.0 version.

I found that problem comes from commit 5366177, in which the blowing up of hessian was moved.

I have tested this patch with a few iterations of my systems and it works almost like with 6.7.0 version.

Closes #1073

Signed-off-by: Igor S. Gerasimov <i.s.ger@ya.ru>
Copy link
Member

@awvwgk awvwgk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch, thanks for sharing

@foxtran
Copy link
Contributor Author

foxtran commented Nov 3, 2024

Just noticed that it closes #1073 :)

It is possible to make 6.7.2 version?

@awvwgk awvwgk merged commit 10c8a31 into grimme-lab:main Nov 3, 2024
13 checks passed
@foxtran foxtran deleted the patch-1 branch November 3, 2024 19:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

$FIX: not respecting fixation in xcontrol file anymore (v.6.7.1)
2 participants