![]() |
(git:b77b4be)
|
Contains the setup for the calculation of properties by linear response by the application of second order density functional perturbation theory. The knowledge of the ground state energy, density and wavefunctions is assumed. Uses the self consistent approach. Properties that can be calculated : none. More...
Functions/Subroutines | |
subroutine, public | linres_calculation (force_env) |
Driver for the linear response calculatios. | |
subroutine, public | linres_calculation_low (qs_env) |
Linear response can be called as run type or as post scf calculation Initialize the perturbation environment Define which properties is to be calculated Start up the optimization of the response density and wfn. | |
Contains the setup for the calculation of properties by linear response by the application of second order density functional perturbation theory. The knowledge of the ground state energy, density and wavefunctions is assumed. Uses the self consistent approach. Properties that can be calculated : none.
subroutine, public qs_linres_module::linres_calculation | ( | type(force_env_type), pointer | force_env | ) |
Driver for the linear response calculatios.
force_env | ... |
Definition at line 309 of file qs_linres_module.F.
subroutine, public qs_linres_module::linres_calculation_low | ( | type(qs_environment_type), pointer | qs_env | ) |
Linear response can be called as run type or as post scf calculation Initialize the perturbation environment Define which properties is to be calculated Start up the optimization of the response density and wfn.
qs_env | ... |
Definition at line 353 of file qs_linres_module.F.