mirror of
https://github.com/pfloos/quack
synced 2024-11-19 04:22:39 +01:00
fix bug
This commit is contained in:
parent
6daf1dd5ab
commit
3d1da67d33
@ -66,8 +66,8 @@ subroutine restricted_exchange_potential(rung,DFA,LDA_centered,nEns,wEns,aCC_w1,
|
|||||||
cX = 0.20d0
|
cX = 0.20d0
|
||||||
aX = 0.72d0
|
aX = 0.72d0
|
||||||
|
|
||||||
call restricted_lda_exchange_potential(DFA,LDA_centered,nEns,wEns,aCC_w1,aCC_w2,nGrid,weight,nBas,AO,rho,Fx,Cx_choice)
|
call restricted_lda_exchange_potential(DFA,LDA_centered,nEns,wEns,aCC_w1,aCC_w2,nGrid,weight,nBas,AO,rho,FxLDA,Cx_choice)
|
||||||
call restricted_gga_exchange_potential(DFA,nGrid,weight,nBas,AO,dAO,rho,drho,FxGGA)
|
call restricted_gga_exchange_potential(DFA,nEns,wEns,nGrid,weight,nBas,AO,dAO,rho,drho,FxGGA)
|
||||||
call restricted_fock_exchange_potential(nBas,P,ERI,FxHF)
|
call restricted_fock_exchange_potential(nBas,P,ERI,FxHF)
|
||||||
|
|
||||||
Fx(:,:) = FxLDA(:,:) &
|
Fx(:,:) = FxLDA(:,:) &
|
||||||
|
Loading…
Reference in New Issue
Block a user