@brief Compute derivative XC contribution to the TD-DFT KS-like matrices @param[in] basis basis set @param[in] isVecs .true. if orbitals are provided instead of density matrix @param[in] wf density matrix/orbitals @param[inout] fx fock-like matrices @param[inout] dx densities @param[in] nMtx number of density/Fock-like matrices @param[in] threshold tolerance @param[in] infos OQP metadata @author Vladimir Mironov
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(basis_set) | :: | basis | ||||
type(dft_grid_t), | intent(in), | target | :: | molGrid | ||
logical, | intent(in) | :: | isVecs | |||
real(kind=fp), | intent(in) | :: | wf(:,:) | |||
real(kind=fp), | intent(inout) | :: | fx(:,:,:) | |||
real(kind=fp), | intent(inout), | target | :: | dx(:,:,:) | ||
integer, | intent(in) | :: | nMtx | |||
real(kind=fp), | intent(in) | :: | threshold | |||
type(information), | intent(in), | target | :: | infos |