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/elec_properties/wfc.md
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,8 +9,6 @@ In the LCAO basis case, several `WFC_NAO_K${k}.dat` files will be output in mult
9
9
10
10
## wave function in real space
11
11
12
-
One can also choose to output real-space wave function in PW basis calculation with the key word ***[out_wfc_r](https://abacus-rtd.readthedocs.io/en/latest/advanced/input_files/input-main.html#out_wfc_r)***.
13
-
14
-
After calculation, an additional directory named `wfc_realspace` will appear in the `OUT.${system}` directory.
12
+
One can also choose to output real-space wave function in PW basis calculation with the key word ***[out_wfc_norm](https://abacus-rtd.readthedocs.io/en/latest/advanced/input_files/input-main.html#out-wfc-norm)***.
15
13
16
14
Notice: when the ***[basis_type](https://abacus-rtd.readthedocs.io/en/latest/advanced/input_files/input-main.html#basis_type)*** is `lcao`, only `get_wf`***[calculation](https://abacus-rtd.readthedocs.io/en/latest/advanced/input_files/input-main.html#calculation)*** is effective. An example is [examples/wfc/lcao_ienvelope_Si2](https://github.com/deepmodeling/abacus-develop/tree/develop/examples/wfc/lcao_ienvelope_Si2).
Copy file name to clipboardExpand all lines: docs/advanced/input_files/input-main.md
+3-11Lines changed: 3 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -136,7 +136,6 @@
136
136
-[out\_dm](#out_dm)
137
137
-[out\_dm1](#out_dm1)
138
138
-[out\_wfc\_pw](#out_wfc_pw)
139
-
-[out\_wfc\_r](#out_wfc_r)
140
139
-[out\_wfc\_lcao](#out_wfc_lcao)
141
140
-[out\_dos](#out_dos)
142
141
-[out\_ldos](#out_ldos)
@@ -1599,7 +1598,7 @@ These variables are used to control the output of properties.
1599
1598
### out_freq_elec
1600
1599
1601
1600
-**Type**: Integer
1602
-
-**Description**: Output the charge density (only binary format, controlled by [out_chg](#out_chg)), wavefunction (controlled by [out_wfc_pw](#out_wfc_pw) or [out_wfc_r](#out_wfc_r)) per `out_freq_elec` electronic iterations. Note that they are always output when converged or reach the maximum iterations [scf_nmax](#scf_nmax).
1601
+
-**Description**: Output the charge density (only binary format, controlled by [out_chg](#out_chg)), wavefunction (controlled by [out_wfc_pw](#out_wfc_pw)) per `out_freq_elec` electronic iterations. Note that they are always output when converged or reach the maximum iterations [scf_nmax](#scf_nmax).
1603
1602
-**Default**: [scf_nmax](#scf_nmax)
1604
1603
1605
1604
### out_chg
@@ -1676,13 +1675,6 @@ These variables are used to control the output of properties.
1676
1675
- 2: results are stored in binary files named `OUT.${suffix}/WAVEFUNC${K}.dat`.
1677
1676
-**Default**: 0
1678
1677
1679
-
### out_wfc_r
1680
-
1681
-
-**Type**: Boolean
1682
-
-**Availability**: Plane wave basis or get_wf calculation in numerical atomic orbital basis
1683
-
-**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.
1684
-
-**Default**: False
1685
-
1686
1678
### out_wfc_lcao
1687
1679
1688
1680
-**Type**: Integer
@@ -1917,14 +1909,14 @@ The band (KS orbital) energy for each (k-point, spin, band) will be printed in t
1917
1909
### out_wfc_norm
1918
1910
1919
1911
-**Type**: String
1920
-
-**Availability**: For LCAO, used when `calculation = get_wf`.
1912
+
-**Availability**: For both PW and LCAO. When `basis_type = lcao`, used when `calculation = get_wf`.
1921
1913
-**Description**: Specifies the bands to calculate the real-space wave function modulus (norm, or known as the envelope function) $|\psi(r)|$. The syntax and band selection rules are identical to [`out_pchg`](#out_pchg), but the output is the norm of the wave function.
1922
1914
-**Default**: none
1923
1915
1924
1916
### out_wfc_re_im
1925
1917
1926
1918
-**Type**: String
1927
-
-**Availability**: For LCAO, used when `calculation = get_wf`.
1919
+
-**Availability**: For both PW and LCAO. When `basis_type = lcao`, used when `calculation = get_wf`.
1928
1920
-**Description**: Specifies the bands to calculate the real and imaginary parts of the wave function $\text{Re}(\psi(r))$ and $\text{Im}(\psi(r))$. The syntax and band selection rules are identical to [`out_pchg`](#out_pchg), but the output contains both the real and imaginary components of the wave function.
0 commit comments