DFT+U dE[U]/dP(i,j)

Marco synerg... at gmail.com
Mon Feb 9 18:02:24 UTC 2015


Hello,

Sorry about this simple question but I was hoping someone could explain to 
me how the potential is calculated in the DFT+U Mulliken method.
In lines 1379-1383 of the dft_plus_u.f90 file, the potential dE[U]/dP(i,j) 
is defined as:

IF (isgf == jsgf) THEN
  v_block(isgf,isgf) = u_minus_j*(0.5_dp - fspin*q_matrix(i,i))
ELSE
  v_block(isgf,jsgf) = -u_minus_j*fspin*q_matrix(j,i)
END IF

Why is the v_block(isgf,jsgf) not defined as:
v_block(isgf,jsgf) = u_minus_j*(0.5_dp - fspin*q_matrix(j,i))

Best regards,
Marco
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.cp2k.org/archives/cp2k-user/attachments/20150209/bd1ca6ab/attachment.htm>


More information about the CP2K-user mailing list