|
31 | 31 | - [read\_file\_dir](#read_file_dir) |
32 | 32 | - [restart\_load](#restart_load) |
33 | 33 | - [wannier\_card](#wannier_card) |
| 34 | + - [spillage\_outdir](#spillage_outdir) |
34 | 35 | - [Plane Wave](#plane-wave-related-variables) |
35 | 36 | - [ecutwfc](#ecutwfc) |
36 | 37 | - [ecutrho](#ecutrho) |
|
172 | 173 | - [out\_wfc_re_im](#out_wfc_re_im) |
173 | 174 | - [if\_separate\_k](#if_separate_k) |
174 | 175 | - [out\_elf](#out_elf) |
| 176 | + - [out\_spillage](#out_spillage) |
175 | 177 | - [Density of States](#density-of-states) |
176 | 178 | - [dos\_edelta\_ev](#dos_edelta_ev) |
177 | 179 | - [dos\_sigma](#dos_sigma) |
@@ -780,6 +782,13 @@ These variables are used to control parameters related to input files. |
780 | 782 | - **Description**: The name of the input file related to Wannier90. |
781 | 783 | - **Default**: "none" |
782 | 784 |
|
| 785 | +### spillage_outdir |
| 786 | + |
| 787 | +- **Type**: String |
| 788 | +- **Availability**: Used only for plane wave basis set. |
| 789 | +- **Description**: The directory to save the spillage files. |
| 790 | +- **Default**: "./" |
| 791 | + |
783 | 792 | [back to top](#full-list-of-input-keywords) |
784 | 793 |
|
785 | 794 | ## Plane wave related variables |
@@ -2026,6 +2035,13 @@ These variables are used to control the output of properties. |
2026 | 2035 | In molecular dynamics calculations, the output frequency is controlled by [out_interval](#out_interval). |
2027 | 2036 | - **Default**: 0 3 |
2028 | 2037 |
|
| 2038 | +### out_spillage |
| 2039 | + |
| 2040 | +- **Type**: Integer |
| 2041 | +- **Availability**: Only for Kohn-Sham DFT with plane-wave basis. |
| 2042 | +- **Description**: This output is only intentively needed by the ABACUS numerical atomic orbital generation workflow. This parameter is used to control whether to output the overlap integrals between truncated spherical Bessel functions (TSBFs) and plane-wave basis expanded wavefunctions (named as `OVERLAP_Q`), and between TSBFs (named as `OVERLAP_Sq`), also their first order derivatives. The output files are named starting with `orb_matrix`. A value of `2` would enable the output. |
| 2043 | +- **Default**: 0 |
| 2044 | + |
2029 | 2045 | [back to top](#full-list-of-input-keywords) |
2030 | 2046 |
|
2031 | 2047 | ## Density of states |
|
0 commit comments