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
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -703,6 +703,7 @@
703
703
- file: the density will be read in from a binary file charge-density.dat first. If it does not exist, the charge density will be read in from cube files.
704
704
- wfc: the density will be calculated by wavefunctions and occupations.
705
705
- dm: the density will be calculated by real space density matrix(DMR) of LCAO base.
706
+
- dm_no_renormalize: same as dm, but the charge density is not renormalized to the number of electrons.
706
707
- hr: the real space Hamiltonian matrix(HR) will be read in from file hrs1_nao.csr in directory read_file_dir.
707
708
- auto: Abacus first attempts to read the density from a file; if not found, it defaults to using atomic density.
Copy file name to clipboardExpand all lines: source/source_io/module_parameter/read_input_item_system.cpp
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -468,6 +468,7 @@ Available options are:
468
468
* file: the density will be read in from a binary file charge-density.dat first. If it does not exist, the charge density will be read in from cube files.
469
469
* wfc: the density will be calculated by wavefunctions and occupations.
470
470
* dm: the density will be calculated by real space density matrix(DMR) of LCAO base.
471
+
* dm_no_renormalize: same as dm, but the charge density is not renormalized to the number of electrons.
471
472
* hr: the real space Hamiltonian matrix(HR) will be read in from file hrs1_nao.csr in directory read_file_dir.
472
473
* auto: Abacus first attempts to read the density from a file; if not found, it defaults to using atomic density.)";
473
474
item.default_value = "atomic";
@@ -482,6 +483,7 @@ Available options are:
482
483
// dm and hr are valid options for nscf calculation (e.g., band structure, wannier90)
0 commit comments