diff --git a/input/dft b/input/dft index 19bf050..03d7933 100644 --- a/input/dft +++ b/input/dft @@ -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 diff --git a/input/options b/input/options index a8c1b79..60308cb 100644 --- a/input/options +++ b/input/options @@ -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 diff --git a/src/eDFT/eDFT_UKS.f90 b/src/eDFT/eDFT_UKS.f90 index f045c3b..4f70433 100644 --- a/src/eDFT/eDFT_UKS.f90 +++ b/src/eDFT/eDFT_UKS.f90 @@ -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