You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/advanced/input_files/input-main.md
+25Lines changed: 25 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -177,6 +177,9 @@
177
177
-[out\_mat\_l](#out_mat_l)
178
178
-[out\_xc\_r](#out_xc_r)
179
179
-[out\_eband\_terms](#out_eband_terms)
180
+
-[out\_hr\_npz](#out_hr_npz)
181
+
-[out\_hsr\_npz](#out_hsr_npz)
182
+
-[out\_dm\_npz](#out_dm_npz)
180
183
-[out\_mul](#out_mul)
181
184
-[out\_app\_flag](#out_app_flag)
182
185
-[out\_ndigits](#out_ndigits)
@@ -2049,6 +2052,28 @@
2049
2052
-**Description**: Whether to print the band energy terms separately in the file OUT.{term}_out.dat. The terms include the kinetic, pseudopotential (local + nonlocal), Hartree and exchange-correlation (including exact exchange if calculated).
2050
2053
-**Default**: False
2051
2054
2055
+
### out_hr_npz
2056
+
2057
+
-**Type**: Boolean
2058
+
-**Availability**: *Numerical atomic orbital basis (not gamma-only algorithm)*
2059
+
-**Description**: Whether to print Hamiltonian matrices H(R) in npz format. The output files are named output_HR0.npz, output_HR1.npz, and so on according to spin channel. This feature requires ABACUS to be built with CNPY.
2060
+
-**Default**: False
2061
+
-**Unit**: Ry
2062
+
2063
+
### out_hsr_npz
2064
+
2065
+
-**Type**: Boolean
2066
+
-**Availability**: *Numerical atomic orbital basis (not gamma-only algorithm)*
2067
+
-**Description**: Whether to print Hamiltonian matrices H(R) and overlap matrix S(R) in npz format. The output files are named output_SR.npz, output_HR0.npz, output_HR1.npz, and so on according to spin channel. This feature requires ABACUS to be built with CNPY.
2068
+
-**Default**: False
2069
+
2070
+
### out_dm_npz
2071
+
2072
+
-**Type**: Boolean
2073
+
-**Availability**: *Numerical atomic orbital basis (not gamma-only algorithm)*
2074
+
-**Description**: Whether to print density matrices DM(R) in npz format. The output files are named output_DM0.npz, output_DM1.npz, and so on according to spin channel. This feature requires ABACUS to be built with CNPY.
Copy file name to clipboardExpand all lines: docs/parameters.yaml
+24Lines changed: 24 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -3147,6 +3147,30 @@ parameters:
3147
3147
default_value: "False"
3148
3148
unit: ""
3149
3149
availability: Numerical atomic orbital basis
3150
+
- name: out_hr_npz
3151
+
category: Output information
3152
+
type: Boolean
3153
+
description: |
3154
+
Whether to print Hamiltonian matrices H(R) in npz format. The output files are named output_HR0.npz, output_HR1.npz, and so on according to spin channel. This feature requires ABACUS to be built with CNPY.
3155
+
default_value: "False"
3156
+
unit: Ry
3157
+
availability: Numerical atomic orbital basis (not gamma-only algorithm)
3158
+
- name: out_hsr_npz
3159
+
category: Output information
3160
+
type: Boolean
3161
+
description: |
3162
+
Whether to print Hamiltonian matrices H(R) and overlap matrix S(R) in npz format. The output files are named output_SR.npz, output_HR0.npz, output_HR1.npz, and so on according to spin channel. This feature requires ABACUS to be built with CNPY.
3163
+
default_value: "False"
3164
+
unit: ""
3165
+
availability: Numerical atomic orbital basis (not gamma-only algorithm)
3166
+
- name: out_dm_npz
3167
+
category: Output information
3168
+
type: Boolean
3169
+
description: |
3170
+
Whether to print density matrices DM(R) in npz format. The output files are named output_DM0.npz, output_DM1.npz, and so on according to spin channel. This feature requires ABACUS to be built with CNPY.
3171
+
default_value: "False"
3172
+
unit: ""
3173
+
availability: Numerical atomic orbital basis (not gamma-only algorithm)
item.annotation = "output H(R) and S(R) matrices in npz format";
844
+
item.category = "Output information";
845
+
item.type = "Boolean";
846
+
item.description = "Whether to print Hamiltonian matrices H(R) and overlap matrix S(R) in npz format. This feature does not work for gamma-only calculations.";
847
+
item.default_value = "False";
848
+
item.unit = "Ry";
849
+
item.availability = "Numerical atomic orbital basis (not gamma-only algorithm)";
0 commit comments