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
@@ -568,6 +569,7 @@ These variables are used to control general system parameters.
568
569
569
570
- atomic: the density is starting from the summation of the atomic density of single atoms.
570
571
- file: the density will be read in from a binary file `charge-density.dat` first. If it does not exist, the charge density will be read in from cube files. Besides, when you do `nspin=1` calculation, you only need the density file SPIN1_CHG.cube. However, if you do `nspin=2` calculation, you also need the density file SPIN2_CHG.cube. The density file should be output with these names if you set out_chg = 1 in INPUT file.
572
+
- wfc: the density will be calculated by wavefunctions and occupations. Wavefunctions are read in from binary files `WAVEFUNC*.dat` while occupations are read in from file `istate.info`.
571
573
- auto: Abacus first attempts to read the density from a file; if not found, it defaults to using atomic density.
572
574
-**Default**: atomic
573
575
@@ -2425,6 +2427,15 @@ These variables are relevant when using hybrid functionals.
2425
2427
-**Description**: How many times larger the radial mesh required is to that of atomic orbitals in the postprocess calculation of the **bare** Coulomb matrix for RPA, GW, etc.
2426
2428
-**Default**: 10
2427
2429
2430
+
### exx_symmetry_realspace
2431
+
2432
+
-**Type**: Boolean
2433
+
-**Availability**: *[symmetry](#symmetry)==1* and exx calculation (*[dft_fuctional](#dft_functional)==hse/hf/pbe0/scan0/opt_orb* or *[rpa](#rpa)==True*)
2434
+
-**Description**:
2435
+
- False: only rotate k-space density matrix D(k) from irreducible k-points to accelerate diagonalization
2436
+
- True: rotate both D(k) and Hexx(R) to accelerate both diagonalization and EXX calculation
0 commit comments