From 5f015026e42131bd8f413d830702a89d237d7a6e Mon Sep 17 00:00:00 2001 From: Pierre-Francois Loos Date: Fri, 15 Mar 2019 10:08:19 +0100 Subject: [PATCH] CCD --- src/MCQC/MCQC.f90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/MCQC/MCQC.f90 b/src/MCQC/MCQC.f90 index fb3c074..17c2baf 100644 --- a/src/MCQC/MCQC.f90 +++ b/src/MCQC/MCQC.f90 @@ -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