Skip to content

Commit

Permalink
comment use
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Francois Loos committed Nov 28, 2024
1 parent 2bdd48b commit 6ff3fc2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/LR/ppLR_C.f90
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ subroutine ppLR_C(ispin,nOrb,nC,nO,nV,nR,nVV,lambda,e,ERI,Cpp)

! Define the chemical potential

! eF = e(nO) + e(nO+1)
eF = 0d0
eF = e(nO) + e(nO+1)
! eF = 0d0

! Build C matrix for the singlet manifold

Expand Down
4 changes: 2 additions & 2 deletions src/LR/ppLR_D.f90
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ subroutine ppLR_D(ispin,nOrb,nC,nO,nV,nR,nOO,lambda,e,ERI,Dpp)

! Define the chemical potential

! eF = e(nO) + e(nO+1)
eF = 0d0
eF = e(nO) + e(nO+1)
! eF = 0d0

! Build the D matrix for the singlet manifold

Expand Down
2 changes: 1 addition & 1 deletion src/RPA/phRRPA.f90
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
subroutine phRRPA(dotest,TDA,doACFDT,exchange_kernel,singlet,triplet,nBas,nC,nO,nV,nR,nS,ENuc,ERHF,ERI,dipole_int,eHF)

use cu_quack_module
! use cu_quack_module

! Perform a direct random phase approximation calculation

Expand Down

0 comments on commit 6ff3fc2

Please sign in to comment.