9
1
mirror of https://github.com/QuantumPackage/qp2.git synced 2024-06-23 04:52:05 +02:00

Merge pull request #20 from QuantumPackage/master

Bug fix
This commit is contained in:
Anthony Scemama 2019-03-08 16:59:54 +01:00 committed by GitHub
commit cab5c018cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -18,8 +18,8 @@
enddo
enddo
double precision :: accu
accu = 0.d0
do i = 1, N_states
accu = 0.d0
do j = 1, mo_num
accu += one_e_dm_mo_alpha(j,j,i) + one_e_dm_mo_beta(j,j,i)
enddo

View File

@ -17,8 +17,8 @@
enddo
enddo
enddo
accu = 0.d0
do i = 1, N_states
accu = 0.d0
do j = 1, mo_num
accu += one_e_dm_mo_alpha_for_dft(j,j,i) + one_e_dm_mo_beta_for_dft(j,j,i)
enddo