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:
parent
f6d2322204
commit
9d86ea87ee
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user