4
1
mirror of https://github.com/pfloos/quack synced 2024-06-02 11:25:28 +02:00

remove ROpCCD

This commit is contained in:
Pierre-Francois Loos 2023-10-02 21:54:10 +02:00
parent 665f494dd5
commit 28e8b5c2cc

View File

@ -158,8 +158,7 @@ subroutine CC(doCCD,dopCCD,doDCD,doCCSD,doCCSDT,dodrCCD,dorCCD,docrCCD,dolCCD, &
if(dopCCD) then if(dopCCD) then
call wall_time(start_CC) call wall_time(start_CC)
! call pCCD(maxSCF,thresh,max_diis,nBas,nC,nO,nV,nR,ERI,ENuc,EHF,epsHF) call pCCD(maxSCF,thresh,max_diis,nBas,nC,nO,nV,nR,ERI,ENuc,EHF,epsHF)
call ROpCCD(maxSCF,thresh,max_diis,nBas,nC,nO,nV,nR,ERI,ENuc,EHF,epsHF)
call wall_time(end_CC) call wall_time(end_CC)