mirror of
https://github.com/QuantumPackage/qp2.git
synced 2025-01-03 17:15:40 +01:00
Removed debug print.
This commit is contained in:
parent
2e0c96fd6b
commit
c3c61d4ba1
@ -352,11 +352,6 @@ end
|
|||||||
psi_configuration(k,1,i) = ieor(psi_det(k,1,i),psi_det(k,2,i))
|
psi_configuration(k,1,i) = ieor(psi_det(k,1,i),psi_det(k,2,i))
|
||||||
psi_configuration(k,2,i) = iand(psi_det(k,1,i),psi_det(k,2,i))
|
psi_configuration(k,2,i) = iand(psi_det(k,1,i),psi_det(k,2,i))
|
||||||
enddo
|
enddo
|
||||||
if(i.eq.1)then
|
|
||||||
print *,'Preparing PSI_CONFIGURATION i=',i
|
|
||||||
print *," Icfg somo=",psi_configuration(1,1,1), " ", psi_configuration(2,1,1)
|
|
||||||
print *," Icfg domo=",psi_configuration(1,2,1), " ", psi_configuration(2,2,1)
|
|
||||||
endif
|
|
||||||
enddo
|
enddo
|
||||||
|
|
||||||
! Sort
|
! Sort
|
||||||
|
Loading…
Reference in New Issue
Block a user