calculate_f_inactive_direct Subroutine

public subroutine calculate_f_inactive_direct(b, core, lc, f_inactive, accuracy)

return the inactive Fock matrix i.e. from the inactive orbital's density matrix in a direct-SCF context (without pre-calculated teints)

Arguments

Type IntentOptional 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