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

put the openmp 2rdm

This commit is contained in:
Emmanuel Giner LCT 2019-07-16 19:51:53 +02:00
parent 33b38b5d78
commit dfd5f25af7
3 changed files with 2 additions and 5 deletions

View File

@ -56,7 +56,7 @@ BEGIN_PROVIDER [real*8, P0tuvx, (n_act_orb,n_act_orb,n_act_orb,n_act_orb) ]
uu = list_act(u)
do t = 1, n_act_orb
tt = list_act(t)
P0tuvx(t,u,v,x) = state_av_act_two_rdm_spin_trace_mo(t,v,u,x)
P0tuvx(t,u,v,x) = state_av_act_two_rdm_openmp_spin_trace_mo(t,v,u,x)
enddo
enddo
enddo

View File

@ -182,9 +182,6 @@ subroutine copy_H_apply_buffer_to_wf
ASSERT (sum(popcnt(psi_det(:,2,i+N_det_old))) == elec_beta_num )
enddo
do k=1,N_states
print*,"H_apply_buffer(j)%N_det",H_apply_buffer(j)%N_det
print*,'N_det_old = ',N_det_old
print*,'size(psi_coef,1)', size(psi_coef,1)
do i=1,H_apply_buffer(j)%N_det
psi_coef(i+N_det_old,k) = H_apply_buffer(j)%coef(i,k)
enddo

View File

@ -34,7 +34,7 @@ END_PROVIDER
end do
psi_det_generators_HF(:,:,1) = psi_det(:,:,j)
psi_coef_generators_HF(1,:) = psi_coef_generators_HF(j,:)
psi_coef_generators_HF(1,:) = 1.d0
END_PROVIDER