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
+9-4Lines changed: 9 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1640,7 +1640,8 @@ These variables are used to control the output of properties.
1640
1640
1641
1641
-**Type**: Integer
1642
1642
-**Description**: After self-consistent-field calculations, control the interval of ionic movements for printing properties. These properties cover charge density, local potential, electrostatic potential, Hamiltonian matrix, overlap matrix, density matrix, Mulliken population analysis and so on.
1643
-
-**Default**: 1
1643
+
-**Default**: 0
1644
+
-**Note**: If you want to use out_freq_elec, please set out_freq_ion to 1, otherwise out_freq_elec is useless
1644
1645
1645
1646
### out_freq_elec
1646
1647
@@ -1722,12 +1723,16 @@ These variables are used to control the output of properties.
1722
1723
1723
1724
-**Type**: Integer
1724
1725
-**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)
1725
-
-**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.
1726
+
-**Description**: Whether to output the electronic wavefunction coefficients into files and store them in the folder `OUT.${suffix}`. The files are named as `wf{k}{k-point index}{s}{spin index}{g}{geometry index}{e}{electronic iteration index}{_pw} + {".txt"/".dat"}`. Here, 's' refers to spin but the label will not show up for non-spin-polarized calculations, where s1 means spin up channel while s2 means spin down channel, and 's4' refer to spinor wave functions that contains both spin channels with spin-orbital coupling or noncollinear calculations enabled.
1726
1727
- 0: no output
1727
1728
- 1: (txt format)
1728
-
- non-gamma-only: `wfs1k1_pw.txt` or `wfs1k2_pw.txt`, ...;
1729
+
- non-gamma-only with nspin=1: `wfk1_pw.txt`, `wfk2_pw.txt`, ...;
1730
+
- non-gamma-only with nspin=2: `wfk1s1_pw.txt`, `wfk1s2_pw.txt`, `wfk2s1_pw.txt`, `wfk2s2_pw.txt`, ...;
1731
+
- non-gamma-only with nspin=4: `wfk1s4_pw.txt`, `wfk2s4_pw.txt`, ...;
1729
1732
- 2: (binary format)
1730
-
- non-gamma-only: `wfs1k1_pw.dat` or `wfs1k2_pw.dat`, ....
1733
+
- non-gamma-only with nspin=1: `wfk1_pw.dat`, `wfk2_pw.dat`, ...;
1734
+
- non-gamma-only with nspin=2: `wfk1s1_pw.dat`, `wfk1s2_pw.dat`, `wfk2s1_pw.dat`, `wfk2s2_pw.dat`, ...;
1735
+
- non-gamma-only with nspin=4: `wfk1s4_pw.dat`, `wfk2s4_pw.dat`, ...;
1731
1736
-**Default**: 0
1732
1737
-**Note**: In the 3.10-LTS version, the file names are WAVEFUNC1.dat, WAVEFUNC2.dat, etc.
0 commit comments