overlap_energy_gradient_rohf Subroutine

public subroutine overlap_energy_gradient_rohf(env, atm, bas, first_bf_of_shell, lc, fa, fb, n_occ, gradient)

computes the gradient due to basis overlap

Arguments

Type IntentOptional Attributes Name
real(kind=long), intent(in) :: env(:)
integer, intent(in) :: atm(:,:)
integer, intent(in) :: bas(:,:)
integer, intent(in) :: first_bf_of_shell(:)
real(kind=long), intent(in) :: lc(:,:)
real(kind=long), intent(in) :: fa(:,:)
real(kind=long), intent(in) :: fb(:,:)
integer, intent(in) :: n_occ(:)
real(kind=long), intent(out) :: gradient(:)