mirror of
https://github.com/QuantumPackage/qp2.git
synced 2024-11-18 11:23:38 +01:00
save left_part for qmcchem correctly
This commit is contained in:
parent
e2162d282d
commit
002371f29c
@ -17,6 +17,8 @@ BEGIN_PROVIDER [ double precision, psi_bitcleft_bilinear_matrix_values, (N_det,
|
|||||||
implicit none
|
implicit none
|
||||||
integer :: k, l
|
integer :: k, l
|
||||||
|
|
||||||
|
!print *, ' providing psi_bitcleft_bilinear_matrix_values'
|
||||||
|
|
||||||
if(N_det .eq. 1) then
|
if(N_det .eq. 1) then
|
||||||
|
|
||||||
do l = 1, N_states
|
do l = 1, N_states
|
||||||
@ -38,6 +40,8 @@ BEGIN_PROVIDER [ double precision, psi_bitcleft_bilinear_matrix_values, (N_det,
|
|||||||
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
!print *, ' psi_bitcleft_bilinear_matrix_values OK'
|
||||||
|
|
||||||
END_PROVIDER
|
END_PROVIDER
|
||||||
|
|
||||||
! ---
|
! ---
|
||||||
|
Loading…
Reference in New Issue
Block a user