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
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -153,6 +153,7 @@
153
153
-[out\_mat\_hs2](#out_mat_hs2)
154
154
-[out\_mat\_t](#out_mat_t)
155
155
-[out\_mat\_dh](#out_mat_dh)
156
+
-[out\_mat\_ds](#out_mat_ds)
156
157
-[out\_mat\_xc](#out_mat_xc)
157
158
-[out\_mat\_xc2](#out_mat_xc2)
158
159
-[out\_mat\_l](#out_mat_l)
@@ -1801,6 +1802,13 @@ These variables are used to control the output of properties.
1801
1802
-**Description**: Whether to print files containing the derivatives of the Hamiltonian matrix (in Ry/Bohr). The format will be the same as the Hamiltonian matrix $H(R)$ and overlap matrix $S(R)$ as mentioned in [out_mat_hs2](#out_mat_hs2). The name of the files will be `data-dHRx-sparse_SPIN0.csr` and so on. Also controled by [out_interval](#out_interval) and [out_app_flag](#out_app_flag).
1802
1803
-**Default**: False
1803
1804
1805
+
### out_mat_ds
1806
+
1807
+
-**Type**: Boolean
1808
+
-**Availability**: Numerical atomic orbital basis (not gamma-only algorithm)
1809
+
-**Description**: Whether to print files containing the derivatives of the Overlap matrix (in Ry/Bohr). The format will be the same as the Overlap matrix $dH(R)$ as mentioned in [out_mat_dh](#out_mat_dh). The name of the files will be `data-dSRx-sparse_SPIN0.csr` and so on. Also controled by [out_interval](#out_interval) and [out_app_flag](#out_app_flag). This feature can be used with `calculation get_S`.
0 commit comments