mirror of
https://github.com/pfloos/quack
synced 2025-03-14 12:46:42 +01:00
warning for FCI NYI
This commit is contained in:
parent
bdbd201d6c
commit
ab2857b377
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user