Commit aee5691
authored
Feature: Support outputting partial charge and wave functions under PW basis when
* Fix if_separate_k description in the doc
* Use nkstot instead of nks when kpar > 1
* Fix doc: set_wf -> get_wf
* Fix kpar nks -> nkstot
* Fix write_cube and pgrid reduce logic
* Delete cout and nks -> nkstot for out_wfc_re_im
* Add parameter reduce_all_pool to control reduce behavior
* Delete useless parameters in get_pchg_pw
* Fix incorrect pchg when if_separate_k is false due to lack of reduce across diff pools
* Add integrate test 113_PW_get_pchg_kpar
* Add integrate test 114_PW_get_pchg_sepk
* Add integrate test 115_PW_get_wf_kpar
* Add MPI compilation macros
* Update 115_PW_get_wf_kpar to avoid random behavior in CI/CD test
* Change param of test 115_PW_get_wf_kparkpar > 1 (#6242)1 parent 98e51b4 commit aee5691
File tree
26 files changed
+1144
-867
lines changed- docs/advanced/input_files
- source
- module_elecstate/module_charge
- module_esolver
- module_hamilt_pw/hamilt_pwdft
- module_io
- tests/01_PW
- 113_PW_get_pchg_kpar
- 114_PW_get_pchg_sepk
- 115_PW_get_wf_kpar
26 files changed
+1144
-867
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
599 | 599 | | |
600 | 600 | | |
601 | 601 | | |
602 | | - | |
| 602 | + | |
603 | 603 | | |
604 | 604 | | |
605 | 605 | | |
| |||
1921 | 1921 | | |
1922 | 1922 | | |
1923 | 1923 | | |
1924 | | - | |
| 1924 | + | |
1925 | 1925 | | |
1926 | 1926 | | |
1927 | 1927 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
100 | | - | |
| 100 | + | |
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
645 | 645 | | |
646 | 646 | | |
647 | 647 | | |
648 | | - | |
649 | | - | |
650 | | - | |
651 | | - | |
652 | | - | |
653 | | - | |
654 | | - | |
655 | | - | |
| 648 | + | |
| 649 | + | |
| 650 | + | |
| 651 | + | |
| 652 | + | |
| 653 | + | |
| 654 | + | |
| 655 | + | |
| 656 | + | |
| 657 | + | |
| 658 | + | |
| 659 | + | |
| 660 | + | |
| 661 | + | |
| 662 | + | |
| 663 | + | |
| 664 | + | |
| 665 | + | |
656 | 666 | | |
657 | 667 | | |
658 | 668 | | |
| |||
718 | 728 | | |
719 | 729 | | |
720 | 730 | | |
721 | | - | |
722 | | - | |
723 | | - | |
724 | | - | |
725 | | - | |
726 | 731 | | |
727 | 732 | | |
728 | 733 | | |
| |||
731 | 736 | | |
732 | 737 | | |
733 | 738 | | |
734 | | - | |
| 739 | + | |
| 740 | + | |
| 741 | + | |
| 742 | + | |
| 743 | + | |
735 | 744 | | |
736 | 745 | | |
737 | | - | |
738 | | - | |
739 | | - | |
740 | | - | |
741 | | - | |
742 | | - | |
743 | | - | |
| 746 | + | |
| 747 | + | |
| 748 | + | |
| 749 | + | |
| 750 | + | |
| 751 | + | |
| 752 | + | |
| 753 | + | |
| 754 | + | |
| 755 | + | |
| 756 | + | |
| 757 | + | |
| 758 | + | |
| 759 | + | |
| 760 | + | |
| 761 | + | |
744 | 762 | | |
745 | 763 | | |
746 | 764 | | |
| |||
931 | 949 | | |
932 | 950 | | |
933 | 951 | | |
934 | | - | |
| 952 | + | |
935 | 953 | | |
936 | 954 | | |
937 | 955 | | |
| |||
951 | 969 | | |
952 | 970 | | |
953 | 971 | | |
954 | | - | |
955 | | - | |
956 | | - | |
957 | | - | |
958 | | - | |
959 | | - | |
960 | 972 | | |
961 | 973 | | |
962 | | - | |
963 | 974 | | |
964 | 975 | | |
965 | 976 | | |
966 | | - | |
| 977 | + | |
| 978 | + | |
| 979 | + | |
| 980 | + | |
967 | 981 | | |
968 | 982 | | |
969 | 983 | | |
| |||
0 commit comments