Refactor Parallel Codes#7478
Merged
Merged
Conversation
added 2 commits
June 17, 2026 12:11
…uplicate specializations - Add MPI_Type<T> template struct to map C++ types to MPI_Datatype - Replace 30+ duplicate template specializations with 8 generic templates - Add explicit instantiations for all required types - Maintain full backward compatibility
added 12 commits
June 17, 2026 12:50
…tom(int iat), same for row
AsTonyshment
approved these changes
Jun 20, 2026
Growl1234
added a commit
to Growl1234/abacus-develop
that referenced
this pull request
Jun 22, 2026
Growl1234
added a commit
to Growl1234/abacus-develop
that referenced
this pull request
Jun 22, 2026
Growl1234
added a commit
to Growl1234/abacus-develop
that referenced
this pull request
Jun 22, 2026
maki49
added a commit
to maki49/abacus-develop
that referenced
this pull request
Jun 22, 2026
Growl1234
added a commit
to Growl1234/abacus-develop
that referenced
this pull request
Jun 25, 2026
Growl1234
added a commit
to Growl1234/abacus-develop
that referenced
this pull request
Jun 29, 2026
Growl1234
added a commit
to Growl1234/abacus-develop
that referenced
this pull request
Jul 1, 2026
maki49
added a commit
to maki49/abacus-develop
that referenced
this pull request
Jul 6, 2026
PeizeLin
pushed a commit
that referenced
this pull request
Jul 6, 2026
* initial version of writing H and dH terms (except exx) * correct 1-electron terms: T, Vl, Vnl * fix pot register * Gint_drho * add EXX H&dH, dH (H-F term) of Veff Hartree, and refactor * add dm_container_to_Ds and exx nscf-from-dm workflow; minor refactor OperatorEXX * fix parallel segfaults and kinetic sign * XC H-F term (FD) * enable value-adding HContainers, total dH and atom-specified output; enable nspin=2 * dH test cases * exclude cal_exx_dHs with __EXX_DEV flag, waiting for LibRI PR merged * small fixes * change scf_in_dmr ref due to not renormalizing charge at init_chg==dm * fix conflict #7462 #7475 #7478 * Revert reference change by adding option dm_no_renormalize to init_chg This reverts commit ed14d9f. * fix pyabacus CI
Growl1234
added a commit
to Growl1234/abacus-develop
that referenced
this pull request
Jul 7, 2026
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.
Refactor Parallel Codes