-
Notifications
You must be signed in to change notification settings - Fork 134
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
Bug: BFGS breakdown for Fe5C2(510) slab system due to weird magmom-flip #5006
Comments
PBE have the same problem: |
This problem seems to be a charge extrapolation problem, I've check commits and found that commit 844e0e0 introduce this problem.
And For test and reproduce, I output a high-precision CHG file by SCF from 3.7.4 ABACUS, one can access via: https://www.jianguoyun.com/p/DYH1Q3YQrZ-XCRjiqdMFIAA And the file @YuLiu98 @mohanchen Any comments ? |
I have tested this example using ABACUS v3.7.3 and v3.7.0. And I got the same result. Note that I used C_gga_8au_100Ry_2s2p1d.orb and Fe_gga_9au_100Ry_4s2p2d1f.orb instead of C_gga_7au_100Ry_2s2p1d.orb and Fe_gga_8au_100Ry_4s2p2d1f.orb. It seems to be influenced by the orbitals. @QuantumMisaka You can also test it using my files provided here: liuyu_test_first_order.tar.gz |
I have fixed this bug in PR #5007. Please feel free to follow it if you want. And this is my test result for your example: liuyu_bug_fixed.tar.gz |
Describe the bug
When doing BFGS using
MGGA_X_R2SCAN+MGGA_C_R2SCAN
in Fe5C2(510) surfaces (and adsobate-surface) systems, the BFGS tend to breakdown:I've done some test and found that:
smearing_sigma
will have no helpchg_extrap
fromfirst-order
toatomic
can alleviate this problem, but has no help for the final relaxation processWhere the positive magmom for Fe are normal, the negative are abnormal. ant these negative magmom will arise in relaxation process. (often occur at the 2nd and 3rd ion step)
Expected behavior
The relaxation process for R2SCAN in Fe5C2(510) slab be robustly normal
Also:
To Reproduce
Attachments:
Fe5C2-SCAN-opt.tar.gz
Environment
No response
Additional Context
No response
Task list for Issue attackers (only for developers)
The text was updated successfully, but these errors were encountered: