mirror of
https://github.com/pfloos/quack
synced 2024-12-22 04:14:26 +01:00
mess
This commit is contained in:
parent
3494a6605a
commit
b103364b76
@ -39,8 +39,8 @@ subroutine GGW_ppBSE_dynamic_perturbation(dTDA,eta,nOrb,nC,nO,nV,nR,nS,nOO,nVV,e
|
||||
|
||||
integer :: ab,ij,kl
|
||||
|
||||
integer :: maxOO = 10
|
||||
integer :: maxVV = 0
|
||||
integer :: maxOO = 0
|
||||
integer :: maxVV = 10
|
||||
|
||||
double precision,allocatable :: Om1_dyn(:)
|
||||
double precision,allocatable :: Om2_dyn(:)
|
||||
@ -71,6 +71,8 @@ subroutine GGW_ppBSE_dynamic_perturbation(dTDA,eta,nOrb,nC,nO,nV,nR,nS,nOO,nVV,e
|
||||
write(*,'(2X,A5,1X,A20,1X,A20,1X,A20,1X,A20)') '#','Static (eV)','Dynamic (eV)','Correction (eV)','Renorm. (eV)'
|
||||
write(*,*) '---------------------------------------------------------------------------------------------------'
|
||||
|
||||
print*,nVV,maxVV
|
||||
|
||||
do ab=1,min(nVV,maxVV)
|
||||
|
||||
if(dTDA) then
|
||||
|
Loading…
Reference in New Issue
Block a user