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
+2-10Lines changed: 2 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2038,11 +2038,7 @@
2038
2038
2039
2039
-**Type**: Boolean \[Integer\](optional)
2040
2040
-**Availability**: *Numerical atomic orbital basis (not gamma-only algorithm)*
2041
-
<<<<<<< HEAD
2042
-
-**Description**: Generate files containing the kinetic energy matrix. The optional second parameter controls text output precision. The format will be the same as the Hamiltonian matrix and overlap matrix as mentioned in out_mat_hs2. The name of the files will be trs1_nao.csr and so on. Also controled by out_freq_ion and out_app_flag.
2043
-
=======
2044
-
-**Description**: Generate files containing the kinetic energy matrix. The format will be the same as the Hamiltonian matrix and overlap matrix as mentioned in out_mat_hs2. The name of the files will be trs1_nao.csr and so on. Also controlled by out_freq_ion and out_app_flag.
2045
-
>>>>>>> b1aa9e54a (small fixes)
2041
+
-**Description**: Generate files containing the kinetic energy matrix. The optional second parameter controls text output precision. The format will be the same as the Hamiltonian matrix and overlap matrix as mentioned in out_mat_hs2. The name of the files will be trs1_nao.csr and so on. Also controlled by out_freq_ion and out_app_flag.
2046
2042
2047
2043
> Note: In the 3.10-LTS version, the file name is data-TR-sparse_SPIN0.csr.
2048
2044
-**Default**: False 8
@@ -2125,11 +2121,7 @@
2125
2121
2126
2122
-**Type**: Boolean \[Integer\](optional)
2127
2123
-**Availability**: *Numerical atomic orbital basis (not gamma-only algorithm)*
2128
-
<<<<<<< HEAD
2129
-
-**Description**: Whether to print files containing the derivatives of the overlap matrix. The optional second parameter controls text output precision. The format will be the same as the overlap matrix as mentioned in out_mat_dh. The name of the files will be dsxrs1_nao.csr and so on. Also controled by out_freq_ion and out_app_flag. This feature can be used with calculation get_s.
2130
-
=======
2131
-
-**Description**: Whether to print files containing the derivatives of the overlap matrix. The format will be the same as the overlap matrix as mentioned in out_mat_dh. The name of the files will be dsxrs1_nao.csr and so on. Also controlled by out_freq_ion and out_app_flag. This feature can be used with calculation get_s.
2132
-
>>>>>>> b1aa9e54a (small fixes)
2124
+
-**Description**: Whether to print files containing the derivatives of the overlap matrix. The optional second parameter controls text output precision. The format will be the same as the overlap matrix as mentioned in out_mat_dh. The name of the files will be dsxrs1_nao.csr and so on. Also controlled by out_freq_ion and out_app_flag. This feature can be used with calculation get_s.
2133
2125
2134
2126
> Note: In the 3.10-LTS version, the file name is data-dSRx-sparse_SPIN0.csr and so on.
Copy file name to clipboardExpand all lines: source/source_io/module_parameter/read_input_item_system.cpp
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -468,6 +468,7 @@ Available options are:
468
468
* file: the density will be read in from a binary file charge-density.dat first. If it does not exist, the charge density will be read in from cube files.
469
469
* wfc: the density will be calculated by wavefunctions and occupations.
470
470
* dm: the density will be calculated by real space density matrix(DMR) of LCAO base.
471
+
* dm_no_renormalize: same as dm, but the charge density is not renormalized to the number of electrons.
471
472
* hr: the real space Hamiltonian matrix(HR) will be read in from file hrs1_nao.csr in directory read_file_dir.
472
473
* auto: Abacus first attempts to read the density from a file; if not found, it defaults to using atomic density.)";
473
474
item.default_value = "atomic";
@@ -482,6 +483,7 @@ Available options are:
482
483
// dm and hr are valid options for nscf calculation (e.g., band structure, wannier90)
0 commit comments