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)
@@ -92,6 +91,7 @@
92
91
-[scf\_os\_stop](#scf_os_stop)
93
92
-[scf\_os\_thr](#scf_os_thr)
94
93
-[scf\_os\_ndim](#scf_os_ndim)
94
+
-[sc\_os\_ndim](#sc_os_ndim)
95
95
-[chg\_extrap](#chg_extrap)
96
96
-[lspinorb](#lspinorb)
97
97
-[noncolin](#noncolin)
@@ -436,7 +436,7 @@
436
436
-[abs\_broadening](#abs_broadening)
437
437
-[ri\_hartree\_benchmark](#ri_hartree_benchmark)
438
438
-[aims\_nbasis](#aims_nbasis)
439
-
-[Reduced Density Matrix Functional Theory](#Reduced-Density-Matrix-Functional-Theory)
439
+
-[Reduced Density Matrix Functional Theory](#reduced-density-matrix-functional-theory)
440
440
-[rdmft](#rdmft)
441
441
-[rdmft\_power\_alpha](#rdmft_power_alpha)
442
442
@@ -549,17 +549,6 @@ These variables are used to control general system parameters.
549
549
- triclinic: triclinic (14)
550
550
-**Default**: none
551
551
552
-
### psi_initializer
553
-
554
-
-**Type**: Integer
555
-
-**Description**: enable the experimental feature psi_initializer, to support use numerical atomic orbitals initialize wavefunction (`basis_type pw` case).
556
-
557
-
NOTE: this feature is not well-implemented for `nspin 4` case (closed presently), and cannot use with `calculation nscf`/`esolver_type sdft` cases.
558
-
Available options are:
559
-
- 0: disable psi_initializer
560
-
- 1: enable psi_initializer
561
-
-**Default**: 0
562
-
563
552
### init_wfc
564
553
565
554
-**Type**: String
@@ -571,8 +560,6 @@ These variables are used to control general system parameters.
571
560
- atomic+random: add small random numbers on atomic pseudo-wavefunctions
572
561
- file: from binary files `WAVEFUNC*.dat`, which are output by setting [out_wfc_pw](#out_wfc_pw) to `2`.
573
562
- random: random numbers
574
-
575
-
with `psi_initializer 1`, two more options are supported:
576
563
- nao: from numerical atomic orbitals. If they are not enough, other wave functions are initialized with random numbers.
577
564
- nao+random: add small random numbers on numerical atomic orbitals
0 commit comments