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
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -583,7 +583,7 @@ These variables are used to control general system parameters.
583
583
### init_wfc
584
584
585
585
-**Type**: String
586
-
-**Description**: Only useful for plane wave basis only now. It is the name of the starting wave functions. In the future. we should also make this variable available for localized orbitals set.
586
+
-**Description**: The type of the starting wave functions.
587
587
588
588
Available options are:
589
589
@@ -593,6 +593,8 @@ These variables are used to control general system parameters.
593
593
- random: random numbers
594
594
- nao: from numerical atomic orbitals. If they are not enough, other wave functions are initialized with random numbers.
595
595
- nao+random: add small random numbers on numerical atomic orbitals
596
+
597
+
> Only the `file` option is useful for the lcao basis set, which is mostly used when [calculation](#calculation) is set to `set_wf` and `get_pchg`. See more details in [out_wfc_lcao](#out_wfc_lcao).
0 commit comments