10
0
mirror of https://github.com/QuantumPackage/qp2.git synced 2024-06-24 06:02:26 +02:00

Merge branch 'master' of github.com:QuantumPackage/qp2

This commit is contained in:
Anthony Scemama 2019-03-13 09:44:50 +01:00
commit 1edf8c2e84
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