Skip to content

Commit 6239fa1

Browse files
committed
<Doc> correct the formula of Delta rho_R in scf_thr_type.
1 parent 796c911 commit 6239fa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/advanced/input_files/input-main.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1173,7 +1173,7 @@ Note: In new angle mixing, you should set `mixing_beta_mag >> mixing_beta`. The
11731173
- **Type**: Integer
11741174
- **Description**: Choose the calculation method of convergence criterion.
11751175
- **1**: the criterion is defined as $\Delta\rho_G = \frac{1}{2}\iint{\frac{\Delta\rho(r)\Delta\rho(r')}{|r-r'|}d^3r d^3r'}$.
1176-
- **2**: the criterion is defined as $\Delta\rho_R = \int{|\Delta\rho(r)|d^3r}$.
1176+
- **2**: the criterion is defined as $\Delta\rho_R = \frac{1}{N_e}\int{|\Delta\rho(r)|d^3r}$, where $N_e$ is the number of electron.
11771177

11781178
Note: This parameter is still under testing and the default setting is usually sufficient.
11791179

0 commit comments

Comments
 (0)