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
+8-5Lines changed: 8 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1664,16 +1664,19 @@ These variables are used to control the output of properties.
1664
1664
### out_wfc_pw
1665
1665
1666
1666
-**Type**: Integer
1667
-
-**Availability**: Plane wave basis or get_wf calculation in numerical atomic orbital basis
1668
-
-**Description**:
1669
-
- 1: Output the coefficients of wave functions into text files named `OUT.${suffix}/WAVEFUNC${K}.txt`, where ${K} is the index of k points.
1670
-
- 2: results are stored in binary files named `OUT.${suffix}/WAVEFUNC${K}.dat`.
1667
+
-**Availability**: Output electronic wave functions in plane wave basis, or transform the real-space electronic wave function into plane wave basis (see get_wf option in [calculation](#calculation) with NAO basis)
1668
+
-**Description**: Whether to output the electronic wavefunction coefficients into files and store them in the folder `OUT.${suffix}`. The files are named as `wf{s}{spin index}{k}{k-point index}{_pw} + {".txt"/".dat"}`. Here, 's' refers to spin, where s1 means spin up channel while s2 means spin down channel, and 's12' refer to spinor wave functions that contains both spin channels with spin-orbital coupling or noncollinear calculations enabled.
1669
+
- 0: no output
1670
+
- 1: (txt format)
1671
+
- non-gamma-only: `wfs1k1_pw.txt` or `wfs1k2_pw.txt`, ...;
1672
+
- 2: (binary format)
1673
+
- non-gamma-only: `wfs1k1_pw.dat` or `wfs1k2_Pw.dat`, ....
1671
1674
-**Default**: 0
1672
1675
1673
1676
### out_wfc_r
1674
1677
1675
1678
-**Type**: Boolean
1676
-
-**Availability**: Plane wave basis or get_wf calculation in numerical atomic orbital basis
1679
+
-**Availability**: Output electronic wave functions in plane wave basis, or transform the real-space electronic wave function into plane wave basis (see get_wf option in [calculation](#calculation) with NAO basis)
1677
1680
-**Description**: Whether to output real-space wave functions into `OUT.suffix/wfc_realspace/wfc_realspace_${K}_${B}`, where `${K}` is the index of k points, `${B}` is the index of bands.
0 commit comments