mirror of
https://github.com/QuantumPackage/qp2.git
synced 2024-11-07 14:03:37 +01:00
fix kpt range and remove printing in cisd
This commit is contained in:
parent
2e2c403b16
commit
14c6eaeb74
@ -587,17 +587,17 @@ subroutine H_apply_cisd_kpts()
|
|||||||
enddo
|
enddo
|
||||||
if(.True.)then
|
if(.True.)then
|
||||||
do kh1=1,kpt_num
|
do kh1=1,kpt_num
|
||||||
do kh2=1,kh1
|
do kh2=1,kpt_num
|
||||||
do kp1=1,kpt_num
|
do kp1=1,kpt_num
|
||||||
kp2=kconserv(kh1,kh2,kp1)
|
kp2=kconserv(kh1,kh2,kp1)
|
||||||
print*,'kh1h2p1p1',kh1,kh2,kp1,kp2
|
!print*,'kh1h2p1p1',kh1,kh2,kp1,kp2
|
||||||
print*,'size_before: ',h_apply_buffer(iproc)%n_det
|
!print*,'size_before: ',h_apply_buffer(iproc)%n_det
|
||||||
call H_apply_cisd_kpts_diexc(psi_det_generators(1,1,i_generator), &
|
call H_apply_cisd_kpts_diexc(psi_det_generators(1,1,i_generator), &
|
||||||
psi_det_generators(1,1,1), &
|
psi_det_generators(1,1,1), &
|
||||||
mask_kpts(1,1,d_hole1,kh1), mask_kpts(1,1,d_part1,kp1), &
|
mask_kpts(1,1,d_hole1,kh1), mask_kpts(1,1,d_part1,kp1), &
|
||||||
mask_kpts(1,1,d_hole2,kh2), mask_kpts(1,1,d_part2,kp2), &
|
mask_kpts(1,1,d_hole2,kh2), mask_kpts(1,1,d_part2,kp2), &
|
||||||
fock_diag_tmp, i_generator, iproc )
|
fock_diag_tmp, i_generator, iproc )
|
||||||
print*,'size_after: ',h_apply_buffer(iproc)%n_det
|
!print*,'size_after: ',h_apply_buffer(iproc)%n_det
|
||||||
enddo
|
enddo
|
||||||
enddo
|
enddo
|
||||||
enddo
|
enddo
|
||||||
|
Loading…
Reference in New Issue
Block a user