10
0
mirror of https://github.com/LCPQ/quantum_package synced 2024-06-26 15:12:14 +02:00

Removed print

This commit is contained in:
Anthony Scemama 2015-05-06 17:02:59 +02:00
parent d6ec67e840
commit 8ee7b87954

View File

@ -249,7 +249,6 @@ subroutine remove_duplicates_in_psi_det(found_duplicates)
psi_coef(k,:) = psi_coef_sorted_bit(i,:)
endif
enddo
print *, N_det,k
N_det = k
TOUCH N_det psi_det psi_coef
endif