HFROTMIX Subroutine

private subroutine HFROTMIX(FMAT, OFMAT, NSPINS, N, FMIX, R1, R2, WORK)

Arguments

Type IntentOptional Attributes Name
real(kind=dp) :: FMAT(N,N,NSPINS)
real(kind=dp) :: OFMAT(N,N,NSPINS)
integer :: NSPINS
integer :: N
real(kind=dp) :: FMIX
real(kind=dp) :: R1(N,N)
real(kind=dp) :: R2(N,N)
real(kind=dp) :: WORK(3*N)

Contents