mirror of
https://github.com/pfloos/quack
synced 2024-12-22 20:35:36 +01:00
fix bug
This commit is contained in:
parent
337e801ecd
commit
692962fac2
@ -6,7 +6,7 @@
|
||||
# GGA = 2: B88,G96,PBE
|
||||
# Hybrid = 4: B3LYP,PBE0
|
||||
# Hartree-Fock = 666
|
||||
1 S51
|
||||
2 B88
|
||||
# correlation rung:
|
||||
# Hartree = 0: H
|
||||
# LDA = 1: VWN5,eVWN5
|
||||
@ -19,8 +19,8 @@
|
||||
# Number of states in ensemble (nEns)
|
||||
3
|
||||
# occupation numbers
|
||||
1 1 0 0 0 0 0 0 0 0 0 0 0 0 0
|
||||
1 1 0 0 0 0 0 0 0 0 0 0 0 0 0
|
||||
1 1 1 1 1 0 0 0 0 0 0 0 0 0 0
|
||||
1 1 1 1 1 0 0 0 0 0 0 0 0 0 0
|
||||
|
||||
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
|
||||
1 0 0 0 0 0 0 0 0 0 0 0 0 0 0
|
||||
|
@ -1,5 +1,5 @@
|
||||
# HF: maxSCF thresh DIIS n_diis guess_type ortho_type mix_guess
|
||||
128 0.0000001 T 5 1 1 T
|
||||
128 0.0000001 T 5 1 1 F
|
||||
# MP:
|
||||
|
||||
# CC: maxSCF thresh DIIS n_diis
|
||||
|
@ -223,7 +223,7 @@ subroutine eDFT_UKS(x_rung,x_DFA,c_rung,c_DFA,nEns,wEns,aCC_w1,aCC_w2,nGrid,weig
|
||||
rhow(:,:) = rhow(:,:) + wEns(iEns)*rho(:,:,iEns)
|
||||
end do
|
||||
|
||||
if(xc_rung > 1 .and. xc_rung /= 666) then
|
||||
if(xc_rung > 1) then
|
||||
|
||||
! Ground state density
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user