10
1
mirror of https://github.com/pfloos/quack synced 2025-05-06 15:14:55 +02:00

bug fix for no CAP

This commit is contained in:
Loris Burth 2025-04-30 15:08:25 +02:00
parent f6d2322204
commit 9d86ea87ee

View File

@ -207,8 +207,8 @@ program QuAcK
call wall_time(start_int)
call read_1e_integrals(working_dir,nBas,S,T,V,Hc)
call read_eta_cap(working_dir,eta_cap)
if (doCAP) then
call read_eta_cap(working_dir,eta_cap)
call read_CAP_integrals(working_dir,nBas,CAP)
CAP(:,:) = -eta_cap*CAP(:,:)
end if