Skip to content

Commit 81cedbd

Browse files
committed
Fix get_wf typo in docs
1 parent 0f52432 commit 81cedbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/advanced/input_files/input-main.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -498,7 +498,7 @@ These variables are used to control general system parameters.
498498
- cell-relax: perform cell relaxation calculations
499499
- md: perform molecular dynamics simulations
500500
- get_pchg: obtain partial (band-decomposed) charge densities (for LCAO basis only). See `nbands_istate` and `out_pchg` for more information
501-
- get_wf: obtain wave functions (for LCAO basis only). See `nbands_istate` and `out_pchg` for more information
501+
- get_wf: obtain wave functions (for LCAO basis only). See `nbands_istate`, `out_wfc_norm` and `out_wfc_re_im` for more information
502502
- get_S: obtain the overlap matrix formed by localized orbitals (for LCAO basis with multiple k points). the file name is `SR.csr` with file format being the same as that generated by [out_mat_hs2](#out_mat_hs2)
503503
- gen_bessel: generates projectors, i.e., a series of Bessel functions, for the DeePKS method (for LCAO basis only); see also keywords `bessel_descriptor_lmax`, `bessel_descriptor_rcut` and `bessel_descriptor_tolerence`. A file named `jle.orb` will be generated which contains the projectors. An example is provided in examples/H2O-deepks-pw
504504
- test_memory: obtain a rough estimation of memory consuption for the calculation

0 commit comments

Comments
 (0)