mirror of
https://github.com/pfloos/quack
synced 2024-11-04 21:23:55 +01:00
Merge branch 'master' of https://github.com/pfloos/QuAcK
This commit is contained in:
commit
83a4e2f68b
@ -382,7 +382,11 @@ subroutine read_options_dft(nBas,method,x_rung,x_DFA,c_rung,c_DFA,SGn,nEns,wEns,
|
||||
if (doNcentered) then
|
||||
|
||||
do iEns=2,nEns
|
||||
wEns(iEns) = (nEl(1)/nEl(iEns))*wEns(iEns)
|
||||
if(nEl(iEns) > 0d0) then
|
||||
wEns(iEns) = (nEl(1)/nEl(iEns))*wEns(iEns)
|
||||
else
|
||||
wEns(iENs) = 0d0
|
||||
end if
|
||||
end do
|
||||
|
||||
end if
|
||||
|
Loading…
Reference in New Issue
Block a user