Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(ommp_system), | intent(inout) | :: | s |
System data structure |
||
type(ommp_qm_helper), | intent(inout) | :: | qmh | |||
type(ommp_system), | intent(inout) | :: | fakeqm |
System data structure |
||
procedure(energy_term_qmmm), | pointer | :: | ene_f |
The energy function (from interface module) for which numerical gradients are needed |
||
real(kind=ommp_real), | intent(inout), | dimension(3,s%top%mm_atoms) | :: | grad |
Geometrical gradients in output, results will be added |
|
real(kind=ommp_real), | intent(inout), | dimension(3,qmh%qm_top%mm_atoms) | :: | qmgrad |