9
1
mirror of https://github.com/QuantumPackage/qp2.git synced 2024-09-01 05:33:40 +02:00

openmp issue solved

This commit is contained in:
AbdAmmar 2024-08-05 14:50:37 +02:00
parent 67a2f0eb0c
commit 4744fc7360

View File

@ -11,6 +11,8 @@ subroutine write_tc_energy()
! GS
! ---
call htilde_mu_mat_opt_bi_ortho(psi_det(1,1,1), psi_det(1,1,1), N_int, hmono, htwoe, hthree, htot)
allocate(E_TC_tmp(N_det), E_1e_tmp(N_det), E_2e_tmp(N_det), E_3e_tmp(N_det))
!$OMP PARALLEL &