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
-**Description**: Only useful when you use ks_solver = cg/dav/dav_subspace/bpcg. It indicates the maximal iteration number for cg/david/dav_subspace/bpcg method.
980
-
-**Default**: 40
981
+
-**Default**: 50
981
982
982
983
### pw_diag_ndim
983
984
@@ -1918,13 +1919,11 @@
1918
1919
1919
1920
-**Type**: Boolean \[Integer\](optional)
1920
1921
-**Availability**: *Numerical atomic orbital basis (not gamma-only algorithm)*
1921
-
-**Description**: Output Hamiltonian H(R) and overlap S(R) matrices in CSR format. Optional second parameter specifies output precision (default 8). For more information, please refer to hs_matrix.md.
1922
+
-**Description**: Whether to print files containing the Hamiltonian matrix and overlap matrix into files in the directory OUT.${suffix}. For more information, please refer to hs_matrix.md.
1922
1923
1923
1924
> Note: In the 3.10-LTS version, the file names are data-HR-sparse_SPIN0.csr and data-SR-sparse_SPIN0.csr, etc.
-**Format**: Standard CSR format with UnitCell header, compatible with `out_dmr` format
1928
1927
1929
1928
### out_mat_tk
1930
1929
@@ -1938,42 +1937,42 @@
1938
1937
1939
1938
### out_mat_r
1940
1939
1941
-
-**Type**: Boolean
1940
+
-**Type**: Boolean\[Integer\](optional)
1942
1941
-**Availability**: *Numerical atomic orbital basis (not gamma-only algorithm)*
1943
-
-**Description**: Whether to print the matrix representation of the position matrix into a file named rr.csr in the directory OUT.${suffix}. If calculation is set to get_s, the position matrix can be obtained without scf iterations. For more information, please refer to position_matrix.md.
1942
+
-**Description**: Whether to print the matrix representation of the position matrix into files named rxrs1_nao.csr, ryrs1_nao.csr, rzrs1_nao.csr in the directory OUT.${suffix}. If calculation is set to get_s, the position matrix can be obtained without scf iterations. For more information, please refer to position_matrix.md.
1944
1943
1945
1944
> Note: In the 3.10-LTS version, the file name is data-rR-sparse.csr.
1946
-
-**Default**: False
1945
+
-**Default**: False 8
1947
1946
-**Unit**: Bohr
1948
1947
1949
1948
### out_mat_t
1950
1949
1951
-
-**Type**: Boolean
1950
+
-**Type**: Boolean\[Integer\](optional)
1952
1951
-**Availability**: *Numerical atomic orbital basis (not gamma-only algorithm)*
1953
1952
-**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 controled by out_freq_ion and out_app_flag.
1954
1953
1955
1954
> Note: In the 3.10-LTS version, the file name is data-TR-sparse_SPIN0.csr.
1956
-
-**Default**: False
1955
+
-**Default**: False 8
1957
1956
-**Unit**: Ry
1958
1957
1959
1958
### out_mat_dh
1960
1959
1961
-
-**Type**: Boolean
1960
+
-**Type**: Integer
1962
1961
-**Availability**: *Numerical atomic orbital basis (not gamma-only algorithm)*
1963
1962
-**Description**: Whether to print files containing the derivatives of the Hamiltonian 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 dhrxs1_nao.csr, dhrys1_nao.csr, dhrzs1_nao.csr and so on. Also controled by out_freq_ion and out_app_flag.
1964
1963
1965
1964
> Note: In the 3.10-LTS version, the file name is data-dHRx-sparse_SPIN0.csr and so on.
1966
-
-**Default**: False
1965
+
-**Default**: 0 8
1967
1966
-**Unit**: Ry/Bohr
1968
1967
1969
1968
### out_mat_ds
1970
1969
1971
-
-**Type**: Boolean
1970
+
-**Type**: Boolean\[Integer\](optional)
1972
1971
-**Availability**: *Numerical atomic orbital basis (not gamma-only algorithm)*
1973
-
-**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 dsrxs1.csr and so on. Also controled by out_freq_ion and out_app_flag. This feature can be used with calculation get_s.
1972
+
-**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 controled by out_freq_ion and out_app_flag. This feature can be used with calculation get_s.
1974
1973
1975
1974
> Note: In the 3.10-LTS version, the file name is data-dSRx-sparse_SPIN0.csr and so on.
1976
-
-**Default**: False
1975
+
-**Default**: False 8
1977
1976
-**Unit**: Ry/Bohr
1978
1977
1979
1978
### out_mat_xc
@@ -1988,12 +1987,12 @@
1988
1987
1989
1988
### out_mat_xc2
1990
1989
1991
-
-**Type**: Boolean
1990
+
-**Type**: Boolean\[Integer\](optional)
1992
1991
-**Availability**: *Numerical atomic orbital (NAO) basis*
1993
-
-**Description**: Whether to print the exchange-correlation matrices in numerical orbital representation: in CSR format in the directory OUT.s.
1992
+
-**Description**: Whether to print the exchange-correlation matrices in numerical orbital representation: in CSR format in the directory OUT.${suffix}. The name of the files will be vxcrs1_nao.csr and so on.
1994
1993
1995
1994
> Note: In the 3.10-LTS version, the file name is Vxc_R_spin$s and so on.
Output H(R) and S(R) matrices in CSR format with optional precision. Optional second parameter specifies output precision (default 8). For more information, please refer to hs_matrix.md.
2987
+
Whether to print files containing the Hamiltonian matrix and overlap matrix into files in the directory OUT.${suffix}. For more information, please refer to hs_matrix.md.
2988
2988
2989
2989
[NOTE] In the 3.10-LTS version, the file names are data-HR-sparse_SPIN0.csr and data-SR-sparse_SPIN0.csr, etc.
2990
2990
default_value: "False [8]"
@@ -3002,42 +3002,42 @@ parameters:
3002
3002
availability: Numerical atomic orbital basis
3003
3003
- name: out_mat_r
3004
3004
category: Output information
3005
-
type: Boolean
3005
+
type: "Boolean\\[Integer\\](optional)"
3006
3006
description: |
3007
-
Whether to print the matrix representation of the position matrix into a file named rr.csr in the directory OUT.${suffix}. If calculation is set to get_s, the position matrix can be obtained without scf iterations. For more information, please refer to position_matrix.md.
3007
+
Whether to print the matrix representation of the position matrix into files named rxrs1_nao.csr, ryrs1_nao.csr, rzrs1_nao.csr in the directory OUT.${suffix}. If calculation is set to get_s, the position matrix can be obtained without scf iterations. For more information, please refer to position_matrix.md.
3008
3008
3009
3009
[NOTE] In the 3.10-LTS version, the file name is data-rR-sparse.csr.
3010
-
default_value: "False"
3010
+
default_value: False 8
3011
3011
unit: Bohr
3012
3012
availability: Numerical atomic orbital basis (not gamma-only algorithm)
3013
3013
- name: out_mat_t
3014
3014
category: Output information
3015
-
type: Boolean
3015
+
type: "Boolean\\[Integer\\](optional)"
3016
3016
description: |
3017
3017
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 controled by out_freq_ion and out_app_flag.
3018
3018
3019
3019
[NOTE] In the 3.10-LTS version, the file name is data-TR-sparse_SPIN0.csr.
3020
-
default_value: "False"
3020
+
default_value: False 8
3021
3021
unit: Ry
3022
3022
availability: Numerical atomic orbital basis (not gamma-only algorithm)
3023
3023
- name: out_mat_dh
3024
3024
category: Output information
3025
-
type: Boolean
3025
+
type: Integer
3026
3026
description: |
3027
3027
Whether to print files containing the derivatives of the Hamiltonian 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 dhrxs1_nao.csr, dhrys1_nao.csr, dhrzs1_nao.csr and so on. Also controled by out_freq_ion and out_app_flag.
3028
3028
3029
3029
[NOTE] In the 3.10-LTS version, the file name is data-dHRx-sparse_SPIN0.csr and so on.
3030
-
default_value: "False"
3030
+
default_value: 0 8
3031
3031
unit: Ry/Bohr
3032
3032
availability: Numerical atomic orbital basis (not gamma-only algorithm)
3033
3033
- name: out_mat_ds
3034
3034
category: Output information
3035
-
type: Boolean
3035
+
type: "Boolean\\[Integer\\](optional)"
3036
3036
description: |
3037
-
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 dsrxs1.csr and so on. Also controled by out_freq_ion and out_app_flag. This feature can be used with calculation get_s.
3037
+
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 controled by out_freq_ion and out_app_flag. This feature can be used with calculation get_s.
3038
3038
3039
3039
[NOTE] In the 3.10-LTS version, the file name is data-dSRx-sparse_SPIN0.csr and so on.
3040
-
default_value: "False"
3040
+
default_value: False 8
3041
3041
unit: Ry/Bohr
3042
3042
availability: Numerical atomic orbital basis (not gamma-only algorithm)
3043
3043
- name: out_mat_xc
@@ -3052,12 +3052,12 @@ parameters:
3052
3052
availability: Numerical atomic orbital (NAO) and NAO-in-PW basis
3053
3053
- name: out_mat_xc2
3054
3054
category: Output information
3055
-
type: Boolean
3055
+
type: "Boolean\\[Integer\\](optional)"
3056
3056
description: |
3057
-
Whether to print the exchange-correlation matrices in numerical orbital representation: in CSR format in the directory OUT.s.
3057
+
Whether to print the exchange-correlation matrices in numerical orbital representation: in CSR format in the directory OUT.${suffix}. The name of the files will be vxcrs1_nao.csr and so on.
3058
3058
3059
3059
[NOTE] In the 3.10-LTS version, the file name is Vxc_R_spin$s and so on.
3060
-
default_value: "False"
3060
+
default_value: False 8
3061
3061
unit: Ry
3062
3062
availability: Numerical atomic orbital (NAO) basis
0 commit comments