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
-**Availability**: *Numerical atomic orbital basis (not gamma-only algorithm)*
2250
-
-**Description**: Whether to print Hamiltonian matrices H(R) in npz format. This feature does not work for gamma-only calculations.
2256
+
-**Description**: Whether to print Hamiltonian matrices H(R) in npz format. The output files are named output_HR0.npz, output_HR1.npz, and so on according to spin channel. This feature requires ABACUS to be built with CNPY.
2251
2257
-**Default**: False
2252
2258
-**Unit**: Ry
2253
2259
2254
2260
### out_hsr_npz
2255
2261
2256
2262
-**Type**: Boolean
2257
2263
-**Availability**: *Numerical atomic orbital basis (not gamma-only algorithm)*
2258
-
-**Description**: Whether to print Hamiltonian matrices H(R) and overlap matrix S(R) in npz format. This feature does not work for gamma-only calculations.
2264
+
-**Description**: Whether to print Hamiltonian matrices H(R) and overlap matrix S(R) in npz format. The output files are named output_SR.npz, output_HR0.npz, output_HR1.npz, and so on according to spin channel. This feature requires ABACUS to be built with CNPY.
2259
2265
-**Default**: False
2260
2266
-**Unit**: Ry
2261
2267
2262
2268
### out_dm_npz
2263
2269
2264
2270
-**Type**: Boolean
2265
2271
-**Availability**: *Numerical atomic orbital basis (not gamma-only algorithm)*
2266
-
-**Description**: Whether to print density matrices DM(R) in npz format. This feature does not work for gamma-only calculations.
2272
+
-**Description**: Whether to print density matrices DM(R) in npz format. The output files are named output_DM0.npz, output_DM1.npz, and so on according to spin channel. This feature requires ABACUS to be built with CNPY.
2267
2273
-**Default**: False
2268
2274
2269
2275
### out_mul
@@ -3295,6 +3301,42 @@
3295
3301
-**Description**: Whether to output the coefficient tensor C(R) and ABFs-representation Coulomb matrix V(R) for each atom pair and cell in real space.
3296
3302
-**Default**: false
3297
3303
3304
+
### out_unshrinked_v
3305
+
3306
+
-**Type**: Boolean
3307
+
-**Description**: Whether to output the large Vq matrix in the unshrinked auxiliary basis.
3308
+
-**Default**: false
3309
+
3310
+
### exx_coul_moment
3311
+
3312
+
-**Type**: Boolean
3313
+
-**Description**: Whether to use the moment method for Coulomb calculation.
3314
+
-**Default**: false
3315
+
3316
+
### exx_rotate_abfs
3317
+
3318
+
-**Type**: Boolean
3319
+
-**Description**: Whether to rotate the auxiliary basis for Coulomb calculation.
3320
+
-**Default**: false
3321
+
3322
+
### exx_multip_moments_threshold
3323
+
3324
+
-**Type**: Real
3325
+
-**Description**: Threshold to screen multipole moments in Coulomb calculation.
3326
+
-**Default**: 1e-10
3327
+
3328
+
### shrink_abfs_pca_thr
3329
+
3330
+
-**Type**: Real
3331
+
-**Description**: Threshold to shrink the auxiliary basis for GW/RPA calculations.
3332
+
-**Default**: -1
3333
+
3334
+
### shrink_lu_inv_thr
3335
+
3336
+
-**Type**: Real
3337
+
-**Description**: Threshold for obtaining the inverse of the overlap matrix by LU decomposition in the auxiliary-basis representation.
3338
+
-**Default**: 1e-6
3339
+
3298
3340
[back to top](#full-list-of-input-keywords)
3299
3341
3300
3342
## Exact Exchange (PW)
@@ -3377,6 +3419,7 @@
3377
3419
- berendsen: Berendsen thermostat, see md_nraise in detail.
3378
3420
- rescaling: velocity Rescaling method 1, see md_tolerance in detail.
3379
3421
- rescale_v: velocity Rescaling method 2, see md_nraise in detail.
3422
+
- csvr: Canonical Sampling through Velocity Rescaling, see md_csvr_tau in detail.
Copy file name to clipboardExpand all lines: docs/parameters.yaml
+52-3Lines changed: 52 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1399,6 +1399,7 @@ parameters:
1399
1399
* berendsen: Berendsen thermostat, see md_nraise in detail.
1400
1400
* rescaling: velocity Rescaling method 1, see md_tolerance in detail.
1401
1401
* rescale_v: velocity Rescaling method 2, see md_nraise in detail.
1402
+
* csvr: Canonical Sampling through Velocity Rescaling, see md_csvr_tau in detail.
1402
1403
default_value: nhc
1403
1404
unit: ""
1404
1405
availability: ""
@@ -3321,23 +3322,23 @@ parameters:
3321
3322
category: Output information
3322
3323
type: Boolean
3323
3324
description: |
3324
-
Whether to print Hamiltonian matrices H(R) in npz format. This feature does not work for gamma-only calculations.
3325
+
Whether to print Hamiltonian matrices H(R) in npz format. The output files are named output_HR0.npz, output_HR1.npz, and so on according to spin channel. This feature requires ABACUS to be built with CNPY.
3325
3326
default_value: "False"
3326
3327
unit: Ry
3327
3328
availability: Numerical atomic orbital basis (not gamma-only algorithm)
3328
3329
- name: out_hsr_npz
3329
3330
category: Output information
3330
3331
type: Boolean
3331
3332
description: |
3332
-
Whether to print Hamiltonian matrices H(R) and overlap matrix S(R) in npz format. This feature does not work for gamma-only calculations.
3333
+
Whether to print Hamiltonian matrices H(R) and overlap matrix S(R) in npz format. The output files are named output_SR.npz, output_HR0.npz, output_HR1.npz, and so on according to spin channel. This feature requires ABACUS to be built with CNPY.
3333
3334
default_value: "False"
3334
3335
unit: Ry
3335
3336
availability: Numerical atomic orbital basis (not gamma-only algorithm)
3336
3337
- name: out_dm_npz
3337
3338
category: Output information
3338
3339
type: Boolean
3339
3340
description: |
3340
-
Whether to print density matrices DM(R) in npz format. This feature does not work for gamma-only calculations.
3341
+
Whether to print density matrices DM(R) in npz format. The output files are named output_DM0.npz, output_DM1.npz, and so on according to spin channel. This feature requires ABACUS to be built with CNPY.
3341
3342
default_value: "False"
3342
3343
unit: ""
3343
3344
availability: Numerical atomic orbital basis (not gamma-only algorithm)
@@ -4314,6 +4315,54 @@ parameters:
4314
4315
default_value: "false"
4315
4316
unit: ""
4316
4317
availability: ""
4318
+
- name: out_unshrinked_v
4319
+
category: Exact Exchange (LCAO)
4320
+
type: Boolean
4321
+
description: |
4322
+
Whether to output the large Vq matrix in the unshrinked auxiliary basis.
4323
+
default_value: "false"
4324
+
unit: ""
4325
+
availability: ""
4326
+
- name: exx_coul_moment
4327
+
category: Exact Exchange (LCAO)
4328
+
type: Boolean
4329
+
description: |
4330
+
Whether to use the moment method for Coulomb calculation.
4331
+
default_value: "false"
4332
+
unit: ""
4333
+
availability: ""
4334
+
- name: exx_rotate_abfs
4335
+
category: Exact Exchange (LCAO)
4336
+
type: Boolean
4337
+
description: |
4338
+
Whether to rotate the auxiliary basis for Coulomb calculation.
4339
+
default_value: "false"
4340
+
unit: ""
4341
+
availability: ""
4342
+
- name: exx_multip_moments_threshold
4343
+
category: Exact Exchange (LCAO)
4344
+
type: Real
4345
+
description: |
4346
+
Threshold to screen multipole moments in Coulomb calculation.
4347
+
default_value: "1e-10"
4348
+
unit: ""
4349
+
availability: ""
4350
+
- name: shrink_abfs_pca_thr
4351
+
category: Exact Exchange (LCAO)
4352
+
type: Real
4353
+
description: |
4354
+
Threshold to shrink the auxiliary basis for GW/RPA calculations.
4355
+
default_value: "-1"
4356
+
unit: ""
4357
+
availability: ""
4358
+
- name: shrink_lu_inv_thr
4359
+
category: Exact Exchange (LCAO)
4360
+
type: Real
4361
+
description: |
4362
+
Threshold for obtaining the inverse of the overlap matrix by LU decomposition in the auxiliary-basis representation.
Copy file name to clipboardExpand all lines: source/source_io/module_parameter/read_input_item_output.cpp
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1187,7 +1187,7 @@ The circle order of the charge density on real space grids is: x is the outer lo
1187
1187
item.annotation = "output H(R) matrix in npz format";
1188
1188
item.category = "Output information";
1189
1189
item.type = "Boolean";
1190
-
item.description = "Whether to print Hamiltonian matrices H(R) in npz format. This feature does not work for gamma-only calculations.";
1190
+
item.description = "Whether to print Hamiltonian matrices H(R) in npz format. The output files are named output_HR0.npz, output_HR1.npz, and so on according to spin channel. This feature requires ABACUS to be built with CNPY.";
1191
1191
item.default_value = "False";
1192
1192
item.unit = "Ry";
1193
1193
item.availability = "Numerical atomic orbital basis (not gamma-only algorithm)";
@@ -1209,7 +1209,7 @@ The circle order of the charge density on real space grids is: x is the outer lo
1209
1209
item.annotation = "output H(R) and S(R) matrices in npz format";
1210
1210
item.category = "Output information";
1211
1211
item.type = "Boolean";
1212
-
item.description = "Whether to print Hamiltonian matrices H(R) and overlap matrix S(R) in npz format. This feature does not work for gamma-only calculations.";
1212
+
item.description = "Whether to print Hamiltonian matrices H(R) and overlap matrix S(R) in npz format. The output files are named output_SR.npz, output_HR0.npz, output_HR1.npz, and so on according to spin channel. This feature requires ABACUS to be built with CNPY.";
1213
1213
item.default_value = "False";
1214
1214
item.unit = "Ry";
1215
1215
item.availability = "Numerical atomic orbital basis (not gamma-only algorithm)";
@@ -1231,7 +1231,7 @@ The circle order of the charge density on real space grids is: x is the outer lo
1231
1231
item.annotation = "output DM(R) matrix in npz format";
1232
1232
item.category = "Output information";
1233
1233
item.type = "Boolean";
1234
-
item.description = "Whether to print density matrices DM(R) in npz format. This feature does not work for gamma-only calculations.";
1234
+
item.description = "Whether to print density matrices DM(R) in npz format. The output files are named output_DM0.npz, output_DM1.npz, and so on according to spin channel. This feature requires ABACUS to be built with CNPY.";
1235
1235
item.default_value = "False";
1236
1236
item.unit = "";
1237
1237
item.availability = "Numerical atomic orbital basis (not gamma-only algorithm)";
0 commit comments