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
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -163,7 +163,7 @@
163
163
-[out\_mul](#out_mul)
164
164
-[out\_app\_flag](#out_app_flag)
165
165
-[out\_ndigits](#out_ndigits)
166
-
-[out\_interval](#out_interval)
166
+
-[out\_freq\_ion](#out_freq_ion)
167
167
-[out\_element\_info](#out_element_info)
168
168
-[restart\_save](#restart_save)
169
169
-[rpa](#rpa)
@@ -1655,7 +1655,7 @@ These variables are used to control the output of properties.
1655
1655
1656
1656
In EXX(exact exchange) calculations, (i.e. *[dft_fuctional](#dft_functional)==hse/hf/pbe0/scan0* or *[rpa](#rpa)==True*), the Hexx(R) files will be output in the folder `OUT.${suffix}` too, which can be read in NSCF calculation.
1657
1657
1658
-
In molecular dynamics simulations, the output frequency is controlled by [out_interval](#out_interval).
1658
+
In molecular dynamics simulations, the output frequency is controlled by [out_freq_ion](#out_freq_ion).
1659
1659
-**Default**: 0 3
1660
1660
-**Note**: In the 3.10-LTS version, the file names are SPIN1_CHG.cube and SPIN1_CHG_INI.cube, etc.
1661
1661
@@ -1693,7 +1693,7 @@ These variables are used to control the output of properties.
1693
1693
- nspin = 2: `pots1_ini.cube` and `pots2_ini.cube`;
1694
1694
- nspin = 4: `pots1_ini.cube`, `pots2_ini.cube`, `pots3_ini.cube`, and `pots4_ini.cube`
1695
1695
1696
-
In molecular dynamics calculations, the output frequency is controlled by [out_interval](#out_interval).
1696
+
In molecular dynamics calculations, the output frequency is controlled by [out_freq_ion](#out_freq_ion).
1697
1697
-**Default**: 0
1698
1698
-**Note**: In the 3.10-LTS version, the file names are SPIN1_POT.cube and SPIN1_POT_INI.cube, etc.
1699
1699
@@ -1749,7 +1749,7 @@ These variables are used to control the output of properties.
1749
1749
1750
1750
The corresponding sequence of the orbitals can be seen in [Basis Set](../pp_orb.md#basis-set).
1751
1751
1752
-
Also controled by [out_interval](#out_interval) and [out_app_flag](#out_app_flag).
1752
+
Also controled by [out_freq_ion](#out_freq_ion) and [out_app_flag](#out_app_flag).
1753
1753
-**Default**: False
1754
1754
-**Note**: In the 3.10-LTS version, the file names are WFC_NAO_GAMMA1_ION1.txt and WFC_NAO_K1_ION1.txt, etc.
1755
1755
@@ -1826,7 +1826,7 @@ These variables are used to control the output of properties.
1826
1826
1827
1827
-**Type**: Boolean \[Integer\](optional)
1828
1828
-**Availability**: Numerical atomic orbital basis
1829
-
-**Description**: Whether to print the upper triangular part of the Hamiltonian matrices and overlap matrices for each k-point into files in the directory `OUT.${suffix}`. The second number controls precision. For more information, please refer to [hs_matrix.md](../elec_properties/hs_matrix.md#out_mat_hs). Also controled by [out_interval](#out_interval) and [out_app_flag](#out_app_flag).
1829
+
-**Description**: Whether to print the upper triangular part of the Hamiltonian matrices and overlap matrices for each k-point into files in the directory `OUT.${suffix}`. The second number controls precision. For more information, please refer to [hs_matrix.md](../elec_properties/hs_matrix.md#out_mat_hs). Also controled by [out_freq_ion](#out_freq_ion) and [out_app_flag](#out_app_flag).
1830
1830
- For gamma only case:
1831
1831
- nspin = 1: `hks1_nao.txt` for the Hamiltonian matrix and `sks1_nao.txt` for the overlap matrix;
1832
1832
- nspin = 2: `hks1_nao.txt` and `hks2_nao.txt` for the Hamiltonian matrix and `sks1_nao.txt` for the overlap matrix. Note that the code will not output `sks2_nao.txt` because it is the same as `sks1_nao.txt`;
@@ -1870,7 +1870,7 @@ These variables are used to control the output of properties.
1870
1870
1871
1871
-**Type**: Boolean
1872
1872
-**Availability**: Numerical atomic orbital basis (not gamma-only algorithm)
1873
-
-**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).
1873
+
-**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_freq_ion](#out_freq_ion) and [out_app_flag](#out_app_flag).
1874
1874
-**Default**: False
1875
1875
-**Unit**: Ry
1876
1876
-**Note**: In the 3.10-LTS version, the file name is data-TR-sparse_SPIN0.csr.
@@ -1879,7 +1879,7 @@ These variables are used to control the output of properties.
1879
1879
1880
1880
-**Type**: Boolean
1881
1881
-**Availability**: Numerical atomic orbital basis (not gamma-only algorithm)
1882
-
-**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).
1882
+
-**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_freq_ion](#out_freq_ion) and [out_app_flag](#out_app_flag).
1883
1883
-**Default**: False
1884
1884
-**Unit**: Ry/Bohr
1885
1885
-**Note**: In the 3.10-LTS version, the file name is data-dHRx-sparse_SPIN0.csr and so on.
@@ -1888,7 +1888,7 @@ These variables are used to control the output of properties.
1888
1888
1889
1889
-**Type**: Boolean
1890
1890
-**Availability**: Numerical atomic orbital basis (not gamma-only algorithm)
1891
-
-**Description**: Whether to print files containing the derivatives of the overlap matrix. 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 `dsrxs1.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`.
1891
+
-**Description**: Whether to print files containing the derivatives of the overlap matrix. 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 `dsrxs1.csr` and so on. Also controled by [out_freq_ion](#out_freq_ion) and [out_app_flag](#out_app_flag). This feature can be used with `calculation get_s`.
1892
1892
-**Default**: False
1893
1893
-**Unit**: Ry/Bohr
1894
1894
-**Note**: In the 3.10-LTS version, the file name is data-dSRx-sparse_SPIN0.csr and so on.
@@ -1936,7 +1936,7 @@ These variables are used to control the output of properties.
1936
1936
1937
1937
-**Type**: Boolean
1938
1938
-**Availability**: Numerical atomic orbital basis
1939
-
-**Description**: Whether to print the Mulliken population analysis result into `OUT.${suffix}/mulliken.txt`. In molecular dynamics calculations, the output frequency is controlled by [out_interval](#out_interval).
1939
+
-**Description**: Whether to print the Mulliken population analysis result into `OUT.${suffix}/mulliken.txt`. In molecular dynamics calculations, the output frequency is controlled by [out_freq_ion](#out_freq_ion).
1940
1940
-**Default**: False
1941
1941
1942
1942
### out_app_flag
@@ -1953,7 +1953,7 @@ These variables are used to control the output of properties.
1953
1953
-**Description**: Controls the length of decimal part of output data, such as charge density, Hamiltonian matrix, Overlap matrix and so on.
1954
1954
-**Default**: 8
1955
1955
1956
-
### out_interval
1956
+
### out_freq_ion
1957
1957
1958
1958
-**Type**: Integer
1959
1959
-**Description**: After self-consistent-field calculations, control the interval of ionic movements for printing properties. These properties cover charge density, local potential, electrostatic potential, Hamiltonian matrix, overlap matrix, density matrix, Mulliken population analysis and so on.
@@ -2025,7 +2025,7 @@ These variables are used to control the output of properties.
2025
2025
The second integer controls the precision of the kinetic energy density output, if not given, will use `3` as default. For purpose restarting from this file and other high-precision involved calculation, recommend to use `10`.
2026
2026
2027
2027
---
2028
-
In molecular dynamics calculations, the output frequency is controlled by [out_interval](#out_interval).
2028
+
In molecular dynamics calculations, the output frequency is controlled by [out_freq_ion](#out_freq_ion).
0 commit comments