4
1
mirror of https://github.com/pfloos/quack synced 2024-06-26 15:12:17 +02:00

warning for FCI NYI

This commit is contained in:
Pierre-Francois Loos 2022-12-01 09:45:30 +01:00
parent bdbd201d6c
commit ab2857b377

View File

@ -1226,7 +1226,8 @@ program QuAcK
if(doFCI) then
call cpu_time(start_FCI)
call FCI(nBas,nC,nO,nV,nR,ERI_MO,eHF)
write(*,*) ' FCI is not yet implemented! Sorry.'
! call FCI(nBas,nC,nO,nV,nR,ERI_MO,eHF)
call cpu_time(end_FCI)
t_FCI = end_FCI - start_FCI