10
1
mirror of https://github.com/pfloos/quack synced 2024-07-22 18:57:35 +02:00

missing parameter in MP2 call was preventing qsGF2 from running

This commit is contained in:
Antoine Marie 2023-01-23 10:12:44 +01:00
parent e41097e8c2
commit 0e32c9c65c

View File

@ -220,7 +220,7 @@ subroutine qsGF2(maxSCF,thresh,max_diis,BSE,TDA,dBSE,dTDA,evDyn,singlet,triplet,
! 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