Skip to content

Commit 339c6b3

Browse files
authored
Docs: update docs about init_wfc (#5912)
1 parent e7b5c12 commit 339c6b3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/advanced/input_files/input-main.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -583,7 +583,7 @@ These variables are used to control general system parameters.
583583
### init_wfc
584584

585585
- **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.
587587

588588
Available options are:
589589

@@ -593,6 +593,8 @@ These variables are used to control general system parameters.
593593
- random: random numbers
594594
- nao: from numerical atomic orbitals. If they are not enough, other wave functions are initialized with random numbers.
595595
- 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).
596598
- **Default**: atomic
597599

598600
### init_chg

0 commit comments

Comments
 (0)