mirror of
https://github.com/pfloos/quack
synced 2024-11-06 22:24:03 +01:00
rm print ispin
This commit is contained in:
parent
8e6b5ed103
commit
a1786b2ade
@ -54,8 +54,6 @@ subroutine GTpp_excitation_density(ispin,nBas,nC,nO,nV,nR,nOO,nVV,ERI,X1,Y1,rho1
|
|||||||
|
|
||||||
if(ispin == 1) then
|
if(ispin == 1) then
|
||||||
|
|
||||||
print*, "ispin = ", ispin
|
|
||||||
|
|
||||||
!$OMP PARALLEL DEFAULT(NONE) &
|
!$OMP PARALLEL DEFAULT(NONE) &
|
||||||
!$OMP PRIVATE(p, q, a, b, ab, c, d, cd, i, j, ij, k, l, kl) &
|
!$OMP PRIVATE(p, q, a, b, ab, c, d, cd, i, j, ij, k, l, kl) &
|
||||||
!$OMP SHARED(nC, nBas, nR, nO, rho1, rho2, ERI, X1, Y1, X2, Y2)
|
!$OMP SHARED(nC, nBas, nR, nO, rho1, rho2, ERI, X1, Y1, X2, Y2)
|
||||||
@ -269,8 +267,6 @@ subroutine GTpp_excitation_density(ispin,nBas,nC,nO,nV,nR,nOO,nVV,ERI,X1,Y1,rho1
|
|||||||
|
|
||||||
if(ispin == 3) then
|
if(ispin == 3) then
|
||||||
|
|
||||||
print*, "ispin = ", ispin
|
|
||||||
|
|
||||||
dim_1 = (nBas - nO) * (nBas - nO)
|
dim_1 = (nBas - nO) * (nBas - nO)
|
||||||
dim_2 = nO * nO
|
dim_2 = nO * nO
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user