![]() |
(git:b77b4be)
|
Calculation of Coulomb Hessian contributions in xTB. More...
Functions/Subroutines | |
subroutine, public | xtb_coulomb_hessian (qs_env, ks_matrix, charges1, mcharge1, mcharge) |
... | |
Calculation of Coulomb Hessian contributions in xTB.
subroutine, public xtb_ehess::xtb_coulomb_hessian | ( | type(qs_environment_type), pointer | qs_env, |
type(dbcsr_p_type), dimension(:), pointer | ks_matrix, | ||
real(dp), dimension(:, :) | charges1, | ||
real(dp), dimension(:) | mcharge1, | ||
real(dp), dimension(:) | mcharge | ||
) |
...
qs_env | ... |
ks_matrix | ... |
charges1 | ... |
mcharge1 | ... |
mcharge | ... |
Definition at line 76 of file xtb_ehess.F.