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
Reformat running log, delete 'printe' command in INPUT and fix the output eigenvalue information issue (#6326)
* update output files
* keep updating the output information in running log
* update output formats
* change the file name of write_istate_info write_eig_occ
* update output of band information
* update output of eigenvalues, delete useless functions
* adjust output formats in running log
* close screen output of stress
* update documents, delete printe variable and use out_band command
* update examples
* update lbfgs output of coordinates
* update CMakeLists.txt in module_io
* update write_eig_occ_test.cpp
* fix some tests
* fix io tests
* update bessel_basis warning information
* fix extracting the keep information ibz
* fix tests in cell
* fix some output formats
* update some INPUTs
* update outputtest
* update pband
* update DOS info
* fix two tests
* update dH and T(R) matrix output information
* update elecstate_print_test
* update file name of dH/dR
* update examples of dhrxs1
* update test
Copy file name to clipboardExpand all lines: docs/advanced/input_files/input-main.md
+3-10Lines changed: 3 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -86,7 +86,6 @@
86
86
-[mixing\_tau](#mixing_tau)
87
87
-[mixing\_dftu](#mixing_dftu)
88
88
-[gamma\_only](#gamma_only)
89
-
-[printe](#printe)
90
89
-[scf\_nmax](#scf_nmax)
91
90
-[scf\_thr](#scf_thr)
92
91
-[scf\_ene\_thr](#scf_ene_thr)
@@ -1253,12 +1252,6 @@ Note: In new angle mixing, you should set `mixing_beta_mag >> mixing_beta`. The
1253
1252
1254
1253
-**Default**: 0
1255
1254
1256
-
### printe
1257
-
1258
-
-**Type**: Integer
1259
-
-**Description**: Print out energy for each band for every printe step
1260
-
-**Default**: `scf_nmax`
1261
-
1262
1255
### scf_nmax
1263
1256
1264
1257
-**Type**: Integer
@@ -1772,7 +1765,7 @@ These variables are used to control the output of properties.
1772
1765
### out_band
1773
1766
1774
1767
-**Type**: Boolean \[Integer\](optional)
1775
-
-**Description**: Whether to output the eigenvalues of Hamiltonian matrix (in eV), optionally output precision can be set by a second parameter, default is 8. The output file names are:
1768
+
-**Description**: Whether to output the eigenvalues of the Hamiltonian matrix (in eV) into the running log during electronic iterations and into a file at the end of calculations. The former can be used with the 'out_freq_elec' parameter while the latter option allows the output precision to be set via a second parameter, with a default value of 8. The output file names are:
1776
1769
- nspin = 1 or 4: `eigs1.txt`;
1777
1770
- nspin = 2: `eigs1.txt` and `eigs2.txt`;
1778
1771
- For more information, refer to the [band.md](../elec_properties/band.md)
@@ -1864,7 +1857,7 @@ These variables are used to control the output of properties.
1864
1857
1865
1858
-**Type**: Boolean
1866
1859
-**Availability**: Numerical atomic orbital basis (not gamma-only algorithm)
1867
-
-**Description**: Generate files containing the kinetic energy matrix $T(R)$. 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 `trs1.csr` and so on. Also controled by [out_interval](#out_interval) and [out_app_flag](#out_app_flag).
1860
+
-**Description**: Generate files containing the kinetic energy matrix $T(R)$. 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 `trs1_nao.csr` and so on. Also controled by [out_interval](#out_interval) and [out_app_flag](#out_app_flag).
1868
1861
-**Default**: False
1869
1862
-**Unit**: Ry
1870
1863
-**Note**: In the 3.10-LTS version, the file name is data-TR-sparse_SPIN0.csr.
@@ -1873,7 +1866,7 @@ These variables are used to control the output of properties.
1873
1866
1874
1867
-**Type**: Boolean
1875
1868
-**Availability**: Numerical atomic orbital basis (not gamma-only algorithm)
1876
-
-**Description**: Whether to print files containing the derivatives of the Hamiltonian matrix. 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 `dhrxs1.csr` and so on. Also controled by [out_interval](#out_interval) and [out_app_flag](#out_app_flag).
1869
+
-**Description**: Whether to print files containing the derivatives of the Hamiltonian matrix. 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 `dhrxs1_nao.csr`, `dhrys1_nao.csr`, `dhrzs1_nao.csr` and so on. Also controled by [out_interval](#out_interval) and [out_app_flag](#out_app_flag).
1877
1870
-**Default**: False
1878
1871
-**Unit**: Ry/Bohr
1879
1872
-**Note**: In the 3.10-LTS version, the file name is data-dHRx-sparse_SPIN0.csr and so on.
0 commit comments