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
@@ -423,6 +423,7 @@
423
423
-[pexsi\_zero\_thr](#pexsi_zero_thr)
424
424
-[Linear Response TDDFT](#linear-response-tddft)
425
425
-[xc\_kernel](#xc_kernel)
426
+
-[lr\_init\_xc\_kernel](#lr_init_xc_kernel)
426
427
-[lr\_solver](#lr_solver)
427
428
-[lr\_thr](#lr_thr)
428
429
-[nocc](#nocc)
@@ -2928,7 +2929,7 @@ These variables are used to control DFT+U correlated parameters
2928
2929
2929
2930
- where $\gamma$ is a parameter that adjusts the relative weight of the error function to the derivative error function.
2930
2931
-**Unit**: Bohr
2931
-
-**Default**: 5.0
2932
+
-**Default**: 3.0
2932
2933
2933
2934
[back to top](#full-list-of-input-keywords)
2934
2935
@@ -3946,6 +3947,15 @@ These parameters are used to solve the excited states using. e.g. LR-TDDFT.
3946
3947
Currently supported: `RPA`, `LDA`, `PBE`, `HSE`, `HF`.
3947
3948
-**Default**: LDA
3948
3949
3950
+
### lr_init_xc_kernel
3951
+
3952
+
-**Type**: String
3953
+
-**Description**: The method to initalize the xc kernel.
3954
+
- "default": Calculate xc kerenel ($f_\text{xc}$) from the ground-state charge density.
3955
+
- "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.
3956
+
- "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