@brief Compute unrelaxed difference density matrix for R-TDDFT
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=dp), | intent(in) | :: | xmy(*) | |||
real(kind=dp), | intent(in) | :: | xpy(*) | |||
real(kind=dp), | intent(in) | :: | mo(:,:) | |||
real(kind=dp), | intent(out) | :: | t(*) | |||
integer, | intent(in) | :: | nocc | |||
logical, | intent(in) | :: | tda |