mirror of
https://github.com/QuantumPackage/qp2.git
synced 2024-11-08 14:33:38 +01:00
12 lines
578 B
INI
12 lines
578 B
INI
|
[density_for_dft]
|
||
|
type: character*(32)
|
||
|
doc: Type of density used for DFT calculation. If set to WFT , it uses the density of the wave function stored in (psi_det,psi_coef). If set to input_density it uses the one-body dm stored in aux_quantities/ . If set to damping_rs_dft it uses the damped density between WFT and input_density. In the ks_scf and rs_ks_scf programs, it is set to WFT.
|
||
|
interface: ezfio, provider, ocaml
|
||
|
default: WFT
|
||
|
|
||
|
[damping_for_rs_dft]
|
||
|
type: double precision
|
||
|
doc: damping factor for the density used in RSFT.
|
||
|
interface: ezfio,provider,ocaml
|
||
|
default: 0.5
|