4
1
mirror of https://github.com/pfloos/quack synced 2024-06-18 11:15:30 +02:00
This commit is contained in:
Pierre-Francois Loos 2019-03-15 10:08:19 +01:00
parent 51920c0ada
commit 5f015026e4

View File

@ -260,7 +260,7 @@ program MCQC
if(doCC) then
call cpu_time(start_CC)
call CC(nBas,nEl,ERI_MO_basis,ENuc,ERHF,eHF,cHF)
call CCD(nBas,nEl,ERI_MO_basis,ENuc,ERHF,eHF,cHF)
call cpu_time(end_CC)
t_CC = end_CC - start_CC