Update initialization of pw_wfc in esolver_ks.cpp, also some old gint has been deleted, E_bandgap has been changed to E_gap(k), struct efermi has been changed to Efermi#6617
Merged
mohanchen merged 23 commits intodeepmodeling:developfrom Oct 19, 2025
Conversation
…update_pot, which is replaced by update_pot function in estate, the other is save2 function used in after_iter
Collaborator
AsTonyshment
left a comment
There was a problem hiding this comment.
In the file source/source_io/test/print_info_test.cpp, there are multiple setup_parameters that should be replaced with new print_parameters.
AsTonyshment
approved these changes
Oct 18, 2025
Cstandardlib
approved these changes
Oct 18, 2025
kluonj
pushed a commit
to kluonj/abacus-develop
that referenced
this pull request
Oct 21, 2025
… has been deleted, E_bandgap has been changed to E_gap(k), struct efermi has been changed to Efermi (deepmodeling#6617) * add update_pot in source_estate * split update_pot in rt-TDDFT into two functions, one is the original update_pot, which is replaced by update_pot function in estate, the other is save2 function used in after_iter * fix bugs * update * update esolver_ks * small updates * small bug fixed * update E_bandgap to E_gap(k) * delete rho_restart file * change setup_parameters to print_parameters * move setup_pw.cpp to setup_pwwfc.cpp in module_pwdft * update esolver, small things * delete some old_gint codes in esolver * fix bugs, update outputs * fix bug in tests * change efermi to Efermi in fp_energy.h * fix bugs * fix exd and exc in ctrl_runner_lcao * fix cmake * fix bug
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Update initialization of pw_wfc in esolver_ks.cpp