mirror of
https://github.com/pfloos/quack
synced 2024-11-09 07:33:55 +01:00
fix bug in MP module
This commit is contained in:
parent
95807231fe
commit
af6a2038d6
@ -1,7 +1,7 @@
|
||||
# RHF UHF RMOM UMOM KS
|
||||
T F F F F
|
||||
F T F F F
|
||||
# MP2* MP3
|
||||
F F
|
||||
T T
|
||||
# CCD pCCD DCD CCSD CCSD(T)
|
||||
F F F F F
|
||||
# drCCD rCCD crCCD lCCD
|
||||
|
@ -368,7 +368,7 @@ program QuAcK
|
||||
if(doMP) then
|
||||
|
||||
call cpu_time(start_MP)
|
||||
call MP(doMP2,doMP3,unrestricted,regMP,nBas,nC,nO,nV,nR,ERI_MO,ENuc,EHF,epsHF)
|
||||
call MP(doMP2,doMP3,unrestricted,regMP,nBas,nC,nO,nV,nR,ERI_MO,ERI_MO_aaaa,ERI_MO_aabb,ERI_MO_bbbb,ENuc,EHF,epsHF)
|
||||
call cpu_time(end_MP)
|
||||
|
||||
t_MP = end_MP - start_MP
|
||||
|
Loading…
Reference in New Issue
Block a user