10
0
mirror of https://github.com/LCPQ/quantum_package synced 2024-06-29 16:34:50 +02:00

OMP PARALLEL BUG

This commit is contained in:
Anthony Scemama 2016-06-06 10:15:59 +02:00
parent ac3f5f9893
commit 85dfee525b

View File

@ -313,7 +313,7 @@ subroutine diagonalize_s2_betweenstates(keys_tmp,psi_coefs_inout,n,nmax_keys,nma
endif
enddo
enddo
!$OMP END PARALLEL
!$OMP END PARALLEL DO
print*,'Overlap matrix in the basis of the states considered'
do i = 1, nstates
write(*,'(10(F16.10,X))')overlap(i,:)