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
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1965,7 +1965,7 @@
1965
1965
1966
1966
-**Type**: Boolean \[Integer\](optional)
1967
1967
-**Availability**: *Numerical atomic orbital basis (not gamma-only algorithm)*
1968
-
-**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.
1968
+
-**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}. The optional second parameter controls text output precision. 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.
1969
1969
1970
1970
> Note: In the 3.10-LTS version, the file name is data-rR-sparse.csr.
1971
1971
-**Default**: False 8
@@ -1975,17 +1975,17 @@
1975
1975
1976
1976
-**Type**: Boolean \[Integer\](optional)
1977
1977
-**Availability**: *Numerical atomic orbital basis (not gamma-only algorithm)*
1978
-
-**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.
1978
+
-**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.
1979
1979
1980
1980
> Note: In the 3.10-LTS version, the file name is data-TR-sparse_SPIN0.csr.
1981
1981
-**Default**: False 8
1982
1982
-**Unit**: Ry
1983
1983
1984
1984
### out_mat_dh
1985
1985
1986
-
-**Type**: Integer
1986
+
-**Type**: Boolean \[Integer\](optional)
1987
1987
-**Availability**: *Numerical atomic orbital basis (not gamma-only algorithm)*
1988
-
-**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.
1988
+
-**Description**: Whether to print files containing the derivatives of the Hamiltonian 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 dhrxs1_nao.csr, dhrys1_nao.csr, dhrzs1_nao.csr and so on. Also controled by out_freq_ion and out_app_flag.
1989
1989
1990
1990
> Note: In the 3.10-LTS version, the file name is data-dHRx-sparse_SPIN0.csr and so on.
1991
1991
-**Default**: 0 8
@@ -1995,7 +1995,7 @@
1995
1995
1996
1996
-**Type**: Boolean \[Integer\](optional)
1997
1997
-**Availability**: *Numerical atomic orbital basis (not gamma-only algorithm)*
1998
-
-**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.
1998
+
-**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.
1999
1999
2000
2000
> 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: docs/parameters.yaml
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -3067,7 +3067,7 @@ parameters:
3067
3067
category: Output information
3068
3068
type: "Boolean \\[Integer\\](optional)"
3069
3069
description: |
3070
-
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.
3070
+
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}. The optional second parameter controls text output precision. 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.
3071
3071
3072
3072
[NOTE] In the 3.10-LTS version, the file name is data-rR-sparse.csr.
3073
3073
default_value: False 8
@@ -3077,17 +3077,17 @@ parameters:
3077
3077
category: Output information
3078
3078
type: "Boolean \\[Integer\\](optional)"
3079
3079
description: |
3080
-
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.
3080
+
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.
3081
3081
3082
3082
[NOTE] In the 3.10-LTS version, the file name is data-TR-sparse_SPIN0.csr.
3083
3083
default_value: False 8
3084
3084
unit: Ry
3085
3085
availability: Numerical atomic orbital basis (not gamma-only algorithm)
3086
3086
- name: out_mat_dh
3087
3087
category: Output information
3088
-
type: Integer
3088
+
type: "Boolean \\[Integer\\](optional)"
3089
3089
description: |
3090
-
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.
3090
+
Whether to print files containing the derivatives of the Hamiltonian 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 dhrxs1_nao.csr, dhrys1_nao.csr, dhrzs1_nao.csr and so on. Also controled by out_freq_ion and out_app_flag.
3091
3091
3092
3092
[NOTE] In the 3.10-LTS version, the file name is data-dHRx-sparse_SPIN0.csr and so on.
3093
3093
default_value: 0 8
@@ -3097,7 +3097,7 @@ parameters:
3097
3097
category: Output information
3098
3098
type: "Boolean \\[Integer\\](optional)"
3099
3099
description: |
3100
-
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.
3100
+
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.
3101
3101
3102
3102
[NOTE] In the 3.10-LTS version, the file name is data-dSRx-sparse_SPIN0.csr and so on.
0 commit comments