g Function

private elemental function g(I, A, J, B)

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: I

Return the 2el integral

I, A, J, and B are spin indices. Order follows the definition of the purple book (chemist’s notation).

integer, intent(in) :: A

Return the 2el integral

I, A, J, and B are spin indices. Order follows the definition of the purple book (chemist’s notation).

integer, intent(in) :: J

Return the 2el integral

I, A, J, and B are spin indices. Order follows the definition of the purple book (chemist’s notation).

integer, intent(in) :: B

Return the 2el integral

I, A, J, and B are spin indices. Order follows the definition of the purple book (chemist’s notation).

Return Value real(kind=dp)


Contents