Skip to content

Commit 25865a9

Browse files
authored
update the docs of exx_ccp_rmesh_times and exx_real_number (#5758)
1 parent e315694 commit 25865a9

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

docs/advanced/input_files/input-main.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2446,10 +2446,11 @@ These variables are relevant when using hybrid functionals.
24462446
### exx_ccp_rmesh_times
24472447

24482448
- **Type**: Real
2449-
- **Description**: This parameter determines how many times larger the radial mesh required for calculating Columb potential is to that of atomic orbitals. For HSE, setting it to 1 is enough. But for PBE0, a much larger number must be used.
2449+
- **Description**: This parameter determines how many times larger the radial mesh required for calculating Columb potential is to that of atomic orbitals. The value should be at least 1. Reducing this value can effectively increase the speed of self-consistent calculations using hybrid functionals.
24502450
- **Default**:
2451-
- 1.5: if *[dft_functional](#dft_functional)==hse*
2452-
- 5: else
2451+
- 5: if *[dft_functional](#dft_functional)==hf/pbe0/scan0/muller/power/wp22*
2452+
- 1.5: if *[dft_functional](#dft_functional)==hse/cwp22*
2453+
- 1: else
24532454

24542455
### exx_distribute_type
24552456

@@ -2488,6 +2489,7 @@ These variables are relevant when using hybrid functionals.
24882489
- **Description**:
24892490
- True: Enforce LibRI to use `double` data type.
24902491
- False: Enforce LibRI to use `complex` data type.
2492+
Setting it to True can effectively improve the speed of self-consistent calculations with hybrid functionals.
24912493
- **Default**: depends on the [gamma_only](#gamma_only) option
24922494
- True: if gamma_only
24932495
- False: else

0 commit comments

Comments
 (0)