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
-[Linear Response TDDFT (Under Development Feature)](#linear-response-tddft-under-development-feature)
462
468
-[xc\_kernel](#xc_kernel)
463
469
-[lr\_init\_xc\_kernel](#lr_init_xc_kernel)
464
470
-[lr\_solver](#lr_solver)
@@ -472,7 +478,7 @@
472
478
-[abs\_broadening](#abs_broadening)
473
479
-[ri\_hartree\_benchmark](#ri_hartree_benchmark)
474
480
-[aims\_nbasis](#aims_nbasis)
475
-
-[Reduced Density Matrix Functional Theory](#reduced-density-matrix-functional-theory)
481
+
-[Reduced Density Matrix Functional Theory (Under Development Feature)](#reduced-density-matrix-functional-theory-under-development-feature)
476
482
-[rdmft](#rdmft)
477
483
-[rdmft\_power\_alpha](#rdmft_power_alpha)
478
484
@@ -2653,21 +2659,39 @@ These variables are relevant to gate field (compensating charge) [Detailed intro
2653
2659
2654
2660
These variables are relevant when using hybrid functionals.
2655
2661
2656
-
**Availablity**: *[dft_functional](#dft_functional)==hse/hf/pbe0/scan0/opt_orb* or *[rpa](#rpa)==True*, and *[basis_type](#basis_type)==lcao/lcao_in_pw*
2662
+
**Availablity**: *[dft_functional](#dft_functional)==hse/hf/pbe0/scan0/opt_orb/...* or *[rpa](#rpa)==True*, and *[basis_type](#basis_type)==lcao/lcao_in_pw*
-**Description**: fraction of Fock exchange in hybrid functionals, so that $E_{X}=\alpha E_{X}+(1-\alpha)E_{X,\text{LDA/GGA}}$
2662
-
-**Default**:
2663
-
- 1: if *[dft_functional](#dft_functional)==hf*
2664
-
- 0.25: else
2682
+
-**Default**: see [hybrid_func_params](#hybrid_func_params)
2683
+
2684
+
### exx_hybrid_beta
2685
+
2686
+
-**Type**: Real
2687
+
-**Description**: another fraction of Fock exchange in range-separated hybrid funtionals, so that $E_{X} = \alpha E_{X}^\text{HF-LR}+(\alpha+\beta) E_{X}^\text{HF-SR}+(1-\alpha)E_{X}^\text{KS-LR}+[1-(\alpha+\beta)]E_{X}^\text{KS-SR}$
2688
+
-**Default**: see [hybrid_func_params](#hybrid_func_params)
2665
2689
2666
2690
### exx_hse_omega
2667
2691
2668
2692
-**Type**: Real
2669
2693
-**Description**: range-separation parameter in HSE functional, such that $1/r=\text{erfc}(\omega r)/r+\text{erf}(\omega r)/r$
2670
-
-**Default**: 0.11
2694
+
-**Default**: see [hybrid_func_params](#hybrid_func_params)
2671
2695
2672
2696
### exx_separate_loop
2673
2697
@@ -2677,6 +2701,12 @@ These variables are relevant when using hybrid functionals.
2677
2701
- True: A two-step method is employed, i.e. in the inner iterations, density matrix is updated, while in the outer iterations, $H_{exx}$ is calculated based on density matrix that converges in the inner iteration.
2678
2702
-**Default**: True
2679
2703
2704
+
### exx_use_ewald
2705
+
2706
+
-**Type**: Boolean
2707
+
-**Description**: if True, use Ewald method to construct V matrix
2708
+
-**Default**: True
2709
+
2680
2710
### exx_hybrid_step
2681
2711
2682
2712
-**Type**: Integer
@@ -2815,6 +2845,24 @@ These variables are relevant when using hybrid functionals.
2815
2845
- True: if gamma_only
2816
2846
- False: else
2817
2847
2848
+
### exx_spencer_type
2849
+
2850
+
-**Type**: Integer
2851
+
-**Description**:
2852
+
- 0: see Phys. Rev. B 77, 193110 (2008).
2853
+
- 1: see Phys. Rev. Mater. 5, 013807 (2021).
2854
+
Set Spencer-Alavi scheme type.
2855
+
-**Default**: 0
2856
+
2857
+
### exx_fq_type
2858
+
2859
+
-**Type**: Integer
2860
+
-**Description**:
2861
+
- 0: see Phys. Rev. B, 75:205126, May 2007. (In test)
2862
+
- 1: see Phys. Rev. B 48, 5058. August 1993.
2863
+
Auxiliary-function fq used in correction to V(q) at q->0.
0 commit comments