return the inactive Fock matrix i.e. from the inactive orbital's density matrix in a direct-SCF context (without pre-calculated teints)
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(basis), | intent(in) | :: | b | |||
integer, | intent(in) | :: | core(:) | |||
real(kind=long), | intent(in) | :: | lc(:,:) | |||
real(kind=long), | intent(out) | :: | f_inactive(size(lc,2),size(lc,2)) | |||
real(kind=long), | optional | :: | accuracy |