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
+2-15Lines changed: 2 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,6 @@
11
11
-[kpar](#kpar)
12
12
-[bndpar](#bndpar)
13
13
-[latname](#latname)
14
-
-[psi\_initializer](#psi_initializer)
15
14
-[init\_wfc](#init_wfc)
16
15
-[init\_chg](#init_chg)
17
16
-[init\_vel](#init_vel)
@@ -93,6 +92,7 @@
93
92
-[scf\_os\_stop](#scf_os_stop)
94
93
-[scf\_os\_thr](#scf_os_thr)
95
94
-[scf\_os\_ndim](#scf_os_ndim)
95
+
-[sc\_os\_ndim](#sc_os_ndim)
96
96
-[chg\_extrap](#chg_extrap)
97
97
-[lspinorb](#lspinorb)
98
98
-[noncolin](#noncolin)
@@ -467,7 +467,7 @@
467
467
-[abs\_broadening](#abs_broadening)
468
468
-[ri\_hartree\_benchmark](#ri_hartree_benchmark)
469
469
-[aims\_nbasis](#aims_nbasis)
470
-
-[Reduced Density Matrix Functional Theory](#Reduced-Density-Matrix-Functional-Theory)
470
+
-[Reduced Density Matrix Functional Theory](#reduced-density-matrix-functional-theory)
471
471
-[rdmft](#rdmft)
472
472
-[rdmft\_power\_alpha](#rdmft_power_alpha)
473
473
@@ -580,17 +580,6 @@ These variables are used to control general system parameters.
580
580
- triclinic: triclinic (14)
581
581
-**Default**: none
582
582
583
-
### psi_initializer
584
-
585
-
-**Type**: Integer
586
-
-**Description**: enable the experimental feature psi_initializer, to support use numerical atomic orbitals initialize wavefunction (`basis_type pw` case).
587
-
588
-
NOTE: this feature is not well-implemented for `nspin 4` case (closed presently), and cannot use with `calculation nscf`/`esolver_type sdft` cases.
589
-
Available options are:
590
-
- 0: disable psi_initializer
591
-
- 1: enable psi_initializer
592
-
-**Default**: 0
593
-
594
583
### init_wfc
595
584
596
585
-**Type**: String
@@ -602,8 +591,6 @@ These variables are used to control general system parameters.
602
591
- atomic+random: add small random numbers on atomic pseudo-wavefunctions
603
592
- file: from binary files `WAVEFUNC*.dat`, which are output by setting [out_wfc_pw](#out_wfc_pw) to `2`.
604
593
- random: random numbers
605
-
606
-
with `psi_initializer 1`, two more options are supported:
607
594
- nao: from numerical atomic orbitals. If they are not enough, other wave functions are initialized with random numbers.
608
595
- nao+random: add small random numbers on numerical atomic orbitals
0 commit comments