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
* update out_freq_ion description
* update chg_init and pot_init files
* cannot run, but we have include ctrl_output_fp files
* move some files from esolver_fp to ctrl_output_fp
* fix a bug
* move ctrl_output_fp to pw part
Copy file name to clipboardExpand all lines: docs/advanced/input_files/input-main.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -732,7 +732,7 @@ If only one value is set (such as `kspacing 0.5`), then kspacing values of a/b/c
732
732
733
733
[back to top](#full-list-of-input-keywords)
734
734
735
-
## Variables related to input files
735
+
## Input files
736
736
737
737
These variables are used to control parameters related to input files.
738
738
@@ -1656,16 +1656,16 @@ These variables are used to control the geometry relaxation.
1656
1656
1657
1657
[back to top](#full-list-of-input-keywords)
1658
1658
1659
-
## Variables related to output information
1659
+
## Output information
1660
1660
1661
1661
These variables are used to control the output of properties.
1662
1662
1663
1663
### out_freq_ion
1664
1664
1665
1665
-**Type**: Integer
1666
-
-**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.
1666
+
-**Description**: Control the interval to print information every few ion steps. These properties cover charge density, local potential, electrostatic potential, Hamiltonian matrix, overlap matrix, density matrix, Mulliken population analysis and so on.
1667
1667
-**Default**: 0
1668
-
-**Note**: If you want to use out_freq_elec, please set out_freq_ion to 1, otherwise out_freq_elec is useless
1668
+
-**Note**: The integer indicates to print information every 'out_freq_ion' ion steps.
1669
1669
1670
1670
### out_freq_elec
1671
1671
@@ -1679,11 +1679,11 @@ These variables are used to control the output of properties.
1679
1679
-**Description**:
1680
1680
The first integer controls whether to output the charge density on real space grids:
1681
1681
- 1: Output the charge density (in Bohr^-3) on real space grids into the density files in the folder `OUT.${suffix}`. The files are named as:
1682
-
- nspin = 1: `chgs1.cube`;
1682
+
- nspin = 1: `chg.cube`;
1683
1683
- nspin = 2: `chgs1.cube`, and `chgs2.cube`;
1684
1684
- nspin = 4: `chgs1.cube`, `chgs2.cube`, `chgs3.cube`, and `chgs4.cube`;
1685
1685
Note that by using the Meta-GGA functional, additional files containing the kinetic energy density will be output with the following names:
1686
-
- nspin = 1: `taus1.cube`;
1686
+
- nspin = 1: `tau.cube`;
1687
1687
- nspin = 2: `taus1.cube`, and `taus2.cube`;
1688
1688
- nspin = 4: `taus1.cube`, `taus2.cube`, `taus3.cube`, and `taus4.cube`;
1689
1689
- 2: On top of 1, also output the initial charge density files with a suffix name as '_ini', such as `taus1_ini.cube`, etc.
0 commit comments