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
Copy file name to clipboardExpand all lines: docs/advanced/input_files/input-main.md
+11-1Lines changed: 11 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -424,6 +424,7 @@
424
424
-[pexsi\_zero\_thr](#pexsi_zero_thr)
425
425
-[Linear Response TDDFT](#linear-response-tddft)
426
426
-[xc\_kernel](#xc_kernel)
427
+
-[lr\_init\_xc\_kernel](#lr_init_xc_kernel)
427
428
-[lr\_solver](#lr_solver)
428
429
-[lr\_thr](#lr_thr)
429
430
-[nocc](#nocc)
@@ -2937,7 +2938,7 @@ These variables are used to control DFT+U correlated parameters
2937
2938
2938
2939
- where $\gamma$ is a parameter that adjusts the relative weight of the error function to the derivative error function.
2939
2940
-**Unit**: Bohr
2940
-
-**Default**: 5.0
2941
+
-**Default**: 3.0
2941
2942
2942
2943
[back to top](#full-list-of-input-keywords)
2943
2944
@@ -3955,6 +3956,15 @@ These parameters are used to solve the excited states using. e.g. LR-TDDFT.
3955
3956
Currently supported: `RPA`, `LDA`, `PBE`, `HSE`, `HF`.
3956
3957
-**Default**: LDA
3957
3958
3959
+
### lr_init_xc_kernel
3960
+
3961
+
-**Type**: String
3962
+
-**Description**: The method to initalize the xc kernel.
3963
+
- "default": Calculate xc kerenel ($f_\text{xc}$) from the ground-state charge density.
3964
+
- "file": Read the xc kernel $f_\text{xc}$ on grid from the provided files. The following words should be the paths of ".cube" files, where the first 1 (*[nspin](#nspin)==1*) or 3 (*[nspin](#nspin)==2*, namely spin-aa, spin-ab and spin-bb) will be read in. The parameter [xc_kernel](#xc_kernel) will be invalid. Now only LDA-type kernel is supproted as the potential will be calculated by directly multiplying the transition density.
3965
+
- "from_charge_file": Calculate fxc from the charge density read from the provided files. The following words should be the paths of ".cube" files, where the first [nspin]($nspin) files will be read in.
0 commit comments