mirror of
https://github.com/pfloos/quack
synced 2024-11-03 20:53:53 +01:00
missing parameter in MP2 call was preventing qsGF2 from running
This commit is contained in:
parent
e41097e8c2
commit
0e32c9c65c
@ -220,7 +220,7 @@ subroutine qsGF2(maxSCF,thresh,max_diis,BSE,TDA,dBSE,dTDA,evDyn,singlet,triplet,
|
|||||||
|
|
||||||
! Correlation energy
|
! Correlation energy
|
||||||
|
|
||||||
call MP2(nBas,nC,nO,nV,nR,ERI_MO,ENuc,EqsGF2,eGF2,Ec)
|
call MP2(regularize,nBas,nC,nO,nV,nR,ERI_MO,ENuc,EqsGF2,eGF2,Ec)
|
||||||
|
|
||||||
! Total energy
|
! Total energy
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user