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
@@ -1964,7 +1964,7 @@
1964
1964
1965
1965
-**Type**: Boolean \[Integer\](optional)
1966
1966
-**Availability**: *Numerical atomic orbital basis (not gamma-only algorithm)*
1967
-
-**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.
1967
+
-**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.
1968
1968
1969
1969
> Note: In the 3.10-LTS version, the file name is data-rR-sparse.csr.
1970
1970
-**Default**: False 8
@@ -1974,17 +1974,17 @@
1974
1974
1975
1975
-**Type**: Boolean \[Integer\](optional)
1976
1976
-**Availability**: *Numerical atomic orbital basis (not gamma-only algorithm)*
1977
-
-**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.
1977
+
-**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.
1978
1978
1979
1979
> Note: In the 3.10-LTS version, the file name is data-TR-sparse_SPIN0.csr.
1980
1980
-**Default**: False 8
1981
1981
-**Unit**: Ry
1982
1982
1983
1983
### out_mat_dh
1984
1984
1985
-
-**Type**: Integer
1985
+
-**Type**: Boolean \[Integer\](optional)
1986
1986
-**Availability**: *Numerical atomic orbital basis (not gamma-only algorithm)*
1987
-
-**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.
1987
+
-**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.
1988
1988
1989
1989
> Note: In the 3.10-LTS version, the file name is data-dHRx-sparse_SPIN0.csr and so on.
1990
1990
-**Default**: 0 8
@@ -1994,7 +1994,7 @@
1994
1994
1995
1995
-**Type**: Boolean \[Integer\](optional)
1996
1996
-**Availability**: *Numerical atomic orbital basis (not gamma-only algorithm)*
1997
-
-**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.
1997
+
-**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.
1998
1998
1999
1999
> 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
@@ -3058,7 +3058,7 @@ parameters:
3058
3058
category: Output information
3059
3059
type: "Boolean \\[Integer\\](optional)"
3060
3060
description: |
3061
-
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.
3061
+
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.
3062
3062
3063
3063
[NOTE] In the 3.10-LTS version, the file name is data-rR-sparse.csr.
3064
3064
default_value: False 8
@@ -3068,17 +3068,17 @@ parameters:
3068
3068
category: Output information
3069
3069
type: "Boolean \\[Integer\\](optional)"
3070
3070
description: |
3071
-
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.
3071
+
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.
3072
3072
3073
3073
[NOTE] In the 3.10-LTS version, the file name is data-TR-sparse_SPIN0.csr.
3074
3074
default_value: False 8
3075
3075
unit: Ry
3076
3076
availability: Numerical atomic orbital basis (not gamma-only algorithm)
3077
3077
- name: out_mat_dh
3078
3078
category: Output information
3079
-
type: Integer
3079
+
type: "Boolean \\[Integer\\](optional)"
3080
3080
description: |
3081
-
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.
3081
+
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.
3082
3082
3083
3083
[NOTE] In the 3.10-LTS version, the file name is data-dHRx-sparse_SPIN0.csr and so on.
3084
3084
default_value: 0 8
@@ -3088,7 +3088,7 @@ parameters:
3088
3088
category: Output information
3089
3089
type: "Boolean \\[Integer\\](optional)"
3090
3090
description: |
3091
-
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.
3091
+
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.
3092
3092
3093
3093
[NOTE] In the 3.10-LTS version, the file name is data-dSRx-sparse_SPIN0.csr and so on.
0 commit comments